]> git.sesse.net Git - ffmpeg/history - libavcodec/vp6.c
Remove unnecessary dsputil.h #includes
[ffmpeg] / libavcodec / vp6.c
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2012-12-14 Luca Barbatovp56: make parse_header return standard error codes
2012-12-13 Luca Barbatovp6: properly fail on unsupported feature
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-02-29 Ronald S. Bultjevp56: error out on invalid stream dimensions.
2012-02-15 Martin Storsjövp56: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2011-11-17 Thierry Foucuvp6: Fix illegal read.
2011-11-03 Alex Conversevp6: Fix illegal read.
2011-10-06 Laurent Aimarvp6: Reset the internal state when aborting key frames...
2011-10-06 Laurent Aimarvp6: Check for huffman tree build errors
2011-08-25 Dustin Brodyvp6: partially propagate huffman tree building errors...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() from DSPContext to VP56DSPContext.
2010-08-04 Jason Garrett-GlaserVP5/6/8: eliminate CABAC dependency
2010-07-28 Alex ConverseReindent after last commit.
2010-07-28 Alex Converseff_prefix non static vp56 functions.
2010-06-24 Måns Rullgårdvp6: convert VLA to fixed size
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-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-03 Aurelien Jacobsmove vp6 huffman table freeing code, out of common...
2010-03-03 Vitor SessakPlug some memory leaks in the VP6 decoder
2009-07-05 Reimar DöffingerAdd a check to vp6_parse_coeff_huffman to ensure it...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-09 Aurelien Jacobsmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-15 Aurelien Jacobsvp56: don't reset dimensions to 0 in codec init
2008-12-12 Aurelien Jacobsrename Vp56Model to VP56Model for consistency
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-10-13 Aurelien Jacobsvp6dec: ensure we don't try to use a buffer with negati...
2008-06-22 Peter Rossvp6: ensure that huffman decoding table is sorted with...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-08 Aurelien Jacobshuffman: pass hnode_first as a flag instead of as an...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2007-11-27 Aurelien Jacobs10l: init_get_bits want size in bits, not bytes
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-09-01 Aurelien Jacobsadd a warning message for unsupported kind of encoding
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-05-06 Loren Merrittsimplify
2007-05-06 Loren Merrittsimplify
2007-05-06 Loren Merrittfaster and simpler vp6 bilinear mc
2007-05-05 Aurelien Jacobsset CODEC_CAP_DR1 for vp5 and vp6 decoders
2007-02-25 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-14 Aurelien Jacobscosmetics: reindent
2007-01-14 Aurelien Jacobsadd support for another variant of vp6
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-12-17 Aurelien Jacobssmall optimization
2006-10-24 Steve L'HommeDon't include inttypes.h/stdint.h directly, there is...
2006-10-23 Aurelien Jacobsdocument the extradata protocol for VP6F
2006-10-22 Aurelien Jacobsuse the adjustment value present in FLV to crop VP6...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-09 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder