| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-04-21 | 1 | -0/+13 |
* | avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param() | Michael Niedermayer | 2016-04-21 | 1 | -0/+2 |
* | Merge commit '34138ece23c8ddae543269212a051c00d49e67d7' | Hendrik Leppkes | 2015-12-18 | 1 | -1/+1 |
|\ |
|
| * | log: Use a do {} while (0) for tlog | Luca Barbato | 2015-12-08 | 1 | -1/+1 |
* | | Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc' | Hendrik Leppkes | 2015-12-17 | 1 | -0/+5 |
|\| |
|
| * | libopenh264enc: export CPB props side data | Anton Khirnov | 2015-12-06 | 1 | -0/+5 |
| * | log: Use a do {} while (0) for dlog | Luca Barbato | 2015-12-05 | 1 | -1/+1 |
* | | lavc: move exp2fi to ff_exp2fi in internal.h | Ganesh Ajjanagadde | 2015-12-16 | 1 | -0/+19 |
* | | avcodec/internal: Fix skiped typo | Michael Niedermayer | 2015-11-17 | 1 | -1/+1 |
* | | lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM | Matthieu Bouron | 2015-11-15 | 1 | -0/+5 |
* | | avcodec: rename avpriv_color_frame to ff_color_frame | Andreas Cadhalpun | 2015-10-22 | 1 | -1/+1 |
* | | avcodec: Don't lock during open if the codec has threadsafe init | Derek Buitenhuis | 2015-10-02 | 1 | -1/+1 |
* | | avcodec/internal: Use do {} while() for ff_tlog() | Michael Niedermayer | 2015-09-20 | 1 | -1/+1 |
* | | avcodec/internal: silence -Wempty-body on clang | Ganesh Ajjanagadde | 2015-09-19 | 1 | -1/+1 |
* | | Merge commit '87a051f97633010f71dfc1d23d806856499bf231' | Hendrik Leppkes | 2015-09-12 | 1 | -1/+7 |
|\| |
|
| * | lavc: allow asynchronous decoders to return correct pkt_dts values | wm4 | 2015-09-12 | 1 | -1/+7 |
* | | avcodec: remove deprecated old audio encode API | Hendrik Leppkes | 2015-09-05 | 1 | -8/+0 |
* | | Move ff_dlog from lavc to lavu. | Ronald S. Bultje | 2015-08-18 | 1 | -6/+0 |
* | | avcodec/internal: improve min_size documentation for ff_alloc_packet2() | Michael Niedermayer | 2015-08-04 | 1 | -3/+8 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/internal: Deprecate ff_alloc_packet() in favor of ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+5 |
* | | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS | Michael Niedermayer | 2015-07-22 | 1 | -0/+2 |
* | | lavc: Allow 64 channels internally. | Carl Eugen Hoyos | 2015-07-17 | 1 | -1/+1 |
* | | Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec' | Michael Niedermayer | 2015-07-03 | 1 | -0/+4 |
|\| |
|
| * | lavc: Deprecate avctx.{inter,intra}_quant_bias | Vittorio Giovara | 2015-07-02 | 1 | -0/+4 |
* | | Merge commit '5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9' | Michael Niedermayer | 2015-04-24 | 1 | -1/+1 |
|\| |
|
| * | internal: Make dlog/tlog a no-op when disabled | Vittorio Giovara | 2015-04-24 | 1 | -2/+2 |
* | | avcodec/internal: Fix ff_dlog() define like av_dlog() | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -0/+13 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -0/+13 |
* | | Merge commit '5637ff01218a44fcc1fff9b4382a15a6470abcc9' | Michael Niedermayer | 2015-04-05 | 1 | -2/+7 |
|\| |
|
| * | libavcodec: Clarify the documentation of the internal codec capability flags | Martin Storsjö | 2015-04-05 | 1 | -2/+7 |
* | | avcodec/internal: Fix doxy for ff_alloc_packet2() return value | Michael Niedermayer | 2015-03-31 | 1 | -1/+1 |
* | | avcodec/utils: mark codec argument as const in ff_lock_avcodec() | Michael Niedermayer | 2015-03-14 | 1 | -1/+1 |
* | | Merge commit '117b432748ca87de4cd0f09d9b1495545e264733' | Michael Niedermayer | 2015-03-13 | 1 | -1/+11 |
|\| |
|
| * | lavc: Introduce AVCodec internal capabilities | Vittorio Giovara | 2015-03-13 | 1 | -0/+10 |
* | | avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct order ... | Michael Niedermayer | 2014-11-18 | 1 | -1/+1 |
* | | Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa' | Michael Niedermayer | 2014-11-18 | 1 | -0/+2 |
|\| |
|
| * | lavc: fix bitshifts amount bigger than the type | Vittorio Giovara | 2014-11-18 | 1 | -0/+2 |
* | | Merge commit 'eba2233b58c2c4b468c58287d6537b2f1188a8cd' | Michael Niedermayer | 2014-07-22 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2' | Michael Niedermayer | 2014-06-20 | 1 | -0/+6 |
|\| |
|
| * | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -0/+6 |
* | | avcodec: remove no longer needed ff_codec_close_recursive() | Michael Niedermayer | 2014-05-20 | 1 | -5/+0 |
* | | lavc: define STRIDE_ALIGN as 32 when compiling with AVX support | James Almer | 2014-05-19 | 1 | -1/+3 |
* | | Merge commit 'dd2d3b766b20196d0b65a82e3d897ccecbf7adb8' | Michael Niedermayer | 2014-05-12 | 1 | -0/+5 |
|\| |
|
| * | lavc: Add hwaccel private data and init/uninit callbacks | Anton Khirnov | 2014-05-11 | 1 | -0/+5 |
* | | Merge commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f' | Michael Niedermayer | 2014-05-11 | 1 | -9/+0 |
|\| |
|
| * | lavc: set AVCodecContext.hwaccel in ff_get_format() | Anton Khirnov | 2014-05-11 | 1 | -9/+0 |