]> git.sesse.net Git - ffmpeg/history - libavcodec/vp56.c
lavc: add Intel libmfx-based MPEG2 decoder.
[ffmpeg] / libavcodec / vp56.c
2015-02-14 Himangi Saraogivp56: Return meaningful error codes
2014-02-27 Diego BiurrunGive IDCT matrix transpose macro a more descriptive...
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-10-31 Anton Khirnovvp56: stop using deprecated avcodec_set_dimensions
2013-10-15 Ronald S. Bultjelavc: Convert some remaining strides to ptrdiff_t
2013-08-15 Diego Biurrunvp56data: Move all data tables to the .c file
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-19 Ronald S. Bultjevp56: Remove clear_blocks call, and clear alpha plane...
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-01-22 Ronald S. Bultjevp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSP...
2013-01-20 Ronald S. BultjeRemove put_no_rnd_pixels_l2 function pointer for w...
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-14 Luca Barbatovp56: release frames on error
2012-12-14 Luca Barbatovp56: make parse_header return standard error codes
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-02-15 Martin Storsjövp56: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-10-06 Laurent Aimarvp56: Release old pictures after a resolution changes
2011-10-06 Laurent Aimarvp6: Check for huffman tree build errors
2011-10-06 Laurent Aimarvp56: Check for missing reference frame data
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2010-07-28 Alex Converse10l: missed one reindent.
2010-07-28 Alex Converseff_prefix non static vp56 functions.
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-03 Aurelien Jacobsmove vp6 huffman table freeing code, out of common...
2010-03-03 Vitor SessakPlug some memory leaks in the VP6 decoder
2010-01-29 Reimar DöffingerMake VP5 and VP6 decoders output a qscale table to...
2010-01-28 Laurent Aimarvp56: check buffer size to fix a potential segfault
2010-01-23 Reimar DöffingerUse av_freep intead of av_free to free pointers in...
2009-04-07 Aurelien Jacobsfix vp5/vp6 decoding by using new prototype for decode...
2009-02-09 Aurelien Jacobsvp56: alpha_offset is uninitialized on purpose
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 Jacobscosmetics: vertical alignment
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-10 Loren Merrittclear_block mmx
2008-05-13 Carl Eugen HoyosAdd VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
2008-05-08 Aurelien Jacobsensure vp56_decode_frame always return unchanged buf_size
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-09-25 Aurelien Jacobssimplify
2007-09-25 Aurelien Jacobsrename one variable to be consistent with the rest...
2007-09-25 Aurelien Jacobsconsistent spelling: plan => plane
2007-09-25 Aurelien Jacobssimplify
2007-09-25 Aurelien Jacobscosmetic: indent
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 Jacobsrename vp56_b6to3 to vp56_b2p
2007-09-24 Aurelien Jacobssome simplifications and uniformisation
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-25 Aurelien Jacobscleanup setting of returned data frame
2007-02-25 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-06 Aurelien Jacobsensure that data[0] is set to NULL for next frame
2006-10-22 Aurelien Jacobsuse coded_width and coded_height instead of width and...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-13 Aurelien Jacobsreplaces back some C code by dsp.put_pixels_tab[0]...
2006-09-11 Aurelien Jacobsdon't use dsp.put_pixels_tab[0][0] with unaligned ptr...
2006-09-09 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder