]> git.sesse.net Git - ffmpeg/history - libavcodec/vp56.h
vp56: Separate VP5 and VP6 dsp initialization
[ffmpeg] / libavcodec / vp56.h
2016-08-26 Diego Biurrunvp56: Separate VP5 and VP6 dsp initialization
2016-08-26 Diego Biurrunvp56: Change type of stride parameters to ptrdiff_t
2014-09-05 Diego BiurrunDrop unnecessary av_unused attributes.
2014-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
2013-08-15 Diego Biurrunvp56data: Move all shared enum/struct declarations...
2013-04-19 Ronald S. Bultjevp56: Use hpeldsp instead of dsputil for half-pel functions
2013-04-15 Ronald S. Bultjevp3: Use full transpose for all IDCTs
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-14 Luca Barbatovp56: make parse_header return standard error codes
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-08-27 Derek Buitenhuisvp56: Don't use DECLARE_ALIGN on a typedef name
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-01-07 Diego Biurrunvp56: Drop unnecessary cabac.h #include.
2011-10-06 Laurent Aimarvp6: Check for huffman tree build errors
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-11 Mans RullgardARM optimised vp56_rac_get_prob()
2010-08-12 Jason Garrett-GlaserVP5/6/8: ~7% faster arithmetic decoding
2010-08-04 Jason Garrett-GlaserVP5/6/8: eliminate CABAC dependency
2010-08-03 Jason Garrett-GlaserSilence unused function warnings in vp56.h
2010-08-03 Jason Garrett-GlaserVP5/6/8: tweak some arithcoder inlining
2010-07-28 Alex ConverseReindent after last commit.
2010-07-28 Alex Converseff_prefix non static vp56 functions.
2010-07-23 Eli FriedmanInline asm for VP56 arith coder
2010-07-23 David ConradDecode DCT tokens by branching to a different code...
2010-07-23 David ConradMove renormalization of the VP56 arith decoder to befor...
2010-07-23 David ConradSplit renorm of vp56 arith decoder to its own function
2010-07-23 David Conradvp56's arith decoder's code_word is only 16 bits, no...
2010-07-22 Jason Garrett-GlaserMuch faster VP8 mv and mode prediction
2010-07-22 Jason Garrett-GlaserConvert vp56_mv to 16-bit.
2010-07-01 Aurelien Jacobscosmetic: improve comment breaking at 80 cols
2010-06-30 Jason Garrett-GlaserEliminate another redundant instruction in vp56/8 arith...
2010-06-30 Jason Garrett-GlaserCMOV-ify vp56 arithcoder
2010-06-30 Jason Garrett-GlaserOptimize vp56 arithmetic decoder
2010-06-30 Stefan Gehrerrenormalize VP5/6/7/8 range coder without loop
2010-06-22 David ConradNative VP8 decoder.
2010-06-22 Ronald S. BultjeChange a / 256 into a >> 8.
2010-04-30 Måns RullgårdVP56: move vp56_edge_filter to new VP56DSPContext
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-29 Reimar DöffingerMake VP5 and VP6 decoders output a qscale table to...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-07-05 Aurelien Jacobsvp56dec: ensure range coder won't read past the end...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Aurelien Jacobsfix vp5/vp6 decoding by using new prototype for decode...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-12 Aurelien Jacobsrename Vp56Model to VP56Model for consistency
2008-12-11 Aurelien Jacobscosmetics: vertical alignment
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-14 Aurelien Jacobsadd support for VP6 with huffman encoded blocks
2007-09-25 Aurelien Jacobsadd a new vp6a codec (add alpha plan support to vp6)
2007-09-24 Aurelien Jacobsmove all model related tables into their own struct
2007-09-24 Aurelien Jacobssome simplifications and uniformisation
2007-07-25 Aurelien Jacobsremove wrong const qualifier
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-02-25 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-01-14 Aurelien Jacobsadd support for another variant of vp6
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-10-24 Steve L'HommeDon't include inttypes.h/stdint.h directly, there is...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-25 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder