summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/jpegtables: remove duplicate luma and chroma quantization tablesPeter Ross2022-10-261-1/+2
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-3/+3
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-3/+3
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-3/+1
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-311-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-3/+3
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-5/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-18/+18
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/vp3: Add missing check for av_mallocJiasheng Jiang2022-02-181-1/+6
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-11/+12
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-0/+1
* avcodec/vp3: Don't output bogus warningAndreas Rheinhardt2022-01-131-2/+2
* avcodec/vp3: Check version in all cases when VP4 code is not builtMichael Niedermayer2021-12-011-1/+8
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-8/+8
* avcodec/vp3: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-101-4/+6
* avcodec/vp3: ReindentationAndreas Rheinhardt2021-05-101-8/+8
* avcodec/vp3: Avoid code duplication when initializing coeff_vlcsAndreas Rheinhardt2021-05-101-15/+5
* avcodec/vp3: Don't try to decode VP4 when VP4 decoder is disabledAndreas Rheinhardt2021-05-101-2/+6
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-3/+3
* avcodec/vp3: Check input amount in theora_decode_header()Michael Niedermayer2021-01-311-0/+3
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/vp3: Remove code duplication when initializing Theora VLCsAndreas Rheinhardt2020-12-081-15/+6
* avcodec/vp3: Use symbols table for VP3 motion vectorsAndreas Rheinhardt2020-12-081-7/+14
* avcodec/vp3: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-081-12/+18
* avcodec/vp3: Apply VLC offset during initAndreas Rheinhardt2020-12-081-11/+20
* avcodec/vp3: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-291-5/+0
* avcodec/vp3: Make parsing Theora Huffman tables more spec-compliantAndreas Rheinhardt2020-10-261-42/+43
* avcodec/vp3: Unify initializing and freeing VLC tablesAndreas Rheinhardt2020-10-211-118/+45
* avcodec/vp3: Check allocations of VLCsAndreas Rheinhardt2020-10-211-48/+64
* avcodec/vp3: Fix memleak upon init failureAndreas Rheinhardt2020-10-211-9/+5
* avcodec/vp3: fix indentationPeter Ross2020-04-171-34/+34
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-45/+0
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-3/+3
* avcodec/vp3: propagate error codesPeter Ross2020-04-071-11/+11
* vp3: eliminate copy_fieldsAnton Khirnov2020-03-161-7/+5
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-311-5/+5
* vp4: prevent unaligned memory access in loop filterPeter Ross2019-10-301-2/+8
* avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks()Michael Niedermayer2019-09-021-0/+4
* avcodec/vp3: Check for end of input in vp4_unpack_vlcs()Michael Niedermayer2019-08-031-0/+2
* avcodec/vp3: Check that theora is theoraMichael Niedermayer2019-08-021-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