| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/decode: remove unused AVCodecInternal compat_decode field | James Almer | 2020-05-09 | 1 | -2/+0 |
* | avcodec/decode: use a single list bsf for codec decode bsfs | Marton Balint | 2020-05-02 | 1 | -6/+1 |
* | lavc: do not implicitly share the frame pool between threads | Anton Khirnov | 2020-04-10 | 1 | -20/+1 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -15/+5 |
* | lavc/dvdsubdec: Move palette parsing to new function | Michael Kuron | 2020-02-04 | 1 | -0/+2 |
* | avcodec/avcodec: Add codec_tags array to AVCodec | Michael Niedermayer | 2020-01-22 | 1 | -0/+6 |
* | avcodec: add a Producer Reference Time AVPacketSideData type | James Almer | 2020-01-15 | 1 | -0/+2 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -3/+4 |
* | avcodec/internal: Bump sane_nb_chanels | Michael Niedermayer | 2019-08-21 | 1 | -1/+1 |
* | avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags | Gyan Doshi | 2019-04-20 | 1 | -0/+8 |
* | avcodec/utils : add ff_int_from_list_or_default func | Martin Vignali | 2018-12-04 | 1 | -0/+12 |
* | avcodec/internal: increase FF_SANE_NB_CHANNELS to 256 | Marton Balint | 2018-07-13 | 1 | -1/+1 |
* | avcodec: remove unnecessary calls to ff_init_buffer_info() | James Almer | 2018-02-14 | 1 | -6/+0 |
* | lavc: remove complex debug code around avcodec init locking | wm4 | 2017-12-26 | 1 | -4/+0 |
* | lavc, lavf: move avformat static mutex from avcodec to avformat | wm4 | 2017-12-26 | 1 | -3/+0 |
* | avcodec: add stride alignment needed for AVX-512 | James Darnley | 2017-12-24 | 1 | -1/+3 |
* | Revert "libavcodec/utils.c: simplify avcodec locking with atomics" | Hendrik Leppkes | 2017-12-11 | 1 | -0/+1 |
* | lavc: Use hardware config information in ff_get_format() | Mark Thompson | 2017-11-26 | 1 | -5/+6 |
* | libavcodec/utils.c: simplify avcodec locking with atomics | Rostislav Pehlivanov | 2017-11-26 | 1 | -1/+0 |
* | Merge commit '3152058bf1dca318898550efacf0286f4836cae6' | James Almer | 2017-11-19 | 1 | -5/+1 |
|\ |
|
| * | libavcodec: Don't use dllexport, only dllimport when building DLLs | Martin Storsjö | 2017-11-19 | 1 | -5/+1 |
* | | Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e' | James Almer | 2017-11-11 | 1 | -1/+1 |
|\| |
|
| * | configure: Use dllexport/dllimport for data symbols across DLLs with mingw | Martin Storsjö | 2017-08-31 | 1 | -1/+1 |
* | | Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0' | James Almer | 2017-11-11 | 1 | -0/+10 |
|\| |
|
| * | msvc: Properly specify dllexport for data symbols shared across dll boundaries | Martin Storsjö | 2017-08-31 | 1 | -0/+10 |
* | | avcodec: allow multiple hwaccels for the same codec/pixfmt | wm4 | 2017-11-10 | 1 | -0/+5 |
* | | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b' | James Almer | 2017-10-23 | 1 | -2/+0 |
|\| |
|
| * | lavc: Drop deprecated options moved to private contexts | Vittorio Giovara | 2017-03-23 | 1 | -2/+0 |
* | | Merge commit 'cbebc3251bc2544b469e0dcb176bc04779d8866c' | James Almer | 2017-10-23 | 1 | -2/+0 |
|\| |
|
* | | avcodec: remove ABI portion of the side data merging API | James Almer | 2017-10-22 | 1 | -4/+0 |
* | | avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc() | Ilia Valiakhmetov | 2017-09-08 | 1 | -0/+4 |
* | | avcodec/internal: move FF_QSCALE_TYPE defines from avcodec.h | James Almer | 2017-09-01 | 1 | -0/+7 |
* | | Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5' | James Almer | 2017-05-08 | 1 | -0/+6 |
|\| |
|
| * | lavc: add an option for exporting cropping information to the caller | Anton Khirnov | 2017-01-12 | 1 | -0/+6 |
* | | avcodec: Avoid splitting side data repeatedly | Michael Niedermayer | 2017-05-06 | 1 | -0/+4 |
* | | avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxy | James Almer | 2017-05-01 | 1 | -2/+2 |
* | | avcodec/pthread_frame, decode: allow errors to happen on draining | Muhammad Faiz | 2017-04-30 | 1 | -0/+3 |
* | | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813' | James Almer | 2017-04-22 | 1 | -0/+6 |
|\| |
|
| * | lavc: add support for filtering packets before decoding | Anton Khirnov | 2016-12-14 | 1 | -0/+6 |
* | | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09' | James Almer | 2017-04-22 | 1 | -0/+18 |
|\| |
|
| * | decode: restructure the core decoding code | Anton Khirnov | 2016-12-14 | 1 | -0/+17 |
* | | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f' | James Almer | 2017-04-22 | 1 | -3/+3 |
|\| |
|
| * | decode: be more explicit about storing the last packet properties | Anton Khirnov | 2016-12-14 | 1 | -3/+3 |
* | | avcodec: estimate output bitrate for uncompressed video codecs | Tobias Rapp | 2017-03-17 | 1 | -0/+6 |
* | | lavc/internal: Constify AVPacket* in AVCodecInternal. | Carl Eugen Hoyos | 2017-03-16 | 1 | -1/+1 |
* | | Merge commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0' | James Almer | 2017-03-15 | 1 | -1/+1 |
|\| |
|
| * | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-03-23 | 1 | -0/+13 |
* | | aacdec: do not mutate input packet metadata | wm4 | 2017-03-09 | 1 | -0/+2 |
* | | Fix -Werror=parentheses error | Thierry Foucu | 2016-11-16 | 1 | -1/+1 |
* | | ffmpeg: move subframe warning to libavcodec | wm4 | 2016-10-01 | 1 | -0/+1 |