summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdec.c
Commit message (Expand)AuthorAgeFilesLines
* dv: Mark internal frame reference as constVittorio Giovara2015-10-041-6/+7
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-6/+6
* dv: Drop a spurious checkLuca Barbato2014-11-151-2/+2
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* dv: K&R formatting cosmeticsGabriel Dume2014-09-091-75/+87
* get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun2014-09-051-1/+1
* dv: Update DV-profile-related functions to current public APIDiego Biurrun2014-08-021-1/+1
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-091-1/+1
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+5
* dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-271-1/+20
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-8/+9
* dv: get rid of global non-const tablesAnton Khirnov2014-06-201-5/+15
* dv: use AVFrame API properlyAnton Khirnov2013-12-091-25/+15
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-151-0/+1
* dvdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+6
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-8/+3
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-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-5/+5
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun2012-05-061-1/+1
* Remove lowres video decodingMans Rullgard2012-04-211-2/+1
* dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun2012-04-161-2/+1
* dv: Move static tables only used in one place to where they are used.Diego Biurrun2012-04-161-0/+2
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun2012-03-281-1/+0
* dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-271-0/+386
OpenPOWER on IntegriCloud