| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | lavc: allow using AVCodecContext.hw_frames_ctx for decoding | Anton Khirnov | 2016-06-21 | 1 | -0/+15 |
* | | avcodec/utils: If using discard frame flag, ignore skip_samples set by the de... | Sasi Inguva | 2016-09-19 | 1 | -0/+4 |
* | | lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames... | Sasi Inguva | 2016-09-19 | 1 | -1/+14 |
* | | avcodec/utils: print only the padding values that are set | James Almer | 2016-09-03 | 1 | -4/+7 |
* | | avcodec/utils: print initial and trailing paddings only in verbose levels | James Almer | 2016-09-03 | 1 | -1/+2 |
* | | avcodec: add 64-bit signed pcm codec | Paul B Mahol | 2016-08-18 | 1 | -0/+3 |
* | | lavc: add trailing_padding to AVCodecContext to match AVCodecParameters. | Jon Toohill | 2016-08-16 | 1 | -17/+23 |
* | | avcodec/utils: only warn when passed invalid lowres value | Aman Gupta | 2016-08-12 | 1 | -3/+2 |
* | | Merge commit 'e62ff72fc1052273deb708ba715f73e5187281d4' | Clément Bœsch | 2016-06-22 | 1 | -0/+7 |
|\| |
|
| * | lavc: make avcodec_open2() fail when the timebase is not set for encoding | Anton Khirnov | 2016-05-16 | 1 | -0/+7 |
* | | libavcodec: factor out SEI generation for A53 captions | Andrey Turkin | 2016-06-19 | 1 | -0/+43 |
* | | avcodec/utils: check skip_samples signedness | Michael Niedermayer | 2016-06-07 | 1 | -1/+1 |
* | | avcodec/utils: initialize delay in avcodec_parameters_to_context() | Michael Niedermayer | 2016-06-04 | 1 | -0/+1 |
* | | avcodec: add adpcm MTAF decoder | Paul B Mahol | 2016-05-21 | 1 | -0/+2 |
* | | avcodec/utils: Move avctx->codec check before its use | Michael Niedermayer | 2016-05-20 | 1 | -2/+3 |
* | | avcodec: add Direct Stream Transfer (DST) decoder | Peter Ross | 2016-05-15 | 1 | -0/+2 |
* | | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -20/+0 |
|\| |
|
| * | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-03-23 | 1 | -2/+279 |