summaryrefslogtreecommitdiffstats
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-3/+4
* avcodec/internal: Bump sane_nb_chanelsMichael Niedermayer2019-08-211-1/+1
* avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi2019-04-201-0/+8
* avcodec/utils : add ff_int_from_list_or_default funcMartin Vignali2018-12-041-0/+12
* avcodec/internal: increase FF_SANE_NB_CHANNELS to 256Marton Balint2018-07-131-1/+1
* avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer2018-02-141-6/+0
* lavc: remove complex debug code around avcodec init lockingwm42017-12-261-4/+0
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-261-3/+0
* avcodec: add stride alignment needed for AVX-512James Darnley2017-12-241-1/+3
* Revert "libavcodec/utils.c: simplify avcodec locking with atomics"Hendrik Leppkes2017-12-111-0/+1
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-261-5/+6
* libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov2017-11-261-1/+0
* Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-191-5/+1
|\
| * libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö2017-11-191-5/+1
* | Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer2017-11-111-1/+1
|\ \ | |/
| * configure: Use dllexport/dllimport for data symbols across DLLs with mingwMartin Storsjö2017-08-311-1/+1
* | Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer2017-11-111-0/+10
|\ \ | |/
| * msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-311-0/+10
* | avcodec: allow multiple hwaccels for the same codec/pixfmtwm42017-11-101-0/+5
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-2/+0
|\ \ | |/
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-2/+0
* | Merge commit 'cbebc3251bc2544b469e0dcb176bc04779d8866c'James Almer2017-10-231-2/+0
|\ \ | |/
* | avcodec: remove ABI portion of the side data merging APIJames Almer2017-10-221-4/+0
* | avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov2017-09-081-0/+4
* | avcodec/internal: move FF_QSCALE_TYPE defines from avcodec.hJames Almer2017-09-011-0/+7
* | Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer2017-05-081-0/+6
|\ \ | |/
| * lavc: add an option for exporting cropping information to the callerAnton Khirnov2017-01-121-0/+6
* | avcodec: Avoid splitting side data repeatedlyMichael Niedermayer2017-05-061-0/+4
* | avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxyJames Almer2017-05-011-2/+2
* | avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz2017-04-301-0/+3
* | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-221-0/+6
|\ \ | |/
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-141-0/+6
* | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-221-0/+18
|\ \ | |/
| * decode: restructure the core decoding codeAnton Khirnov2016-12-141-0/+17
* | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-221-3/+3
|\ \ | |/
| * decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-141-3/+3
* | avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-171-0/+6
* | lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos2017-03-161-1/+1
* | Merge commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0'James Almer2017-03-151-1/+1
|\ \ | |/
| * lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-0/+13
* | aacdec: do not mutate input packet metadatawm42017-03-091-0/+2
* | Fix -Werror=parentheses errorThierry Foucu2016-11-161-1/+1
* | ffmpeg: move subframe warning to libavcodecwm42016-10-011-0/+1
* | libavcodec: factor out SEI generation for A53 captionsAndrey Turkin2016-06-191-0/+15
* | lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-04-211-0/+13
* | avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()Michael Niedermayer2016-04-211-0/+2
* | Merge commit '34138ece23c8ddae543269212a051c00d49e67d7'Hendrik Leppkes2015-12-181-1/+1
|\ \ | |/
| * log: Use a do {} while (0) for tlogLuca Barbato2015-12-081-1/+1
* | Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc'Hendrik Leppkes2015-12-171-0/+5
|\ \ | |/
| * libopenh264enc: export CPB props side dataAnton Khirnov2015-12-061-0/+5
OpenPOWER on IntegriCloud