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
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
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-03-04Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-03-28NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger