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-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-08-31Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.Lars Täuber
2009-08-27Fix comments after switching from CABAC to range coder in r3658.Lars Täuber
2009-08-14Fix typo.Carl Eugen Hoyos
2009-04-24indentMichael Niedermayer
2009-04-24Support >8bit per component YUV in FFV1.Michael Niedermayer
2009-04-24Force speed irrelevant calls to get/put_symbol() to be noinline.Michael Niedermayer
2009-04-24Optimize sign handling in get_symbol().Michael Niedermayer
2009-04-21Fix a possibly exploitable buffer overflow.Michael Niedermayer
2009-04-17Remove 2 unneeded variables from common_init() found by CSA.Michael Niedermayer
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-03Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun
2008-06-26move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-24Fix compilation for buggy icc.Carl Eugen Hoyos
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-07-06fix mem leakOliver Pfister
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-21set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer
2006-04-29memory leak.Loren Merritt
2006-04-14ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer
2006-02-09fix segfault on broken streamsMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-09#defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-02-24-strict -1 comment fixMichael Niedermayer
2005-02-17Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer
2004-10-31switch ffv1 to the put/get_symbol() from snowMichael Niedermayer
2004-10-31switch ffv1 from CABAC to the range coderMichael Niedermayer
2004-09-10get/set_sr_golomb() cleanupMichael Niedermayer
2004-09-10put the warning to the right place to avoid crashesAlex Beregszaszi
2004-09-08new signed golomb routinesAlex Beregszaszi