summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini2010-01-01
* Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini2010-01-01
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-01
* Reindent.Stefano Sabatini2010-01-01
* Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini2010-01-01
* Fix typo.Stefano Sabatini2010-01-01
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* Document guess_format().Stefano Sabatini2009-12-31
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-31
* Remove outdated comments.Luca Abeni2009-12-30
* Rename internal functionLuca Barbato2009-12-30
* Remove a useless local variable.Luca Abeni2009-12-28
* Remove outdated commentLuca Abeni2009-12-28
* Remove an unneeded local variable.Luca Abeni2009-12-28
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-27
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-27
* Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni2009-12-26
* Remove some unused variables, fixes the warnings:Diego Biurrun2009-12-24
* Add support for mp3 over RTP in rtpdec.cLuca Abeni2009-12-23
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-18
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
* CD+G demuxer and decoderMichael Tison2009-12-17
* 10l : make sure probe buffer is large enough.Jai Menon2009-12-17
* Only add 1 index entry per keyframe.Michael Niedermayer2009-12-16
* Parse ID3v[12] metadata from TTA files.Jai Menon2009-12-16
* Reply to RTMP ping with the same value as received by client.Martin Storsjö2009-12-16
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-15
* Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson2009-12-14
* Revert flvdec.c part of r20836Michael Niedermayer2009-12-14
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-14
* Make sure the Metadata: header is not printed if the only metadata will notMichael Niedermayer2009-12-13
* Move dump_metadata() to where it is in ffmbc, looks better.Michael Niedermayer2009-12-13
* indentMichael Niedermayer2009-12-13
* Skip dumping language twice.Michael Niedermayer2009-12-13
* dump metadata for AVStreams & AVPrograms too.Michael Niedermayer2009-12-13
* Factorize dump_metadata() out.Michael Niedermayer2009-12-13
* Try to simplify av_estimate_timings_from_pts() like in ffmbc.Michael Niedermayer2009-12-13
* Correct truncated ID3v1 genre name.Alexander Strange2009-12-13
* Debug av_log() about stream probing from ffmbc.Michael Niedermayer2009-12-13
* Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer2009-12-13
* Simplify code by using av_metadata_set2().Michael Niedermayer2009-12-13
* More entries for ff_id3v2_metadata_conv from ffmbc.Michael Niedermayer2009-12-13
* s/author/artist/ for ID3Michael Niedermayer2009-12-13
* More ID3v1 genres from ffmbc.Michael Niedermayer2009-12-13
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-13
* Get rid of useless casts.Michael Niedermayer2009-12-13
* Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer2009-12-13
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-13