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
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
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
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-03-07AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer
2005-02-24-strict -1 comment fixMichael Niedermayer
2005-02-17buffer overflowsMichael Niedermayer
2005-02-06seperate bitstream encoding skip from PASS1 flagMichael Niedermayer
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12dissallow sprintfMichael 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-11-28fix interlacing check in v1 huffyuv.Loren Merritt
2004-11-28split ffhuffyuv into 2 codecs:Loren Merritt
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum
2004-11-27new option: context_modelLoren Merritt
2004-11-14plane predicted non-interlacd rgb decodeing fixMichael Niedermayer
2004-09-17huffyuv writes to AVCodecContext.stats_out only once every 32 frames,Michael Niedermayer
2004-09-17warning the user about possible incompatibilitiesMichael Niedermayer
2004-09-17(non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington d...Loren Merritt
2004-09-1510lMichael Niedermayer
2004-08-27yuv median encoding 10l fixMichael Niedermayer
2004-08-17more untested bigendian fixesMichael Niedermayer
2004-08-17big endian fix (untested)Michael Niedermayer
2004-06-01remove stupid YV12-huffyuv warningMichael Niedermayer
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-04-30cleanup & memleak fixMichael Niedermayer