summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-151-1/+1
* Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson2009-12-142-0/+2
* Revert flvdec.c part of r20836Michael Niedermayer2009-12-141-25/+21
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-142-5/+5
* Make sure the Metadata: header is not printed if the only metadata will notMichael Niedermayer2009-12-131-1/+1
* Move dump_metadata() to where it is in ffmbc, looks better.Michael Niedermayer2009-12-131-1/+1
* indentMichael Niedermayer2009-12-131-1/+1
* Skip dumping language twice.Michael Niedermayer2009-12-131-0/+1
* dump metadata for AVStreams & AVPrograms too.Michael Niedermayer2009-12-131-0/+2
* Factorize dump_metadata() out.Michael Niedermayer2009-12-131-7/+13
OpenPOWER on IntegriCloud