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
2010-10-15Store slice position and size per keyframe in ffv1.2Michael Niedermayer
2010-10-15Fix indention of ffv1.c after previous commits.Michael Niedermayer
2010-10-15Store quant table index per plane and slice.Michael Niedermayer
2010-10-15Assert that the context doesnt overflow in ffv1.Michael Niedermayer
2010-10-15Rectangular slice support for ffv1.2Michael Niedermayer
2010-10-11Allow storing multiple quant tables in extradata that can then be selected pe...Michael Niedermayer
2010-10-11Store global things in extradata for ffv1 ver=2.Michael Niedermayer
2010-10-11Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer
2010-10-11Factorize quant table read and write code in ffv1.cMichael Niedermayer
2010-06-26ffv1: remove VLAsMåns Rullgård
2010-06-24Set an opaque alpha value when decoding rgba ffv1.Thad Ward
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-01Store range coder state transition table.Michael Niedermayer
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-23Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer
2010-03-22Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer
2010-03-22Remove the word "experimental"Michael Niedermayer
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