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
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-08Merge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f'Michael Niedermayer
2012-12-08parser: fix large overreadsMichael Niedermayer
2012-12-06Revert "Acquire lock when initializing parsers."Michael Niedermayer
2012-12-06Acquire lock when initializing parsers.Reimar Döffinger
2012-11-28Use err_out label for error-case cleanup.Reimar Döffinger
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer
2012-11-02parser: Move Doxygen documentation to the header filesDiego Biurrun
2012-10-03parser: fix large overreadsMichael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-09-05parser: Don't use pc as context for av_dlogMartin Storsjö
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2012-03-17mpegvideo: don't pretend the first frame is always a key frameWolfram Gloger
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10remove ParseContext1Rafaël Carré
2012-01-16fix av_dlog call with non-AVClass structMaksym Veremeyenko
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-09-01Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Replace more disabled printf() calls by av_dlog().Diego Biurrun
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-29Revert "avparser: don't av_malloc(0)."Michael Niedermayer
2011-04-27avparser: don't av_malloc(0).Ronald S. Bultje
2011-04-27avparser: don't av_malloc(0).Ronald S. Bultje
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-04-07Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07Fix parser: mark av_parser_parse() for removal on next major bumpBrad
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-28Fix index_entries pos:Michael Chinen
2010-07-02saner default value for convergence_durationAurelien Jacobs
2010-04-21Fix typo.Jai Menon
2010-03-30Replace @returns by @return.Benoit Fouet
2009-06-21Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier
2009-05-27do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier
2009-03-05Add handling of frame position in the parser.Ivan Schreter
2009-03-02Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer
2009-03-02Favor container packets that end after the first byte of the accessMichael Niedermayer
2009-03-02Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer