summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp56.c
Commit message (Expand)AuthorAgeFilesLines
* vp56: Return meaningful error codesHimangi Saraogi2015-02-141-7/+8
* Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun2014-02-271-3/+3
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-1/+2
* vp56: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+2
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-3/+4
* vp56data: Move all data tables to the .c fileDiego Biurrun2013-08-151-11/+11
* vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-8/+8
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-3/+6
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-58/+41
* vp56: Remove clear_blocks call, and clear alpha plane U/V DC onlyRonald S. Bultje2013-02-191-2/+5
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-1/+2
* vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-211-3/+3
* Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-191-3/+3
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-1/+2
* vp56: release frames on errorLuca Barbato2012-12-141-1/+7
* vp56: make parse_header return standard error codesLuca Barbato2012-12-141-4/+4
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-5/+5
* vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-6/+6
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vp56: Release old pictures after a resolution changesLaurent Aimar2011-10-071-0/+13
* vp6: Check for huffman tree build errorsLaurent Aimar2011-10-071-1/+3
* vp56: Check for missing reference frame dataLaurent Aimar2011-10-071-0/+2
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-4/+6
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-1/+1
* 10l: missed one reindent.Alex Converse2010-07-281-1/+1
* ff_prefix non static vp56 functions.Alex Converse2010-07-281-4/+4
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-301-17/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs2010-03-031-12/+0
* Plug some memory leaks in the VP6 decoderVitor Sessak2010-03-031-0/+12
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-291-0/+6
* vp56: check buffer size to fix a potential segfaultLaurent Aimar2010-01-281-0/+4
* Use av_freep intead of av_free to free pointers in vp56 context.Reimar Döffinger2010-01-231-3/+3
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-071-3/+4
* vp56: alpha_offset is uninitialized on purposeAurelien Jacobs2009-02-091-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* vp56: don't reset dimensions to 0 in codec initAurelien Jacobs2008-12-151-2/+0
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-121-1/+1
* cosmetics: vertical alignmentAurelien Jacobs2008-12-111-1/+1
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-30/+30
* clear_block mmxLoren Merritt2008-12-101-1/+1
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-131-4/+4
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-081-3/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
OpenPOWER on IntegriCloud