| Commit message (Expand) | Author | Age | Files | Lines |
* | Use av_guess_format() in place of the deprecated guess_format(). | Stefano Sabatini | 2010-01-01 | 1 | -3/+3 |
* | Reindent. | Stefano Sabatini | 2010-01-01 | 1 | -2/+2 |
* | Deprecate guess_format() in favor of av_guess_format(). | Stefano Sabatini | 2010-01-01 | 2 | -2/+17 |
* | Fix typo. | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Remove residual use of the doxygen markup which is deprecated, | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Document guess_format(). | Stefano Sabatini | 2009-12-31 | 1 | -0/+13 |
* | Deprecate and mark for deletion the function guess_stream_format(), | Stefano Sabatini | 2009-12-31 | 2 | -1/+5 |
* | Remove outdated comments. | Luca Abeni | 2009-12-30 | 1 | -2/+0 |
* | Rename internal function | Luca Barbato | 2009-12-30 | 1 | -3/+3 |
* | Remove a useless local variable. | Luca Abeni | 2009-12-28 | 1 | -11/+10 |
* | Remove outdated comment | Luca Abeni | 2009-12-28 | 1 | -1/+0 |
* | Remove an unneeded local variable. | Luca Abeni | 2009-12-28 | 1 | -5/+4 |
* | Use different dynamic payload types for audio and video. | Luca Abeni | 2009-12-27 | 2 | -2/+2 |
* | Recognize 16-bit Interplay Video variant | Kostya Shishkov | 2009-12-27 | 1 | -0/+7 |
* | Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. | Luca Abeni | 2009-12-26 | 1 | -4/+4 |
* | Remove some unused variables, fixes the warnings: | Diego Biurrun | 2009-12-24 | 1 | -2/+1 |
* | Add support for mp3 over RTP in rtpdec.c | Luca Abeni | 2009-12-23 | 1 | -0/+1 |
* | It appears that waveformatextensible is mandatory for more cases than | Michael Niedermayer | 2009-12-18 | 1 | -1/+3 |
* | Add decoder for R210 (uncompressed 10-bit RGB) codec. | Reimar Döffinger | 2009-12-17 | 2 | -0/+2 |
* | CD+G demuxer and decoder | Michael Tison | 2009-12-17 | 4 | -1/+69 |
* | 10l : make sure probe buffer is large enough. | Jai Menon | 2009-12-17 | 1 | -0/+3 |
* | Only add 1 index entry per keyframe. | Michael Niedermayer | 2009-12-16 | 1 | -1/+4 |
* | Parse ID3v[12] metadata from TTA files. | Jai Menon | 2009-12-16 | 2 | -4/+15 |
* | Reply to RTMP ping with the same value as received by client. | Martin Storsjö | 2009-12-16 | 1 | -1/+1 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2009-12-15 | 1 | -1/+1 |
* | Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)... | Benjamin Larsson | 2009-12-14 | 2 | -0/+2 |
* | Revert flvdec.c part of r20836 | Michael Niedermayer | 2009-12-14 | 1 | -25/+21 |
* | FLV 8-bit PCM is unsigned, not signed | Daniel Verkamp | 2009-12-14 | 2 | -5/+5 |
* | Make sure the Metadata: header is not printed if the only metadata will not | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | Move dump_metadata() to where it is in ffmbc, looks better. | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | Skip dumping language twice. | Michael Niedermayer | 2009-12-13 | 1 | -0/+1 |
* | dump metadata for AVStreams & AVPrograms too. | Michael Niedermayer | 2009-12-13 | 1 | -0/+2 |
* | Factorize dump_metadata() out. | Michael Niedermayer | 2009-12-13 | 1 | -7/+13 |
* | Try to simplify av_estimate_timings_from_pts() like in ffmbc. | Michael Niedermayer | 2009-12-13 | 1 | -33/+10 |
* | Correct truncated ID3v1 genre name. | Alexander Strange | 2009-12-13 | 1 | -1/+1 |
* | Debug av_log() about stream probing from ffmbc. | Michael Niedermayer | 2009-12-13 | 1 | -1/+2 |
* | Add CODEC_ID_DNXHD into the 25 fps case. | Michael Niedermayer | 2009-12-13 | 1 | -0/+1 |
* | Simplify code by using av_metadata_set2(). | Michael Niedermayer | 2009-12-13 | 1 | -5/+3 |
* | More entries for ff_id3v2_metadata_conv from ffmbc. | Michael Niedermayer | 2009-12-13 | 1 | -0/+6 |
* | s/author/artist/ for ID3 | Michael Niedermayer | 2009-12-13 | 2 | -2/+2 |
* | More ID3v1 genres from ffmbc. | Michael Niedermayer | 2009-12-13 | 2 | -1/+23 |
* | Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped | Michael Niedermayer | 2009-12-13 | 9 | -70/+91 |
* | Add flags to prevent strdup() on arguments to av_metadata_set2(). | Michael Niedermayer | 2009-12-13 | 2 | -2/+27 |
* | Get rid of useless casts. | Michael Niedermayer | 2009-12-13 | 1 | -2/+2 |
* | Print extradata in case of failure. I had this in my local tree and it | Michael Niedermayer | 2009-12-13 | 1 | -1/+3 |
* | APIChanges & minor bump due to avg_frame_rate addition. | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | Add avg_frame_rate. | Michael Niedermayer | 2009-12-13 | 2 | -0/+11 |
* | Use constant CODEC_ID_NONE instead of 0 where appropriate. | Carl Eugen Hoyos | 2009-12-13 | 1 | -1/+1 |
* | Remove commented out code. | Michael Niedermayer | 2009-12-13 | 1 | -15/+1 |