| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vp3: Don't output bogus warning | Andreas Rheinhardt | 2022-01-13 | 1 | -2/+2 |
* | avcodec/vp3: Check version in all cases when VP4 code is not built | Michael Niedermayer | 2021-12-01 | 1 | -1/+8 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -8/+8 |
* | avcodec/vp3: Mark decoders as init-threadsafe | Andreas Rheinhardt | 2021-05-10 | 1 | -4/+6 |
* | avcodec/vp3: Reindentation | Andreas Rheinhardt | 2021-05-10 | 1 | -8/+8 |
* | avcodec/vp3: Avoid code duplication when initializing coeff_vlcs | Andreas Rheinhardt | 2021-05-10 | 1 | -15/+5 |
* | avcodec/vp3: Don't try to decode VP4 when VP4 decoder is disabled | Andreas Rheinhardt | 2021-05-10 | 1 | -2/+6 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avcodec/vp3: Check input amount in theora_decode_header() | Michael Niedermayer | 2021-01-31 | 1 | -0/+3 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/vp3: Remove code duplication when initializing Theora VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -15/+6 |
* | avcodec/vp3: Use symbols table for VP3 motion vectors | Andreas Rheinhardt | 2020-12-08 | 1 | -7/+14 |
* | avcodec/vp3: Make tables used to initialize VLCs smaller | Andreas Rheinhardt | 2020-12-08 | 1 | -12/+18 |
* | avcodec/vp3: Apply VLC offset during init | Andreas Rheinhardt | 2020-12-08 | 1 | -11/+20 |
* | avcodec/vp3: Don't check for errors for complete VLC | Andreas Rheinhardt | 2020-10-29 | 1 | -5/+0 |
* | avcodec/vp3: Make parsing Theora Huffman tables more spec-compliant | Andreas Rheinhardt | 2020-10-26 | 1 | -42/+43 |
* | avcodec/vp3: Unify initializing and freeing VLC tables | Andreas Rheinhardt | 2020-10-21 | 1 | -118/+45 |
* | avcodec/vp3: Check allocations of VLCs | Andreas Rheinhardt | 2020-10-21 | 1 | -48/+64 |
* | avcodec/vp3: Fix memleak upon init failure | Andreas Rheinhardt | 2020-10-21 | 1 | -9/+5 |
* | avcodec/vp3: fix indentation | Peter Ross | 2020-04-17 | 1 | -34/+34 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -45/+0 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -3/+3 |
* | avcodec/vp3: propagate error codes | Peter Ross | 2020-04-07 | 1 | -11/+11 |
* | vp3: eliminate copy_fields | Anton Khirnov | 2020-03-16 | 1 | -7/+5 |
* | avcodec: Replace get_bits_long() by get_bits() where possible | Michael Niedermayer | 2019-12-31 | 1 | -5/+5 |
* | vp4: prevent unaligned memory access in loop filter | Peter Ross | 2019-10-30 | 1 | -2/+8 |
* | avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks() | Michael Niedermayer | 2019-09-02 | 1 | -0/+4 |
* | avcodec/vp3: Check for end of input in vp4_unpack_vlcs() | Michael Niedermayer | 2019-08-03 | 1 | -0/+2 |
* | avcodec/vp3: Check that theora is theora | Michael Niedermayer | 2019-08-02 | 1 | -0/+4 |
* | VP4 video decoder | Peter Ross | 2019-06-12 | 1 | -34/+702 |
* | avcodec/vp3: spin off get_eob_run and get_coeff coeff functions | Peter Ross | 2019-06-12 | 1 | -13/+26 |
* | avcodec/vp3data: combine eob_run_base and eob_run_get_bits tables | Peter Ross | 2019-06-08 | 1 | -3/+3 |
* | avcodec/vp3dsp: move vp3 init loop filter function to vp3dsp | Peter Ross | 2019-01-26 | 1 | -21/+1 |
* | avcodec/vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1 | Peter Ross | 2019-01-14 | 1 | -1/+1 |
* | avcodec/vp3: reindent unpack_superblocks() | Michael Niedermayer | 2018-10-29 | 1 | -31/+31 |
* | avcodec/vp3: Do not recalculate coded_fragment_list for keyframes | Michael Niedermayer | 2018-10-29 | 1 | -12/+29 |
* | avcodec/vp3: Reuse local variable in unpack_superblocks() | Michael Niedermayer | 2018-10-29 | 1 | -1/+1 |
* | avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblo... | Michael Niedermayer | 2018-10-29 | 1 | -1/+15 |
* | avcodec/vp3: Fix end of bitstream check in unpack_superblocks() | Michael Niedermayer | 2018-06-02 | 1 | -2/+5 |
* | avcodec/vp3: Check that there will be sufficient input for the coded fragment... | Michael Niedermayer | 2018-05-13 | 1 | -1/+4 |
* | avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs() | Michael Niedermayer | 2018-02-11 | 1 | -1/+3 |
* | avcodec/vp3: Check eob_run | Michael Niedermayer | 2018-02-11 | 1 | -0/+3 |
* | avcodec: remove remaining uses of avcodec_get_chroma_sub_sample | Martin Vignali | 2017-11-06 | 1 | -1/+3 |
* | avcodec/theora: export cropping information instead of handling it internally | James Almer | 2017-05-26 | 1 | -17/+9 |
* | avcodec/vp3: Check remaining bits in unpack_dct_coeffs() | Michael Niedermayer | 2017-05-01 | 1 | -0/+7 |
* | avcodec/vp3: Do not return random positive values but the buf size | Michael Niedermayer | 2017-03-03 | 1 | -2/+4 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -6/+6 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -7/+7 |
* | | avcodec/vp3: Fix "runtime error: left shift of negative value" | Michael Niedermayer | 2015-12-04 | 1 | -2/+2 |
* | | avcodec/vp3: ensure header is parsed successfully before tables | Michael Niedermayer | 2015-12-03 | 1 | -1/+6 |