summaryrefslogtreecommitdiffstats
path: root/libavcodec/jvdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-1/+1
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-1/+1
* jvdec: Convert to the new bitstream readerAlexandra Hájková2016-11-181-26/+26
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* jvdec: check frame dimensionsAnton Khirnov2014-12-191-0/+7
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-6/+6
* jvdec: K&R formatting cosmeticsVittorio Giovara2014-02-041-21/+25
* jvdec: use the AVFrame API properly.Anton Khirnov2013-11-161-11/+16
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-6/+7
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+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-1/+1
* jvdec: unbreak video decodingPaul B Mahol2012-03-141-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* Fixed size given to init_get_bits().Laurent Aimar2011-09-151-1/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov2011-04-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Bitmap Brothers JV video decoderPeter Ross2011-03-141-0/+215
OpenPOWER on IntegriCloud