aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* Add Anssi and myself to the authors in doxygen.Anssi Hannula2010-12-291-0/+2
* wtv: parse MPEG2 descriptor eventsPeter Ross2010-12-292-29/+39
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-292-77/+108
* wtv: only warn about unknown subtype, if it actually unknownPeter Ross2010-12-291-2/+2
* wtv: use correct names for subtitle and language guidsPeter Ross2010-12-291-4/+4
* Fix assertion failure due to frames being 0 in mp3 vbr bitrate calculation.Michael Niedermayer2010-12-291-1/+1
* ffmetaenc: remove useless initializersAnton Khirnov2010-12-281-2/+0
* lavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.cAnton Khirnov2010-12-283-2/+2
* rtsp: Check if the rtp stream actually has an RTPDemuxContextMartin Storsjö2010-12-271-1/+4
* Implement av_find_best_stream.Nicolas George2010-12-272-1/+93
* lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMSAnton Khirnov2010-12-271-1/+1
* Metadata demuxer.Anton Khirnov2010-12-273-1/+174
* Metadata muxerAnton Khirnov2010-12-274-0/+131
* Allow output formats without any streams.Anton Khirnov2010-12-272-2/+3
* Bump libavformat minor version, forgotten in r26094Peter Ross2010-12-261-1/+1
* Windows Televison (WTV) demuxerPeter Ross2010-12-263-0/+553
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-262-42/+44
* add ff_find_stream_indexPeter Ross2010-12-263-4/+19
* add ff_get_bmp_headerPeter Ross2010-12-263-11/+25
* Clarify AVFMT_TS_DISCONT and muxers.Michael Niedermayer2010-12-251-1/+1
* rtsp: Require the transport reply from the server to match the requestMartin Storsjö2010-12-231-5/+6
* Makefile: Fix dependencies of componentsMartin Storsjö2010-12-221-0/+1
* Add a missing dependency for the WebM muxerMartin Storsjö2010-12-211-1/+1
* sdp: Add a framesize attribute to H.263 SDP descriptionsMartin Storsjö2010-12-201-1/+8
* Fix crash if invalid bit-rate was read from file.David Czech2010-12-201-1/+2
* Change ASF demuxer to return incomplete last packets.Reimar Döffinger2010-12-181-4/+16
* Increase buffer size because the header itself can be larger than 8192Zhentan Feng2010-12-171-1/+1
* rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö2010-12-152-2/+2
* Reinstate default time_base for rtp streamsLuca Barbato2010-12-151-0/+1
* tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem2010-12-141-1/+4
* Add missing dependency for matroska muxer.Justin Ruggles2010-12-141-1/+1
* Return an error when get_buffer reads none or only partial data insteadReimar Döffinger2010-12-111-2/+5
* Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger2010-12-111-1/+2
* Remove hack in MP3 probe that was meant as a work-around for largeReimar Döffinger2010-12-111-1/+0
* id3v2: skip data length indicatorAnton Khirnov2010-12-101-0/+5
* Don't try to demux WavPack files with >2 channels until we can support themKostya Shishkov2010-12-071-0/+4
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-072-7/+8
* rtsp: Parse RealRTSP sample rate declarations from the SDPMartin Storsjö2010-12-071-0/+4
* rtpdec: Handle MP3 in RealRTSPMartin Storsjö2010-12-071-0/+7
* id3v2: skip encrypted/compressed framesAnton Khirnov2010-12-071-1/+4
* id3v2: use a named constant instead of 0x02Anton Khirnov2010-12-072-1/+6
* In mov demuxer, read alac sample from extradata, fix #2406Baptiste Coudurier2010-12-071-0/+1
* rtpdec_h264: Pass NAL type 0 throughMartin Storsjö2010-12-061-4/+1
* rtpdec: Skip padding bytes at the end of packetsMartin Storsjö2010-12-061-0/+6
* rtpdec_qcelp: Use the depacketizer for static payload types, tooMartin Storsjö2010-12-051-0/+1
* rtsp: Look for RTP payload handlers for static payload types, tooMartin Storsjö2010-12-051-0/+5
* rtsp: Factorize code for initializing the rtp payload handlerMartin Storsjö2010-12-051-12/+14
* rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö2010-12-052-0/+29
* rtpdec: Allow dynamic payload handlers to handle static payload types, tooMartin Storsjö2010-12-051-0/+3
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-055-2/+233