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
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2012-02-29vp56: error out on invalid stream dimensions.Ronald S. Bultje
2012-02-16vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2011-11-17vp6: Fix illegal read.Thierry Foucu
2011-11-04vp6: Fix illegal read.Alex Converse
2011-10-07vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar
2011-10-07vp6: Check for huffman tree build errorsLaurent Aimar
2011-08-26vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-08-25Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje
2010-08-05VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser
2010-07-28Reindent after last commit.Alex Converse
2010-07-28ff_prefix non static vp56 functions.Alex Converse
2010-06-24vp6: convert VLA to fixed sizeMåns Rullgård
2010-05-01VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-04move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs
2010-03-03Plug some memory leaks in the VP6 decoderVitor Sessak
2009-07-05Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-10move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-15vp56: don't reset dimensions to 0 in codec initAurelien Jacobs
2008-12-12rename Vp56Model to VP56Model for consistencyAurelien Jacobs
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-10-13vp6dec: ensure we don't try to use a buffer with negative sizeAurelien Jacobs
2008-06-22vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-08huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-11-2810l: init_get_bits want size in bits, not bytesAurelien Jacobs
2007-10-15add support for VP6 with huffman encoded blocksAurelien Jacobs
2007-09-25add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs
2007-09-25move all model related tables into their own structAurelien Jacobs
2007-09-25some simplifications and uniformisationAurelien Jacobs
2007-09-01add a warning message for unsupported kind of encodingAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-06simplifyLoren Merritt
2007-05-06simplifyLoren Merritt
2007-05-06faster and simpler vp6 bilinear mcLoren Merritt