summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* avcodec/vp3: Don't output bogus warningAndreas Rheinhardt2022-01-13
* avcodec/vp3: Check version in all cases when VP4 code is not builtMichael Niedermayer2021-12-01
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/vp3: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-10
* avcodec/vp3: ReindentationAndreas Rheinhardt2021-05-10
* avcodec/vp3: Avoid code duplication when initializing coeff_vlcsAndreas Rheinhardt2021-05-10
* avcodec/vp3: Don't try to decode VP4 when VP4 decoder is disabledAndreas Rheinhardt2021-05-10
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/vp3: Check input amount in theora_decode_header()Michael Niedermayer2021-01-31
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/vp3: Remove code duplication when initializing Theora VLCsAndreas Rheinhardt2020-12-08
* avcodec/vp3: Use symbols table for VP3 motion vectorsAndreas Rheinhardt2020-12-08
* avcodec/vp3: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/vp3: Apply VLC offset during initAndreas Rheinhardt2020-12-08
* avcodec/vp3: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-29
* avcodec/vp3: Make parsing Theora Huffman tables more spec-compliantAndreas Rheinhardt2020-10-26
* avcodec/vp3: Unify initializing and freeing VLC tablesAndreas Rheinhardt2020-10-21
* avcodec/vp3: Check allocations of VLCsAndreas Rheinhardt2020-10-21
* avcodec/vp3: Fix memleak upon init failureAndreas Rheinhardt2020-10-21
* avcodec/vp3: fix indentationPeter Ross2020-04-17
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* avcodec/vp3: propagate error codesPeter Ross2020-04-07
* vp3: eliminate copy_fieldsAnton Khirnov2020-03-16
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* vp4: prevent unaligned memory access in loop filterPeter Ross2019-10-30
* avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks()Michael Niedermayer2019-09-02
* avcodec/vp3: Check for end of input in vp4_unpack_vlcs()Michael Niedermayer2019-08-03
* avcodec/vp3: Check that theora is theoraMichael Niedermayer2019-08-02
* VP4 video decoderPeter Ross2019-06-12
* avcodec/vp3: spin off get_eob_run and get_coeff coeff functionsPeter Ross2019-06-12
* avcodec/vp3data: combine eob_run_base and eob_run_get_bits tablesPeter Ross2019-06-08
* avcodec/vp3dsp: move vp3 init loop filter function to vp3dspPeter Ross2019-01-26
* avcodec/vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1Peter Ross2019-01-14
* avcodec/vp3: reindent unpack_superblocks()Michael Niedermayer2018-10-29
* avcodec/vp3: Do not recalculate coded_fragment_list for keyframesMichael Niedermayer2018-10-29
* avcodec/vp3: Reuse local variable in unpack_superblocks()Michael Niedermayer2018-10-29
* avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblo...Michael Niedermayer2018-10-29
* avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer2018-06-02
* avcodec/vp3: Check that there will be sufficient input for the coded fragment...Michael Niedermayer2018-05-13
* avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()Michael Niedermayer2018-02-11
* avcodec/vp3: Check eob_runMichael Niedermayer2018-02-11
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-06
* avcodec/theora: export cropping information instead of handling it internallyJames Almer2017-05-26
* avcodec/vp3: Check remaining bits in unpack_dct_coeffs()Michael Niedermayer2017-05-01
* avcodec/vp3: Do not return random positive values but the buf sizeMichael Niedermayer2017-03-03
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer2015-12-04
* | avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer2015-12-03