summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp3: Check width to avoid assertion failureMichael Niedermayer2023-04-211-1/+7
* avcodec/vp3: Add missing check for av_mallocJiasheng Jiang2023-04-211-1/+6
* avcodec/vp3: Check version in all cases when VP4 code is not builtMichael Niedermayer2022-04-071-1/+8
* avcodec/vp3: Check input amount in theora_decode_header()Michael Niedermayer2021-09-101-0/+3
* avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks()Michael Niedermayer2019-09-041-0/+4
* avcodec/vp3: Check for end of input in vp4_unpack_vlcs()Michael Niedermayer2019-08-041-0/+2
* avcodec/vp3: Check that theora is theoraMichael Niedermayer2019-08-041-0/+4
* VP4 video decoderPeter Ross2019-06-121-34/+702
* avcodec/vp3: spin off get_eob_run and get_coeff coeff functionsPeter Ross2019-06-121-13/+26
* avcodec/vp3data: combine eob_run_base and eob_run_get_bits tablesPeter Ross2019-06-081-3/+3
* avcodec/vp3dsp: move vp3 init loop filter function to vp3dspPeter Ross2019-01-261-21/+1
* avcodec/vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1Peter Ross2019-01-141-1/+1
* avcodec/vp3: reindent unpack_superblocks()Michael Niedermayer2018-10-291-31/+31
* avcodec/vp3: Do not recalculate coded_fragment_list for keyframesMichael Niedermayer2018-10-291-12/+29
* avcodec/vp3: Reuse local variable in unpack_superblocks()Michael Niedermayer2018-10-291-1/+1
* avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblo...Michael Niedermayer2018-10-291-1/+15
* avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer2018-06-021-2/+5
* avcodec/vp3: Check that there will be sufficient input for the coded fragment...Michael Niedermayer2018-05-131-1/+4
* avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()Michael Niedermayer2018-02-111-1/+3
* avcodec/vp3: Check eob_runMichael Niedermayer2018-02-111-0/+3
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-061-1/+3
* avcodec/theora: export cropping information instead of handling it internallyJames Almer2017-05-261-17/+9
* avcodec/vp3: Check remaining bits in unpack_dct_coeffs()Michael Niedermayer2017-05-011-0/+7
* avcodec/vp3: Do not return random positive values but the buf sizeMichael Niedermayer2017-03-031-2/+4
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-6/+6
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-7/+7
* | avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer2015-12-041-2/+2
* | avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer2015-12-031-1/+6
* | avcodec/vp3: always set pix_fmt in theora_decode_header()Michael Niedermayer2015-11-301-1/+2
* | avcodec/vp3: Fix several memleaksMichael Niedermayer2015-11-281-0/+1
* | avcodec/vp3: Clear context on reinitialization failureMichael Niedermayer2015-11-281-4/+6
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+4
* | avcodec/vp3: Check init_get_bits8() for failureMichael Niedermayer2015-09-041-1/+4
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-4/+4
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-4/+4
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-5/+5
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-5/+5
* | avcodec/vp3: check current_frame before accessing itMichael Niedermayer2015-07-131-0/+2
* | avcodec/vp3: Cleanup order of operations for current_run checkMichael Niedermayer2015-05-151-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | avcodec/vp3: pass correct context to av_log()Michael Niedermayer2015-02-061-1/+1
* | avcodec/vp3: use init_get_bits8()Paul B Mahol2015-01-301-2/+3
* | avcodec/vp3: Fix offset handlingMichael Niedermayer2014-12-191-5/+8
* | Merge commit '67fc8a15e4182ea111cfcd05897709f09d99a33a'Michael Niedermayer2014-12-191-16/+45
|\ \ | |/
| * theora: support different visible and coded frame sizeVittorio Giovara2014-12-181-16/+45
* | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer2014-12-141-1/+1
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-1/+1
|\ \ | |/
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1