summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAge
* avcodec/internal: increase FF_SANE_NB_CHANNELS to 256Marton Balint2018-07-13
* avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer2018-02-14
* lavc: remove complex debug code around avcodec init lockingwm42017-12-26
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-26
* avcodec: add stride alignment needed for AVX-512James Darnley2017-12-24
* Revert "libavcodec/utils.c: simplify avcodec locking with atomics"Hendrik Leppkes2017-12-11
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-26
* libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov2017-11-26
* Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-19
|\
| * libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö2017-11-19
* | Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer2017-11-11
|\|
| * configure: Use dllexport/dllimport for data symbols across DLLs with mingwMartin Storsjö2017-08-31
* | Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer2017-11-11
|\|
| * msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-31
* | avcodec: allow multiple hwaccels for the same codec/pixfmtwm42017-11-10
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-23
|\|
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-23
* | Merge commit 'cbebc3251bc2544b469e0dcb176bc04779d8866c'James Almer2017-10-23
|\|
* | avcodec: remove ABI portion of the side data merging APIJames Almer2017-10-22
* | avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov2017-09-08
* | avcodec/internal: move FF_QSCALE_TYPE defines from avcodec.hJames Almer2017-09-01
* | 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