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
2013-11-04Merge commit '86d0bf0e96bf917e283d24239ce0eed08351da86' into release/0.10Michael Niedermayer
2013-11-04Merge commit 'abb41f19cc10fea09fb16d9ecc9967b2a78cf7b0' into release/0.10Michael Niedermayer
2013-11-04Merge commit '36fc320747a768335ae4538a24a5739033b7eb74' into release/0.10Michael Niedermayer
2013-10-17nuv: Reset the frame on resizeLuca Barbato
2013-10-17nuv: Pad the lzo outbufLuca Barbato
2013-10-17nuv: check rtjpeg_decode_frame_yuv420 return valueLuca Barbato
2013-10-17nuv: Use av_fast_reallocLuca Barbato
2013-10-17nuv: Do not ignore lzo decompression failuresLuca Barbato
2013-10-17nuv: return meaningful error codes.Anton Khirnov
2012-10-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-09-28nuv: check RTjpeg header for validityJanne Grunau
2012-09-28Revert "nuv: check per-frame header for validity."Janne Grunau
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