| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec/utils: Free threads on init failure | Michael Niedermayer | 2019-09-16 | 1 | -0/+3 |
* | avcodec/utils: fix leak of subtitle_header on error path | Michael Niedermayer | 2019-07-25 | 1 | -0/+1 |
* | avcodec/utils: Check close before calling it | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
* | avcodec/utils, avcodec_open2: close codec on failure | James Zern | 2019-07-10 | 1 | -1/+4 |
* | avcodec/utils: Check bits_per_coded_sample | Michael Niedermayer | 2019-06-26 | 1 | -0/+4 |
* | avcodec/utils: remove commented out obsolete code | Paul B Mahol | 2019-03-03 | 1 | -2/+0 |
* | avcodec: add g732_1 parser | Paul B Mahol | 2018-12-23 | 1 | -2/+0 |
* | avcodec/utils : add ff_int_from_list_or_default func | Martin Vignali | 2018-12-04 | 1 | -0/+19 |
* | avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height paddi... | Martin Vignali | 2018-12-02 | 1 | -0/+4 |
* | avcodec: Implement Archimedes VIDC encoder/decoder | Cameron Cawley | 2018-10-26 | 1 | -0/+1 |
* | avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them | James Almer | 2018-08-16 | 1 | -0/+7 |
* | avcodec/utils: report insane channel count errors | Marton Balint | 2018-07-13 | 1 | -0/+1 |
* | lavc: implement an ATRAC9 decoder | Rostislav Pehlivanov | 2018-07-03 | 1 | -0/+1 |
* | avcodec/utils: Enforce minimum width also for VP5/6 | Michael Niedermayer | 2018-04-13 | 1 | -1/+4 |
* | lavc: add new API for iterating codecs and codec parsers | Josh de Kock | 2018-02-06 | 1 | -99/+0 |
* | avcodec/me_cmp: remove ff_me_cmp_init_static() | Muhammad Faiz | 2018-02-05 | 1 | -13/+0 |
* | avcodec/utils: Avoid hardcoding duplicated types in sizeof() | Michael Niedermayer | 2018-01-12 | 1 | -2/+2 |
* | avcodec/util: use a mutex instead of atomics in avcodec_register() | James Almer | 2018-01-05 | 1 | -3/+9 |
* | lavc: remove complex debug code around avcodec init locking | wm4 | 2017-12-26 | 1 | -41/+14 |
* | lavc, lavf: move avformat static mutex from avcodec to avformat | wm4 | 2017-12-26 | 1 | -11/+0 |
* | lavc: replace and deprecate the lock manager | wm4 | 2017-12-26 | 1 | -97/+10 |
* | Revert "libavcodec/utils.c: simplify avcodec locking with atomics" | Hendrik Leppkes | 2017-12-11 | 1 | -6/+6 |
* | lavc: Deprecate av_hwaccel_next() and av_register_hwaccel() | Mark Thompson | 2017-11-26 | 1 | -11/+5 |
* | lavc: Add codec metadata to indicate hardware support | Mark Thompson | 2017-11-26 | 1 | -0/+12 |
* | libavcodec/utils.c: simplify avcodec locking with atomics | Rostislav Pehlivanov | 2017-11-26 | 1 | -6/+6 |
* | lavc/utils.c: use C11 atomics for entangled thread handling | Rostislav Pehlivanov | 2017-11-26 | 1 | -4/+5 |
* | avcodec: deprecate getters and setters for AVCodecContext and AVCodec fields | James Almer | 2017-11-15 | 1 | -0/+2 |
* | avcodec: fix wrong duration of packets (dvd, bluray) | Aleksandr Slobodeniuk | 2017-11-11 | 1 | -4/+4 |
* | avcodec: drop deprecated vismv option | James Almer | 2017-10-23 | 1 | -6/+0 |
* | Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3' | James Almer | 2017-10-23 | 1 | -5/+0 |
|\ |
|
| * | lavc: Drop deprecated way of setting audio delay on encode | Vittorio Giovara | 2017-03-23 | 1 | -5/+0 |
* | | Merge commit 'b3739599bda740ac12d3dde31a331b744df99123' | James Almer | 2017-10-23 | 1 | -7/+0 |
|\| |
|
| * | lavc: Drop deprecated emu edge functionality | Vittorio Giovara | 2017-03-23 | 1 | -7/+0 |
* | | Merge commit '6dca24cd1d570b806b5a3fdaef9d3c8608942a81' | James Almer | 2017-10-21 | 1 | -10/+0 |
|\| |
|
| * | lavc: Drop deprecated way of setting codec dimensions | Vittorio Giovara | 2017-03-23 | 1 | -7/+0 |
* | | Merge commit '0337adfab5d14a17bf4d5060aa0425e4049a9862' | James Almer | 2017-10-21 | 1 | -29/+0 |
|\| |
|
| * | lavc: Drop deprecated missing sample log function | Vittorio Giovara | 2017-03-23 | 1 | -29/+0 |
| * | lavc: Add device context field to AVCodecContext | Mark Thompson | 2017-02-13 | 1 | -0/+1 |
| * | lavc: use av_cpu_max_align() instead of hardcoding alignment requirements | Anton Khirnov | 2017-02-11 | 1 | -9/+2 |
* | | Remove some unneeded casts of bit_rate. | Carl Eugen Hoyos | 2017-09-22 | 1 | -2/+2 |
* | | lavc/utils: Calculate frame duration for little-endian G.726. | Carl Eugen Hoyos | 2017-08-26 | 1 | -1/+1 |
* | | avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy ini... | Vitaly Buka | 2017-08-23 | 1 | -1/+1 |
* | | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813' | James Almer | 2017-04-22 | 1 | -0/+3 |
|\| |
|
| * | lavc: add support for filtering packets before decoding | Anton Khirnov | 2016-12-14 | 1 | -0/+3 |
* | | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09' | James Almer | 2017-04-22 | 1 | -1/+21 |
|\| |
|
| * | decode: restructure the core decoding code | Anton Khirnov | 2016-12-14 | 1 | -1/+21 |
* | | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f' | James Almer | 2017-04-22 | 1 | -0/+8 |
|\| |
|
| * | decode: be more explicit about storing the last packet properties | Anton Khirnov | 2016-12-14 | 1 | -0/+8 |
* | | Merge commit '0309ddcfb25fd44883bfcdb07509eb4907576b97' | Clément Bœsch | 2017-04-17 | 1 | -0/+3 |
|\| |
|
| * | lavc: handle MP3 in get_audio_frame_duration() | Anton Khirnov | 2016-12-14 | 1 | -0/+3 |