Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-29isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin
2011-08-27Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-08-26Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun
2011-08-26xmv: eliminate superfluous zeroing of zero dataSven Hesse
2011-08-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-08-23lavf utils: Fix bad indentation.Alex Converse
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-08-22movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov
2011-08-22avienc: saner default audio codec.Anton Khirnov
2011-08-22matroskaenc: saner default codecs.Anton Khirnov
2011-08-21WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov
2011-08-21WavPack demuxer: store position of the first block in index.Kostya Shishkov
2011-08-17add XMV demuxerSven Hesse
2011-08-17rmdec: parse FPS in RealMedia properlyKostya Shishkov
2011-08-17Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov
2011-08-17rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov
2011-08-16matroskaenc: vertical alignment.Anton Khirnov
2011-08-16matroskaenc: implement query_codec()Anton Khirnov
2011-08-16lavf: add avformat_query_codec().Anton Khirnov
2011-08-16flvenc: use int64_t to store offsetsLuca Barbato
2011-08-16Do not write ID3v1 tags by defaultDiogo Franco
2011-08-16mpegts: log into an AVFormatContext rather than MpegTSContext.Alex Converse
2011-08-16movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warningsAnton Khirnov
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-08-15Remove redundant and dubious video codec detection by its extradataKostya Shishkov
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody
2011-08-09Rename ffserver to avserver.Anton Khirnov
2011-08-04applehttp: fix variant discard logicLuca Barbato
2011-08-02lavf: Add an option to discard corrupted framesZohar Kelrich
2011-08-02mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich
2011-08-02mpegts: Move scan test to handle_packetsZohar Kelrich
2011-08-02mpegts: Mark corrupted packetsZohar Kelrich
2011-08-02mpegts: Reset continuity counter on seekZohar Kelrich
2011-08-02mpegts: Fix for continuity counterZohar Kelrich
2011-08-02mpegts: Silence "can't seek" warning on unseekableZohar Kelrich
2011-07-30mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse
2011-07-29probe: Fix insane flow control.Alex Converse
2011-07-29mpegts: remove invalid error checkMike Williams
2011-07-28lavf: add forgotten attribute_deprecated to av_find_stream_info()Anton Khirnov
2011-07-26ape: adjust some printf format strings to correctly match argument typesDiego Biurrun
2011-07-22riff: Add mpgv MPEG-2 fourccAlex Converse
2011-07-22rtp: remove disabled codeDiego Biurrun
2011-07-21mov: add clcp type track as Subtitle stream.Thierry Foucu
2011-07-20matroskadec: fix integer underflow if header length < probe length.Chris Evans
2011-07-18rtsp: remove disabled codeDiego Biurrun
2011-07-18gxfenc: place variable declarations before statementsDiego Biurrun
2011-07-17lavf: rename enc variable in utils.c:has_codec_parameters()Stefano Sabatini
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-17wav: remove a use of deprecated AV_METADATA_ macroAnton Khirnov