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
2013-08-15vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun
2013-04-20vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-14vp56: make parse_header return standard error codesLuca Barbato
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-08-27vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-01-08vp56: Drop unnecessary cabac.h #include.Diego Biurrun
2011-10-07vp6: Check for huffman tree build errorsLaurent Aimar
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-11ARM optimised vp56_rac_get_prob()Mans Rullgard
2010-08-12VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser
2010-08-05VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser
2010-08-03Silence unused function warnings in vp56.hJason Garrett-Glaser
2010-08-03VP5/6/8: tweak some arithcoder inliningJason Garrett-Glaser
2010-07-28Reindent after last commit.Alex Converse
2010-07-28ff_prefix non static vp56 functions.Alex Converse
2010-07-24Inline asm for VP56 arith coderEli Friedman
2010-07-24Decode DCT tokens by branching to a different code path for each branchDavid Conrad
2010-07-24Move renormalization of the VP56 arith decoder to before decoding a bitDavid Conrad
2010-07-24Split renorm of vp56 arith decoder to its own functionDavid Conrad
2010-07-24vp56's arith decoder's code_word is only 16 bits, no need for unsigned longDavid Conrad
2010-07-22Much faster VP8 mv and mode predictionJason Garrett-Glaser
2010-07-22Convert vp56_mv to 16-bit.Jason Garrett-Glaser
2010-07-01cosmetic: improve comment breaking at 80 colsAurelien Jacobs
2010-07-01Eliminate another redundant instruction in vp56/8 arithcoderJason Garrett-Glaser
2010-07-01CMOV-ify vp56 arithcoderJason Garrett-Glaser
2010-07-01Optimize vp56 arithmetic decoderJason Garrett-Glaser
2010-07-01renormalize VP5/6/7/8 range coder without loopStefan Gehrer
2010-06-22Native VP8 decoder.David Conrad
2010-06-22Change a / 256 into a >> 8.Ronald S. Bultje
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-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-29Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-07-05vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-12rename Vp56Model to VP56Model for consistencyAurelien Jacobs
2008-12-12cosmetics: vertical alignmentAurelien Jacobs
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini