211 Commits (6328a5706832eac5568fb6d20fe2095790349598)

Author SHA1 Message Date
James Almer 0de01da1d2 avcodec: move ff_alloc_a53_sei() to atsc_53 4 years ago
James Almer 6b57d4d9eb avcodec/internal: remove unused out_frame field from DecodeSimpleContext 4 years ago
Limin Wang 9294f5b497 avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode sei 4 years ago
James Almer 93016f5d1d avcodec/encode: restructure the old encode API 4 years ago
James Almer 827d6fe73d avcodec/encode: restructure the core encoding code 4 years ago
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
Andreas Rheinhardt f02b1b1222 avcodec/encode: Remove ff_alloc_packet 5 years ago
James Almer 6dd5da3f8b avcodec/decode: remove unused AVCodecInternal compat_decode field 5 years ago
Marton Balint c96904f525 avcodec/decode: use a single list bsf for codec decode bsfs 5 years ago
Anton Khirnov 9d6785d426 lavc: do not implicitly share the frame pool between threads 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago
Michael Kuron bf070a9171 lavc/dvdsubdec: Move palette parsing to new function 5 years ago
Michael Niedermayer 550a6b4212 avcodec/avcodec: Add codec_tags array to AVCodec 5 years ago
James Almer 717b2074ec avcodec: add a Producer Reference Time AVPacketSideData type 5 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer d7866bf527 avcodec/internal: Bump sane_nb_chanels 5 years ago
Gyan Doshi 3153a6502a avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags 6 years ago
Martin Vignali e53901ba5e avcodec/utils : add ff_int_from_list_or_default func 6 years ago
Marton Balint 3e0f3be2b0 avcodec/internal: increase FF_SANE_NB_CHANNELS to 256 6 years ago
James Almer 23e1bf6e51 avcodec: remove unnecessary calls to ff_init_buffer_info() 7 years ago
wm4 4ed66517c6 lavc: remove complex debug code around avcodec init locking 7 years ago
wm4 86a13bf2ff lavc, lavf: move avformat static mutex from avcodec to avformat 7 years ago
James Darnley 8f86e66238 avcodec: add stride alignment needed for AVX-512 7 years ago
Mark Thompson 39056b5240 lavc: Use hardware config information in ff_get_format() 7 years ago
Hendrik Leppkes fd542b6f20 Revert "libavcodec/utils.c: simplify avcodec locking with atomics" 7 years ago
Mark Thompson 67e81d79cc lavc: Use hardware config information in ff_get_format() 7 years ago
Rostislav Pehlivanov 590136e78d libavcodec/utils.c: simplify avcodec locking with atomics 7 years ago
Martin Storsjö 3152058bf1 libavcodec: Don't use dllexport, only dllimport when building DLLs 7 years ago
wm4 ae5046e492 avcodec: allow multiple hwaccels for the same codec/pixfmt 7 years ago
James Almer 417d473bde avcodec: remove ABI portion of the side data merging API 7 years ago
Ilia Valiakhmetov 83c12fefd2 avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc() 7 years ago
James Almer 9aa2469930 avcodec/internal: move FF_QSCALE_TYPE defines from avcodec.h 7 years ago
Martin Storsjö accb06120c configure: Use dllexport/dllimport for data symbols across DLLs with mingw 7 years ago
Martin Storsjö abf1c058d1 msvc: Properly specify dllexport for data symbols shared across dll boundaries 7 years ago
Michael Niedermayer e813df4fa3 avcodec: Avoid splitting side data repeatedly 8 years ago
James Almer 0a6ca7aa0a avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxy 8 years ago
Muhammad Faiz d535e0c140 avcodec/pthread_frame, decode: allow errors to happen on draining 8 years ago
Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
Tobias Rapp 205b8fd078 avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
Carl Eugen Hoyos 5dd7ea9f56 lavc/internal: Constify AVPacket* in AVCodecInternal. 8 years ago
wm4 fcfc78cbab aacdec: do not mutate input packet metadata 8 years ago
Anton Khirnov 019ab88a95 lavc: add an option for exporting cropping information to the caller 8 years ago
Anton Khirnov 972c71e9cb lavc: add support for filtering packets before decoding 8 years ago
Anton Khirnov 061a0c14bb decode: restructure the core decoding code 8 years ago
Anton Khirnov 549d0bdca5 decode: be more explicit about storing the last packet properties 8 years ago
Thierry Foucu c512546689 Fix -Werror=parentheses error 8 years ago
wm4 b2fea2fdee ffmpeg: move subframe warning to libavcodec 8 years ago
Andrey Turkin 63adb3602d libavcodec: factor out SEI generation for A53 captions 9 years ago
wm4 7fc329e2dd lavc: introduce a new decoding/encoding API with decoupled input/output 9 years ago
Michael Niedermayer 0de99ab06f avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param() 9 years ago