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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-11avcodec/ffv1dec: Fix out of array read in slice countingMichael Niedermayer
2017-09-22avcodec/ffv1dec: Fix integer overflow in read_quant_table()Michael Niedermayer
2017-08-18avcodec/ffv1dec: Check for bitstream end in decode_line()Michael Niedermayer
2017-05-14avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 155...Michael Niedermayer
2017-05-08avcodec/ffv1dec: Fix copying planes of paletted formatsMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-19Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710'Clément Bœsch
2016-11-21lavc/ffv1: Support YUV4xxP12 and GRAY12.Carl Eugen Hoyos
2016-11-18avcodec/ffv1dec: Set packed_at_lsb for 16bit YUVMichael Niedermayer
2016-11-18avcodec/ffv1dec: Support gray 10/12/16 explicitly avoid shiftsMichael Niedermayer
2016-11-17lavc/ffv1dec: Scale output for msb-packed compression to full 16bit.Carl Eugen Hoyos
2016-08-17ffv1: Remove broken disabled cruftDiego Biurrun
2016-08-08avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer
2016-08-08avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer
2016-07-22avcodec/ffv1dec: Test extradata_size instead of extradata for better robustnessMichael Niedermayer
2016-06-29ffv1: Report additional bitstream information in verbose modeLuca Barbato
2016-06-18ffv1: Error out on unsupported formatJerome Martinez
2016-06-13avcodec/ffv1dec: fix some unsupported pix_fmtJérôme Martinez
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2016-01-01avcodec/ffv1dec: Support AV_PIX_FMT_YA8Michael Niedermayer
2015-11-22Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96'Derek Buitenhuis
2015-11-16ffv1: Explicitly name the coder typeVittorio Giovara
2015-11-14avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer
2015-11-05avcodec/ffv1dec: Print an error if the quant table count is invalidMichael Niedermayer
2015-11-05avcodec/ffv1dec: Free tables on init failureMichael Niedermayer
2015-11-05avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer
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