326 Commits (161d0aa2a8d18f1f8a01cbc4c1061eadcbe592e5)

Author SHA1 Message Date
Michael Niedermayer 63feed1519
avcodec/vp8: Forward return of ff_vpx_init_range_decoder() 8 months ago
Andreas Rheinhardt 67c7c44c79 avcodec/vp8: Return error on error 8 months ago
Andreas Rheinhardt d7374ac713 avcodec/vp8: Mark flushing functions as av_cold 9 months ago
Andreas Rheinhardt d48d7bc434 avcodec/vp8: Convert to ProgressFrame API 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Andreas Rheinhardt d525dbb41f avcodec/vp8: Change criterion for calling ff_thread_finish_setup() 11 months ago
Andreas Rheinhardt e37e9d58f8 avcodec/vp8: Remove write-only vp7 struct field 11 months ago
Andreas Rheinhardt 4b8b1415ae avcodec/vp8: Enforce key-frame only for WebP 11 months ago
Dai, Jianhui J 5cb8accd09 avcodec/vp8: Export `vp8_token_update_probs` variable 1 year ago
Andreas Rheinhardt 315c956cbd avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
Andreas Rheinhardt f8252d6ce3 avcodec/decode: Use RefStruct API for hwaccel_picture_private 1 year ago
Andreas Rheinhardt e1ba00ac8f avcodec/vp8: Use RefStruct API for seg_map 1 year ago
Andreas Rheinhardt e35dfe864d avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel 1 year ago
Andreas Rheinhardt c48cc9c6e9 avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s task 1 year ago
Lynne 6733a1a456
avcodec: add AVHWAccel.flush callback 2 years ago
Lynne be07145109
avcodec: add AVHWAccel.free_frame_priv callback 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Hirokazu Honda 7f3e38bda8 avcodec/vp8: Fix wrong vpx_rac_is_end() check 2 years ago
Andreas Rheinhardt 25e1986e68 avcodec/vp8: Add const where appropriate 2 years ago
Andreas Rheinhardt 4130789f4f avcodec/vp8: Move fade_present from context to stack 2 years ago
Andreas Rheinhardt 361c875340 avcodec/vp8: Remove unused macros 2 years ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 17e23aed41 avcodec/internal: Move ff_get_format() to decode.h 2 years ago
Andreas Rheinhardt 9c4f7d1e88 avcodec/vp8: Constify slice threads' ptr to main context 2 years ago
Andreas Rheinhardt 0eb399ac39 avcodec: Constify ThreadFrames if possible 2 years ago
Andreas Rheinhardt 6f7d3bde11 avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9 2 years ago
Andreas Rheinhardt 7ab9b30800 avcodec/vp56: Move VP5-9 range coder functions to a header of their own 2 years ago
Andreas Rheinhardt 80ad06ab1b avcodec/vp56: Move VP8/9-only rac functions to a header of their own 2 years ago
Andreas Rheinhardt 062599d786 avcodec/vp56.h: Move VP8-only functions to vp8.c 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt f025b8e110 avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 8b49436452 avcodec/vp8: Remove always-false check 3 years ago
Andreas Rheinhardt 37670f7d07 avcodec/vp8: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 74bffc00c5 avcodec: Constify some AVPackets 4 years ago
Michael Niedermayer 6a797ceafe avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes() 4 years ago
Andreas Rheinhardt 2c6f532e0a Mark some pointers as const 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Shaofei Wang eb6bb8f32f libavcodec/vp8dec: fix the multi-thread HWAccel decode error 4 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago