summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp6.c
Commit message (Expand)AuthorAgeFilesLines
* vp56: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+6
* vp6: Support cropping to AVCodecContext.width/heightMartin Storsjö2013-10-101-4/+14
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-3/+3
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-2/+2
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-7/+10
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-3/+3
* vp56: make parse_header return standard error codesLuca Barbato2012-12-141-6/+6
* vp6: properly fail on unsupported featureLuca Barbato2012-12-131-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+3
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-1/+1
* vp56: error out on invalid stream dimensions.Ronald S. Bultje2012-02-281-1/+5
* vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-9/+9
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* vp6: Fix illegal read.Thierry Foucu2011-11-171-3/+6
* vp6: Fix illegal read.Alex Converse2011-11-031-1/+3
* vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar2011-10-071-1/+4
* vp6: Check for huffman tree build errorsLaurent Aimar2011-10-071-8/+12
* vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody2011-08-251-5/+5
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-27/+24
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-8/+10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-3/+3
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-251-1/+1
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-041-3/+3
* Reindent after last commit.Alex Converse2010-07-281-1/+1
* ff_prefix non static vp56 functions.Alex Converse2010-07-281-6/+6
* vp6: convert VLA to fixed sizeMåns Rullgård2010-06-241-1/+2
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-301-14/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs2010-03-031-3/+20
* Plug some memory leaks in the VP6 decoderVitor Sessak2010-03-031-0/+1
* Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger2009-07-051-0/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-091-34/+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-1/+2
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-121-6/+6
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-31/+31
* vp6dec: ensure we don't try to use a buffer with negative sizeAurelien Jacobs2008-10-131-0/+2
* vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross2008-06-221-1/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-3/+3
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+3
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-081-1/+2
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-051-1/+0
* constMichael Niedermayer2008-02-011-1/+1
OpenPOWER on IntegriCloud