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
2012-04-17nuv: check buffer size before checking content.Michael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-26nuv: check per-frame header for validity.Reimar Döffinger
2011-11-26nuv: use FFALIGN.Reimar Döffinger
2011-11-06nuv: do not use data not initialized by LZO decompression.Reimar Döffinger
2011-11-06nuv: Fix combination of size changes and LZO compression.Reimar Döffinger
2011-11-06Check NUV per-frame header for validity.Reimar Döffinger
2011-11-06Use FFALIGN.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-24Use av_fast_malloc instead of av_realloc.Reimar Döffinger
2011-01-24Use av_fast_malloc instead of av_realloc.Reimar Döffinger
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-10Simplify: reget_buffer behaves exactly like get_buffer if the buffer wasReimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-04Set AVFrame.reference correctly for nuv decoder.Reimar Döffinger
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-02Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger
2008-09-05Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2008-02-01constsMichael Niedermayer
2007-09-09dsputil must be initialized before calling rtjpeg init.Reimar Döffinger
2007-09-09Properly handle nuv file with changing resolutionReimar Döffinger
2007-09-09Make sure rtjpeg quality is a valid valueReimar Döffinger
2007-09-09Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger
2007-09-0910l, add check forgotten in last commitReimar Döffinger
2007-09-09First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger
2007-09-09Simplify nuv: factor out LZO decompressionReimar Döffinger