Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-16avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer
2015-10-16avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-26avcodec/ffv1dec: Fix off by 1 error in quant_table_count checkMichael Niedermayer
2015-09-26avcodec/ffv1dec: Explicitly check read_quant_table() return valueMichael Niedermayer
2015-09-25avcodec/ffv1dec: Fix >8bps error concealmentMichael Niedermayer
2015-09-25avcodec/rangecoder: Check eMichael Niedermayer
2015-09-25avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-02avcodec/ffv1dec: Print CRCs at picture debug levelMichael Niedermayer
2015-09-02avcodec/ffv1dec: Check that there is enough space for the CRC in the global h...Michael Niedermayer
2015-08-22ffv1: Add missing ff_ prefixesTimothy Gu
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-05-28avcodec/ffv1dec: Fix skip_alphaMichael Niedermayer
2015-05-04avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer
2015-05-04avcodec/ffv1dec: More completely check micro_versionMichael Niedermayer
2015-05-04avcodec/ffv1dec: Check quant table symbols more completelyMichael Niedermayer
2015-05-03ffv1dec: plane_index is 1 in case of version 4 gray+alpha.Jérôme Martinez
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-01-06Merge commit 'ca09effb01e126b0ac74ff3de70a475423ddee82'Michael Niedermayer
2015-01-05ffv1: Drop unnecessary casts and const qualifiers to match function signaturesDiego Biurrun
2014-11-22ffv1dec: Avoid unnecessarily large stack usage and copies.Reimar Döffinger
2014-08-12Merge commit 'da7d839a0d3ec40423a665dc85e0cfaed3f92eb8'Michael Niedermayer
2014-08-12ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer
2014-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-05-03avcodec/ffv1dec: use av_malloc_array()Michael Niedermayer
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2013-12-10ffv1.4: use 2 coefficients for calculating the Y plane in the RCTMichael Niedermayer
2013-12-09avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCTMichael Niedermayer
2013-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-16ffv1: use the AVFrame API properly.Anton Khirnov
2013-10-16ffv1: Assume bitdepth 0 means 8bitLuca Barbato
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-22Make decoding alpha optional for some codecs.Reimar Döffinger
2013-09-09avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit supportPaul B Mahol
2013-09-09avcodec/ffv1dec: fix format detectionPaul B Mahol
2013-09-09avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4Michael Niedermayer
2013-09-02avcodec/ffv1dec: reorganize thread init/updateMichael Niedermayer
2013-09-02avcodec/ffv1dec: move initial_states init to init_thread_copy()Michael Niedermayer
2013-08-30ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 hea...Michael Niedermayer
2013-08-30ffv1dec: check that global parameters dont change in version 0/1Michael Niedermayer
2013-08-30avcodec/ffv1dec: check global header versionMichael Niedermayer
2013-08-20ffv1: rename minor to micro versionMichael Niedermayer
2013-08-17ffv1: update years in headerMichael Niedermayer
2013-08-15ffv1: fix plane_count at version 1.4Michael Niedermayer