summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1dec.c
Commit message (Expand)AuthorAge
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/ffv1dec: Fix skip_alphaMichael Niedermayer2015-05-28
* | avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer2015-05-04
* | avcodec/ffv1dec: More completely check micro_versionMichael Niedermayer2015-05-04
* | avcodec/ffv1dec: Check quant table symbols more completelyMichael Niedermayer2015-05-04
* | ffv1dec: plane_index is 1 in case of version 4 gray+alpha.Jérôme Martinez2015-05-03
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-21
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit 'ca09effb01e126b0ac74ff3de70a475423ddee82'Michael Niedermayer2015-01-06
|\|
| * ffv1: Drop unnecessary casts and const qualifiers to match function signaturesDiego Biurrun2015-01-05
* | ffv1dec: Avoid unnecessarily large stack usage and copies.Reimar Döffinger2014-11-22
* | Merge commit 'da7d839a0d3ec40423a665dc85e0cfaed3f92eb8'Michael Niedermayer2014-08-12
|\|
| * ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer2014-08-12
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-20
|\|
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
| * avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* | avcodec/ffv1dec: use av_malloc_array()Michael Niedermayer2014-05-03
* | ffv1.4: use 2 coefficients for calculating the Y plane in the RCTMichael Niedermayer2013-12-10
* | avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCTMichael Niedermayer2013-12-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-17
|\|
| * ffv1: use the AVFrame API properly.Anton Khirnov2013-11-16
| * ffv1: Assume bitdepth 0 means 8bitLuca Barbato2013-10-15
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
| * ffv1: fix calculating slice dimensions for version 2Anton Khirnov2013-03-08
* | Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-22
* | avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit supportPaul B Mahol2013-09-09
* | avcodec/ffv1dec: fix format detectionPaul B Mahol2013-09-09
* | avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4Michael Niedermayer2013-09-09
* | avcodec/ffv1dec: reorganize thread init/updateMichael Niedermayer2013-09-01
* | avcodec/ffv1dec: move initial_states init to init_thread_copy()Michael Niedermayer2013-09-01
* | ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 hea...Michael Niedermayer2013-08-30
* | ffv1dec: check that global parameters dont change in version 0/1Michael Niedermayer2013-08-30
* | avcodec/ffv1dec: check global header versionMichael Niedermayer2013-08-30
* | ffv1: rename minor to micro versionMichael Niedermayer2013-08-20
* | ffv1: update years in headerMichael Niedermayer2013-08-17
* | ffv1: fix plane_count at version 1.4Michael Niedermayer2013-08-15
* | ffv1dec: support printing information about the global headerMichael Niedermayer2013-08-15
* | Forward interlaced field information from mov to ffv1 decoder.Tim.Nicholson2013-08-02
* | lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol2013-06-06
* | ffv1dec: defuse membombMichael Niedermayer2013-05-19
* | ffv1dec: Support frame threading with gop > 1Michael Niedermayer2013-05-11
* | ffv1: Switch to ThreadFrameMichael Niedermayer2013-05-11
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* | ffv1dec: remove redundant error message.Michael Niedermayer2013-04-27
* | ffv1dec: add code to support frame threading with gop=1 ffv1Michael Niedermayer2013-04-27
* | ffv1: Store a flag in the global header that indicates if all frames are keyf...Michael Niedermayer2013-04-27