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-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-05fix a buffer overrun on corrupt huffyuv streamsLoren Merritt
2009-07-02indentMichael Niedermayer
2009-07-02Make sure we dont read over the end.Michael Niedermayer
2009-05-23Fix passing of unaligned addresses to dsputil diff_bytes() byJeff Downs
2009-05-23Add offset argument to encode_422_bitstream() to control whereJeff Downs
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
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-04-05Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-08ff_add_hfyu_median_prediction_mmx2Loren Merritt
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-12-12More POSIX _t namespace cleanup.Michael Niedermayer
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-03Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun
2008-09-03Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-30Add 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-08-05prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt
2007-07-06fix mem leakOliver Pfister
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-12misc typo fixesDiego Biurrun
2007-05-25merge huffman tables for rgb tooLoren Merritt
2007-05-24cosmetics (reduce nesting)Loren Merritt
2007-05-24use sparse huffman tables. 1.5% faster huffyuv decoding.Loren Merritt
2007-05-23merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv ...Loren Merritt
2007-05-19change brute force search to min-heap. 3.6x faster generate_len_table, 8% fas...Loren Merritt
2007-05-18cosmetics: macrofy duplicate code in huffyuvLoren Merritt
2007-05-18r3938 broke 2pass huffyuv (not that anyone uses it)Loren Merritt
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-03-20oops, encoder was under ifdef decoders.Loren Merritt
2007-03-18huffyuv rgb encoderLoren Merritt
2007-02-07Replace deprecated PIX_FMT names by the newer variants.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-08-03set supported pixel formats correctlyMichael Niedermayer
2006-04-14ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer
2006-03-30dont forget table_size in the decode_frame return valueMichael Niedermayer
2006-03-18segfault fixMichael Niedermayer
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-01-26warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun