summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Always set the destination address even if no port was found.Martin Storsjö2010-01-07
* Check the URL used for the SDP destination.Martin Storsjö2010-01-07
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-06
* add another mjpeg fourcc to riff.c listBen Littler2010-01-05
* cosmetics, remove useless parentheses, add spaceBaptiste Coudurier2010-01-04
* simplify error handling in mov_read_defaultBaptiste Coudurier2010-01-04
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-04
* remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier2010-01-04
* Remove forward declarations.Ronald S. Bultje2010-01-04
* Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson2010-01-04
* 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