summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avcodec/vp3: Reindent after the previous commitsAndreas Rheinhardt2023-10-31
* avcodec/vp3: Avoid complete VLC struct, only use VLCElem*Andreas Rheinhardt2023-10-31
* avcodec/vp3: Share coefficient VLCs between threadsAndreas Rheinhardt2023-10-31
* avcodec/vp3: Increase some VLC tablesAndreas Rheinhardt2023-10-31
* avcodec/vp3: Make VLC tables static where possibleAndreas Rheinhardt2023-10-31
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-22
* avcodec/vp3: Simplify shuffling frames, fix crash on alloc errorAndreas Rheinhardt2023-09-18
* avcodec/vp3: Fix undefined pointer arithmeticAndreas Rheinhardt2023-09-18
* avcodec/vp3: Don't truncate ptrdiff_tAndreas Rheinhardt2023-09-16
* avcodec/vp3: Use range-based loop variablesAndreas Rheinhardt2023-09-16
* avcodec/vp3: Add const where appropriateAndreas Rheinhardt2023-09-16
* avcodec/vp3: Move work after ff_thread_finish_setupAndreas Rheinhardt2023-09-16
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-11
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/vp3: Check width to avoid assertion failureMichael Niedermayer2023-04-02
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-13
* avcodec/jpegtables: remove duplicate luma and chroma quantization tablesPeter Ross2022-10-26
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-03
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-27
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-31
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/vp3: Add missing check for av_mallocJiasheng Jiang2022-02-18
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* 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