aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* oggdec: Set dts when knownDavid Conrad2010-01-114-10/+31
* mkvdec: Avoid divide-by-zero crash on invalid real audio tracksDavid Conrad2010-01-111-3/+4
* Add support for dirac in oggDavid Conrad2010-01-114-0/+114
* Use enum CodecID where appropriate.Carl Eugen Hoyos2010-01-101-1/+1
* Deluxe Paint Animation demuxerPeter Ross2010-01-103-0/+237
* do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross2010-01-101-0/+1
* update my email addressPeter Ross2010-01-092-2/+2
* Use the correct ByteIOContext in extradata parsing.Fixes half of issueRonald S. Bultje2010-01-081-3/+3
* Improve avformat_version() doxy.Art Clarke2010-01-081-1/+2
* Currently, the replacement which is used if inet_aton isn't available,Martin Storsjö2010-01-081-1/+1
* handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje2010-01-071-1/+1
* Add correct log context to av_log() calls in parse_rtpmap().Ronald S. Bultje2010-01-071-6/+7
* Re-indent to more closely follow general coding standards used in otherRonald S. Bultje2010-01-071-222/+240
* Always set the destination address even if no port was found.Martin Storsjö2010-01-071-1/+1
* Check the URL used for the SDP destination.Martin Storsjö2010-01-071-1/+11
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-061-1/+1
* add another mjpeg fourcc to riff.c listBen Littler2010-01-051-0/+1
* cosmetics, remove useless parentheses, add spaceBaptiste Coudurier2010-01-041-1/+1
* simplify error handling in mov_read_defaultBaptiste Coudurier2010-01-041-5/+6
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-042-11/+3
* remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier2010-01-041-4/+0
* Remove forward declarations.Ronald S. Bultje2010-01-041-127/+119
* Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson2010-01-041-0/+3
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-032-4/+4
* Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini2010-01-011-2/+2
* Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini2010-01-012-2/+16
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-011-3/+3
* Reindent.Stefano Sabatini2010-01-011-2/+2
* Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini2010-01-012-2/+17
* Fix typo.Stefano Sabatini2010-01-011-1/+1
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-011-1/+1
* Document guess_format().Stefano Sabatini2009-12-311-0/+13
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-312-1/+5
* Remove outdated comments.Luca Abeni2009-12-301-2/+0
* Rename internal functionLuca Barbato2009-12-301-3/+3
* Remove a useless local variable.Luca Abeni2009-12-281-11/+10
* Remove outdated commentLuca Abeni2009-12-281-1/+0
* Remove an unneeded local variable.Luca Abeni2009-12-281-5/+4
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-272-2/+2
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-271-0/+7
* Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni2009-12-261-4/+4
* Remove some unused variables, fixes the warnings:Diego Biurrun2009-12-241-2/+1
* Add support for mp3 over RTP in rtpdec.cLuca Abeni2009-12-231-0/+1
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-181-1/+3
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-172-0/+2
* CD+G demuxer and decoderMichael Tison2009-12-174-1/+69
* 10l : make sure probe buffer is large enough.Jai Menon2009-12-171-0/+3
* Only add 1 index entry per keyframe.Michael Niedermayer2009-12-161-1/+4
* Parse ID3v[12] metadata from TTA files.Jai Menon2009-12-162-4/+15
* Reply to RTMP ping with the same value as received by client.Martin Storsjö2009-12-161-1/+1