summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos2010-12-30
* Cosmetics: Re-indent after last commit.Carl Eugen Hoyos2010-12-29
* Do not add the preamble if the DTS stream is already padded, like DTS inAnssi Hannula2010-12-29
* s/IEC958/IEC 61937 - IEC958 is a lower level format.Anssi Hannula2010-12-29
* Fix wrong bitstream mode for AC-3.Anssi Hannula2010-12-29
* Improve error return values.Anssi Hannula2010-12-29
* Always encapsulate DTS in big-endian format, at least some receiversAnssi Hannula2010-12-29
* Add Anssi and myself to the authors in doxygen.Anssi Hannula2010-12-29
* wtv: parse MPEG2 descriptor eventsPeter Ross2010-12-29
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-29
* wtv: only warn about unknown subtype, if it actually unknownPeter Ross2010-12-29
* wtv: use correct names for subtitle and language guidsPeter Ross2010-12-29
* Fix assertion failure due to frames being 0 in mp3 vbr bitrate calculation.Michael Niedermayer2010-12-29
* ffmetaenc: remove useless initializersAnton Khirnov2010-12-28
* lavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.cAnton Khirnov2010-12-28
* rtsp: Check if the rtp stream actually has an RTPDemuxContextMartin Storsjö2010-12-27
* Implement av_find_best_stream.Nicolas George2010-12-27
* lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMSAnton Khirnov2010-12-27
* Metadata demuxer.Anton Khirnov2010-12-27
* Metadata muxerAnton Khirnov2010-12-27
* Allow output formats without any streams.Anton Khirnov2010-12-27
* Bump libavformat minor version, forgotten in r26094Peter Ross2010-12-26
* Windows Televison (WTV) demuxerPeter Ross2010-12-26
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-26
* add ff_find_stream_indexPeter Ross2010-12-26
* add ff_get_bmp_headerPeter Ross2010-12-26
* Clarify AVFMT_TS_DISCONT and muxers.Michael Niedermayer2010-12-25
* rtsp: Require the transport reply from the server to match the requestMartin Storsjö2010-12-23
* Makefile: Fix dependencies of componentsMartin Storsjö2010-12-22
* Add a missing dependency for the WebM muxerMartin Storsjö2010-12-21
* sdp: Add a framesize attribute to H.263 SDP descriptionsMartin Storsjö2010-12-20
* Fix crash if invalid bit-rate was read from file.David Czech2010-12-20
* Change ASF demuxer to return incomplete last packets.Reimar Döffinger2010-12-18
* Increase buffer size because the header itself can be larger than 8192Zhentan Feng2010-12-17
* rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö2010-12-15
* Reinstate default time_base for rtp streamsLuca Barbato2010-12-15
* tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem2010-12-14
* Add missing dependency for matroska muxer.Justin Ruggles2010-12-14
* Return an error when get_buffer reads none or only partial data insteadReimar Döffinger2010-12-11
* Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger2010-12-11
* Remove hack in MP3 probe that was meant as a work-around for largeReimar Döffinger2010-12-11
* id3v2: skip data length indicatorAnton Khirnov2010-12-10
* Don't try to demux WavPack files with >2 channels until we can support themKostya Shishkov2010-12-07
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-07
* rtsp: Parse RealRTSP sample rate declarations from the SDPMartin Storsjö2010-12-07
* rtpdec: Handle MP3 in RealRTSPMartin Storsjö2010-12-07
* id3v2: skip encrypted/compressed framesAnton Khirnov2010-12-07
* id3v2: use a named constant instead of 0x02Anton Khirnov2010-12-07
* In mov demuxer, read alac sample from extradata, fix #2406Baptiste Coudurier2010-12-07
* rtpdec_h264: Pass NAL type 0 throughMartin Storsjö2010-12-06