505 Commits (6623421454c55890a720b8dd818bb9304e9ff529)

Author SHA1 Message Date
Mark Thompson cd322794ee lavc: Mark hw_config pointer arrays as const 4 years ago
Limin Wang 4b2863ff01 avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init() 4 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Stefan Schoenefeld ad97be9fa3 avcodec/h263dec: enable nvdec hwaccel 5 years ago
Stefan Schoenefeld 39a5c0ac06 avcodec/h263dec: fix hwaccel decoding 5 years ago
fumoboy007 e384f6f2f9 avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration due to missing `hw_configs` property. 6 years ago
Andreas Rheinhardt 3f086a2f66 avcodec/mpeg4videodec: Fix nonsense warning 6 years ago
Carl Eugen Hoyos 5545a6df87 lavc/h263dec: Remove a variable declaration that can lead to a warning. 6 years ago
Michael Niedermayer bd27a9364c avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indicator of studio profile 6 years ago
Michael Niedermayer 44a2415a6d avcodec/h263dec: Reinitialize idct context if it has not been setup for the active profile 7 years ago
Michael Niedermayer dc7a8f7310 avcodec/h263dec: Document padding_bug_score heuristic used for wrong stuffing 7 years ago
Michael Niedermayer de841fbea7 avcodec/h263dec: Check slice_ret in mspeg4 slice loop 7 years ago
Kieran Kunhya f9d3841ae6 mpeg4video: Add support for MPEG-4 Simple Studio Profile. 7 years ago
Mark Thompson 2fcb009011 lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Mark Thompson 758fbc54fe lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Philip Langdale 6b77a10e43 avcodec: Implement mpeg4 nvdec hwaccel 7 years ago
Michael Niedermayer f670c13f13 avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
Anton Khirnov 14bb15bfd5 pthread_frame: ensure the threads don't run simultaneously with hwaccel 8 years ago
Michael Niedermayer cde007dcd3 avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecs 8 years ago
Anton Khirnov 8dfba25ce8 pthread_frame: ensure the threads don't run simultaneously with hwaccel 8 years ago
Michael Niedermayer eb7aa6bde4 avcodec/h263dec: Return the correct error code in explode mode 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Mark Thompson d264c720f7 lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Rémi Denis-Courmont d35d0c723e vdpau: remove dysfunctional H.263 support 9 years ago
Vittorio Giovara 4628443ca3 h263: Drop uninitialized variable use from log message 9 years ago
Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 9 years ago
Sebastien Zwickert 11d923d414 avcodec: add new Videotoolbox hwaccel. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 925b80d640 mpegvideo: Move OutFormat enum to mpegutils.h 10 years ago
Vittorio Giovara 2f15846ad7 mpegvideo: wmv2: Move function declarations 10 years ago
Philip Langdale 9ae766d1c6 avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 10 years ago
Vittorio Giovara 4e17946f10 mpegvideo: Rework various functions not to use MpegEncContext directly 10 years ago
Vittorio Giovara 9c1db92ad3 mpegvideo: Drop err_recognition 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Carl Eugen Hoyos 101f26e758 lavc/h263: Set color_range for gray decoding. 10 years ago
Michael Niedermayer 9025bc588a avcodec/h263dec: use PIX_FMT_GRAY8 when the user specified CODEC_FLAG_GRAY 10 years ago
Vittorio Giovara 0c69164f45 h263: Convert function to macro 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Andreas Cadhalpun f62880bfb8 mpeg4: use a self-explanatory #define MAX_NVOP_SIZE 10 years ago
Michael Niedermayer a764402394 avcodec/h263dec: Try to use codec_tag instead of the stream_codec_tag 10 years ago
Rémi Denis-Courmont c80a816142 h263dec: call get_format() on resolution changes 10 years ago
Rémi Denis-Courmont 1f29e5d7a2 h263dec: call get_format after setting resolution and profile 10 years ago
Josh Allmann 9a03c23235 h263dec: Force padding bug workaround for H.263. 10 years ago
Michael Niedermayer d225b0f7aa avcodec/h263dec: Fix decoding messenger.h263 10 years ago
Michael Niedermayer 4dee4a4470 avcodec/mpegvideo: Factor ff_mpv_decode_init() out 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago