193 Commits (45f52d19b98fed72682ee5ad3a0f93c71c7c4944)

Author SHA1 Message Date
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
wm4 05f66706d1 lavc: introduce a new decoding/encoding API with decoupled input/output 9 years ago
Ganesh Ajjanagadde 83a04f103d lavc: move exp2fi to ff_exp2fi in internal.h 9 years ago
Luca Barbato 34138ece23 log: Use a do {} while (0) for tlog 9 years ago
Anton Khirnov 11c9bd633f libopenh264enc: export CPB props side data 9 years ago
Luca Barbato 6788baebb3 log: Use a do {} while (0) for dlog 9 years ago
Michael Niedermayer bf6d41d8a2 avcodec/internal: Fix skiped typo 9 years ago
Matthieu Bouron e162542e15 lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM 9 years ago
Andreas Cadhalpun a4680e7170 avcodec: rename avpriv_color_frame to ff_color_frame 9 years ago
Derek Buitenhuis abaa12263e avcodec: Don't lock during open if the codec has threadsafe init 9 years ago
Michael Niedermayer b947ac9096 avcodec/internal: Use do {} while() for ff_tlog() 9 years ago
Ganesh Ajjanagadde 4e2471ef1d avcodec/internal: silence -Wempty-body on clang 9 years ago
wm4 87a051f976 lavc: allow asynchronous decoders to return correct pkt_dts values 9 years ago
Hendrik Leppkes 64c33f9624 avcodec: remove deprecated old audio encode API 9 years ago
Ronald S. Bultje 70a19c482a Move ff_dlog from lavc to lavu. 9 years ago
Michael Niedermayer d903b62750 avcodec/internal: improve min_size documentation for ff_alloc_packet2() 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer 0dbfb5386f avcodec/internal: Deprecate ff_alloc_packet() in favor of ff_alloc_packet2() 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago