309 Commits (868a31b42dc0fb62f63e704138f083d48f40d68c)

Author SHA1 Message Date
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 3 years ago
Andreas Rheinhardt 0eb399ac39 avcodec: Constify ThreadFrames if possible 3 years ago
Andreas Rheinhardt 6f7d3bde11 avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9 3 years ago
Andreas Rheinhardt 7ab9b30800 avcodec/vp56: Move VP5-9 range coder functions to a header of their own 3 years ago
Andreas Rheinhardt 80ad06ab1b avcodec/vp56: Move VP8/9-only rac functions to a header of their own 3 years ago
Andreas Rheinhardt 062599d786 avcodec/vp56.h: Move VP8-only functions to vp8.c 3 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
Zhao Zhili ed5cdf3d5a avcodec/vp8: fix multiple ff_thread_finish_setup() calls 5 years ago
Michael Niedermayer ab56e62e8f avcodec/vp5/6/8: use vpX_rac_is_end() 6 years ago
Michael Niedermayer db6ed2b828 avcodec/vp8: do vp7_fade_frame() later 6 years ago
Michael Niedermayer b11b3d2585 avcodec/vp7: Check for end of input in vp78_decode_mv_mb_modes() 6 years ago
Michael Niedermayer 74af6ae021 avcodec/vp8: Check bitstream input in vp7_fade_frame() before time consuming operation 7 years ago
Michael Niedermayer 115b7c96e9 libavcodec/vp8: Do not compute line pointers per pixel in fade() 7 years ago
Michael Niedermayer de675648ce avcodec/vp8: Check for bitstream end before vp7_fade_frame() 7 years ago
Mark Thompson 57623cba13 webp: Fix alpha initialisation 7 years ago
Mark Thompson 2fcb009011 lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Jun Zhao d228d52f1c lavc/vp8: Support resolution changes in the VP8 decoder hwaccel 7 years ago
Philip Langdale 1da9851e34 avcodec/nvdec: Implement vp8 hwaccel 7 years ago
Mark Thompson 40b75a943b vaapi: Add VP8 decode hwaccel 7 years ago
Mark Thompson 9f00fa5369 vp8: Add hwaccel hooks 7 years ago
Michael Niedermayer 6b5d3fb26f avcodec/webp: Always set pix_fmt 8 years ago
Ronald S. Bultje fed92adbb3 vp8: make mv_min/max thread-local if using partition threading. 8 years ago
Ronald S. Bultje 9a54c6f243 vp8: make wait/thread_mb_pos atomic. 8 years ago
Thomas Guilbert 9bbc73ae9f avcodec/vp8: Fix hang with slice threads 8 years ago