summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch2011-09-04
* nutenc: add namespace to the api facing functionsLuca Barbato2011-09-04
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-03
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-03
* isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin2011-08-29
* Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov2011-08-27
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-26
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-26
* xmv: eliminate superfluous zeroing of zero dataSven Hesse2011-08-26
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-25
* lavf utils: Fix bad indentation.Alex Converse2011-08-23
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov2011-08-22
* avienc: saner default audio codec.Anton Khirnov2011-08-22
* matroskaenc: saner default codecs.Anton Khirnov2011-08-22
* WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov2011-08-21
* WavPack demuxer: store position of the first block in index.Kostya Shishkov2011-08-21
* add XMV demuxerSven Hesse2011-08-17
* rmdec: parse FPS in RealMedia properlyKostya Shishkov2011-08-17
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-17
* rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov2011-08-17
* matroskaenc: vertical alignment.Anton Khirnov2011-08-16
* matroskaenc: implement query_codec()Anton Khirnov2011-08-16
* lavf: add avformat_query_codec().Anton Khirnov2011-08-16
* flvenc: use int64_t to store offsetsLuca Barbato2011-08-16
* Do not write ID3v1 tags by defaultDiogo Franco2011-08-16
* mpegts: log into an AVFormatContext rather than MpegTSContext.Alex Converse2011-08-16
* movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warningsAnton Khirnov2011-08-16
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* Remove redundant and dubious video codec detection by its extradataKostya Shishkov2011-08-15
* lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody2011-08-12
* Rename ffserver to avserver.Anton Khirnov2011-08-09
* applehttp: fix variant discard logicLuca Barbato2011-08-04
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-02
* mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich2011-08-02
* mpegts: Move scan test to handle_packetsZohar Kelrich2011-08-02
* mpegts: Mark corrupted packetsZohar Kelrich2011-08-02
* mpegts: Reset continuity counter on seekZohar Kelrich2011-08-02
* mpegts: Fix for continuity counterZohar Kelrich2011-08-02
* mpegts: Silence "can't seek" warning on unseekableZohar Kelrich2011-08-02
* mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-07-29
* probe: Fix insane flow control.Alex Converse2011-07-29
* mpegts: remove invalid error checkMike Williams2011-07-29
* lavf: add forgotten attribute_deprecated to av_find_stream_info()Anton Khirnov2011-07-28
* ape: adjust some printf format strings to correctly match argument typesDiego Biurrun2011-07-26
* riff: Add mpgv MPEG-2 fourccAlex Converse2011-07-22
* rtp: remove disabled codeDiego Biurrun2011-07-21
* mov: add clcp type track as Subtitle stream.Thierry Foucu2011-07-21
* matroskadec: fix integer underflow if header length < probe length.Chris Evans2011-07-19
* rtsp: remove disabled codeDiego Biurrun2011-07-18