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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-09-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-19rmdec: Reject invalid deinterleaving parametersLaurent Aimar
2011-09-19rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar
2011-09-17Reject audio tracks with invalid interleaver parameters in RM demuxer.Laurent Aimar
2011-09-12rmdec: Check return value of more avio_seek callsJoakim Plate
2011-09-01Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-27Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov
2011-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15Remove redundant and dubious video codec detection by its extradataKostya Shishkov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-17rmdec: remove useless ap parameter from rm_read_header_old()Anton Khirnov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02Remove unused variablesMans Rullgard
2011-05-30Fix various unused variable warningsClément Bœsch
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-06-06Do not read the RM index when input is streamed (since it requires seekingReimar Döffinger
2010-05-28Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra
2010-05-25We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-04-02Another uninitialized value.Ronald S. Bultje
2010-04-02Fix uninitialized value in codepath.Ronald S. Bultje