| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit '3fe2a01df7f2c193805809f57b61d79607572351' | James Almer | 2017-04-07 | 1 | -1521/+0 |
|\| |
|
| * | lavc: move decoding-related code from utils.c to a new file | Anton Khirnov | 2016-11-29 | 1 | -889/+0 |
* | | Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e' | James Almer | 2017-04-07 | 1 | -424/+0 |
|\| |
|
| * | lavc: move encoding-related code from utils.c to a new file | Anton Khirnov | 2016-11-29 | 1 | -331/+0 |
| * | Add GBRAP12 pixel format support | Kieran Kunhya | 2016-10-12 | 1 | -0/+2 |
* | | lavc: Add Content Light Level side metadata found in HEVC | Steve Lhomme | 2017-04-06 | 1 | -0/+1 |
* | | pthread_frame: allow per-field ThreadFrame owners. | Ronald S. Bultje | 2017-04-06 | 1 | -3/+4 |
* | | lavc: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -6/+3 |
* | | avcodec: remove warning against using frame threading with hwaccels | wm4 | 2017-03-21 | 1 | -5/+0 |
* | | avcodec, avformat: deprecate anything related to side data merging | wm4 | 2017-03-21 | 1 | -0/+24 |
* | | Merge commit 'e9bfff1cc66c85b91b262c41e8aa5e8685606225' | Clément Bœsch | 2017-03-18 | 1 | -2/+2 |
|\| |
|
| * | lavc: free buffer_frame/pkt on avcodec_open2() failure | Anton Khirnov | 2016-08-11 | 1 | -0/+2 |
| * | lavc: align the linesize to 32 when AVX is enabled | Anton Khirnov | 2016-08-03 | 1 | -1/+3 |
* | | avcodec: estimate output bitrate for uncompressed video codecs | Tobias Rapp | 2017-03-17 | 1 | -0/+21 |