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
2019-08-04avcodec/vp3: Check for end of input in vp4_unpack_vlcs()Michael Niedermayer
2019-08-04avcodec/vp3: Check that theora is theoraMichael Niedermayer
2019-06-12VP4 video decoderPeter Ross
2019-06-12avcodec/vp3: spin off get_eob_run and get_coeff coeff functionsPeter Ross
2019-06-08avcodec/vp3data: combine eob_run_base and eob_run_get_bits tablesPeter Ross
2019-01-26avcodec/vp3dsp: move vp3 init loop filter function to vp3dspPeter Ross
2019-01-13avcodec/vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1Peter Ross
2018-10-29avcodec/vp3: reindent unpack_superblocks()Michael Niedermayer
2018-10-29avcodec/vp3: Do not recalculate coded_fragment_list for keyframesMichael Niedermayer
2018-10-29avcodec/vp3: Reuse local variable in unpack_superblocks()Michael Niedermayer
2018-10-29avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblo...Michael Niedermayer
2018-06-02avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer
2018-05-14avcodec/vp3: Check that there will be sufficient input for the coded fragment...Michael Niedermayer
2018-02-11avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()Michael Niedermayer
2018-02-11avcodec/vp3: Check eob_runMichael Niedermayer
2017-11-07avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali
2017-05-26avcodec/theora: export cropping information instead of handling it internallyJames Almer
2017-05-01avcodec/vp3: Check remaining bits in unpack_dct_coeffs()Michael Niedermayer
2017-03-03avcodec/vp3: Do not return random positive values but the buf sizeMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-12-04avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer
2015-12-03avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer
2015-11-30avcodec/vp3: always set pix_fmt in theora_decode_header()Michael Niedermayer
2015-11-28avcodec/vp3: Fix several memleaksMichael Niedermayer
2015-11-28avcodec/vp3: Clear context on reinitialization failureMichael Niedermayer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-04avcodec/vp3: Check init_get_bits8() for failureMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-13avcodec/vp3: check current_frame before accessing itMichael Niedermayer
2015-05-15avcodec/vp3: Cleanup order of operations for current_run checkMichael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-06avcodec/vp3: pass correct context to av_log()Michael Niedermayer
2015-01-30avcodec/vp3: use init_get_bits8()Paul B Mahol
2014-12-19avcodec/vp3: Fix offset handlingMichael Niedermayer
2014-12-19Merge commit '67fc8a15e4182ea111cfcd05897709f09d99a33a'Michael Niedermayer
2014-12-19theora: support different visible and coded frame sizeVittorio Giovara
2014-12-14avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-10Fix 2 coeffecient typoClément Bœsch
2014-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles