summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAge
* Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer2017-05-08
|\
| * lavc: add an option for exporting cropping information to the callerAnton Khirnov2017-01-12
* | avcodec: Avoid splitting side data repeatedlyMichael Niedermayer2017-05-06
* | avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxyJames Almer2017-05-01
* | avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz2017-04-30
* | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-22
|\|
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-14
* | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-22
|\|
| * decode: restructure the core decoding codeAnton Khirnov2016-12-14
* | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-22
|\|
| * decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-14
* | avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-17
* | lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos2017-03-16
* | Merge commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0'James Almer2017-03-15
|\|
| * lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-23
* | aacdec: do not mutate input packet metadatawm42017-03-09
* | Fix -Werror=parentheses errorThierry Foucu2016-11-16
* | ffmpeg: move subframe warning to libavcodecwm42016-10-01
* | libavcodec: factor out SEI generation for A53 captionsAndrey Turkin2016-06-19
* | lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-04-21
* | avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()Michael Niedermayer2016-04-21
* | Merge commit '34138ece23c8ddae543269212a051c00d49e67d7'Hendrik Leppkes2015-12-18
|\|
| * log: Use a do {} while (0) for tlogLuca Barbato2015-12-08
* | Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc'Hendrik Leppkes2015-12-17
|\|
| * libopenh264enc: export CPB props side dataAnton Khirnov2015-12-06
| * log: Use a do {} while (0) for dlogLuca Barbato2015-12-05
* | lavc: move exp2fi to ff_exp2fi in internal.hGanesh Ajjanagadde2015-12-16
* | avcodec/internal: Fix skiped typoMichael Niedermayer2015-11-17
* | lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMatthieu Bouron2015-11-15
* | avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun2015-10-22
* | avcodec: Don't lock during open if the codec has threadsafe initDerek Buitenhuis2015-10-02
* | avcodec/internal: Use do {} while() for ff_tlog()Michael Niedermayer2015-09-20
* | avcodec/internal: silence -Wempty-body on clangGanesh Ajjanagadde2015-09-19
* | Merge commit '87a051f97633010f71dfc1d23d806856499bf231'Hendrik Leppkes2015-09-12
|\|
| * lavc: allow asynchronous decoders to return correct pkt_dts valueswm42015-09-12
* | avcodec: remove deprecated old audio encode APIHendrik Leppkes2015-09-05
* | Move ff_dlog from lavc to lavu.Ronald S. Bultje2015-08-18
* | avcodec/internal: improve min_size documentation for ff_alloc_packet2()Michael Niedermayer2015-08-04
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | avcodec/internal: Deprecate ff_alloc_packet() in favor of ff_alloc_packet2()Michael Niedermayer2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-22
* | lavc: Allow 64 channels internally.Carl Eugen Hoyos2015-07-17
* | Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer2015-07-03
|\|
| * lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-02
* | Merge commit '5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9'Michael Niedermayer2015-04-24
|\|
| * internal: Make dlog/tlog a no-op when disabledVittorio Giovara2015-04-24
* | avcodec/internal: Fix ff_dlog() define like av_dlog()Michael Niedermayer2015-04-20
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|