summaryrefslogtreecommitdiff
path: root/libavcodec/dvdec.c
Commit message (Expand)AuthorAge
* dv: use AVFrame API properlyAnton Khirnov2013-12-09
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-15
* dvdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun2012-05-06
* Remove lowres video decodingMans Rullgard2012-04-21
* dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun2012-04-16
* dv: Move static tables only used in one place to where they are used.Diego Biurrun2012-04-16
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun2012-03-28
* dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-27