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-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-20Cosmetics: Reindent after r19927.Carl Eugen Hoyos
2009-09-20Allow encoding frames with more than 2800 lines.Martin Fiedler
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-04-17Move declarations in mpeg1_encode_motion() closer to where they are needed.Michael Niedermayer
2009-04-17Useless assignment found by the clang static analyzer.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-06-26Support >=4096 dimensions, fixes issue499.Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2007-08-02get rid of mb_type_lenMichael Niedermayer
2007-08-02exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer
2007-07-05add proper ff_ prefix to new extern symbolsAurelien Jacobs
2007-07-05split mpeg12 encoder out of mpeg12.cAurelien Jacobs