| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avcodec: fix uninitialized variable read | wm4 | 2017-03-17 | 1 | -1/+1 |
* | | lavc/internal: Constify AVPacket* in AVCodecInternal. | Carl Eugen Hoyos | 2017-03-16 | 1 | -2/+2 |
* | | Merge commit 'f65285aba0df7d46298abe0c945dfee05cbc6028' | Clément Bœsch | 2017-03-12 | 1 | -0/+11 |
|\| |
|
| * | lavc: set sw_pix_fmt for hwaccel encoding | Anton Khirnov | 2016-07-22 | 1 | -0/+11 |
* | | aacdec: do not mutate input packet metadata | wm4 | 2017-03-09 | 1 | -1/+3 |
* | | avcodec: consider an error during decoder draining as EOF | wm4 | 2017-03-06 | 1 | -3/+3 |
* | | lavc/utils: Make second parameter to apply_param_change() const. | Carl Eugen Hoyos | 2017-02-24 | 1 | -1/+1 |
* | | lavc: Add device context field to AVCodecContext | Mark Thompson | 2017-02-13 | 1 | -0/+1 |
* | | avcodec/utils: Fix memleak with subtitles and sidedata | Michael Niedermayer | 2017-02-03 | 1 | -5/+7 |
* | | avcodec/utils: correct align value for interplay | Michael Niedermayer | 2017-01-25 | 1 | -1/+6 |
* | | avcodec: add pcm_f16le and pcm_f24le decoder | Paul B Mahol | 2016-12-22 | 1 | -0/+2 |
* | | lavc: Fix ticket 6024, truncated mode decoding | Pavel Koshevoy | 2016-12-17 | 1 | -1/+1 |
* | | avcodec: Add max_pixels options | Michael Niedermayer | 2016-12-10 | 1 | -6/+6 |
* | | lavc: Add spherical packet side data API | Vittorio Giovara | 2016-12-07 | 1 | -0/+1 |
* | | lavc/utils.c: Make sure skip_samples never goes negative. | Sasi Inguva | 2016-11-10 | 1 | -1/+1 |
* | | lavc/utils: avcodec_string: dump field order when known | Rodger Combs | 2016-10-24 | 1 | -0/+14 |
* | | avcodec/utils: Move emms_c() before memory allocation functions in avcodec_en... | Michael Niedermayer | 2016-10-22 | 1 | -1/+2 |
* | | avcodec/utils: Clear MMX state before returning from avcodec_default_execute*() | Michael Niedermayer | 2016-10-21 | 1 | -0/+2 |
* | | avcodec/utils: print Chroma Location string in verbose log level | James Almer | 2016-10-16 | 1 | -1/+1 |
* | | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27' | Hendrik Leppkes | 2016-10-07 | 1 | -4/+20 |
|\| |
|
| * | lavc: export the timestamps when decoding in AVFrame.pts | Anton Khirnov | 2016-06-21 | 1 | -0/+10 |
* | | lavc: set best effort timestamp if unset when using new decode API | wm4 | 2016-10-05 | 1 | -1/+8 |
* | | lavc/utils: disallow zero sized packets with data set in avcodec_send_packet | Marton Balint | 2016-10-03 | 1 | -0/+3 |
* | | ffmpeg: move subframe warning to libavcodec | wm4 | 2016-10-01 | 1 | -0/+6 |
* | | lavc/utils.c: Subtract skip_samples when frame is DISCARDed. | Sasi Inguva | 2016-09-29 | 1 | -9/+7 |
* | | Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa' | James Almer | 2016-09-28 | 1 | -0/+15 |
|\| |
|