summaryrefslogtreecommitdiff
path: root/libavcodec/libxavs.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libxavs: Use frame_num instead of frame_numberAndreas Rheinhardt2023-03-131-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/libxavs: Improve returned error codesAndreas Rheinhardt2021-05-231-4/+4
* avcodec/libxavs: Avoid overallocating, copying packet dataAndreas Rheinhardt2021-05-231-7/+13
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-281-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-21/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-28/+0
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-1/+1
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-0/+1
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-26/+0
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-26/+0
* | avcodec/libxavs: make dia the default for motion-estJames Almer2017-10-211-1/+1
* | Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis2016-01-281-1/+11
|\ \ | |/
| * lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-1/+11
* | Merge commit '7c79587d7407dab4b9445d66b5f111fe657c8c4d'Derek Buitenhuis2016-01-281-1/+10
|\ \ | |/
| * lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-211-1/+10
* | Merge commit '5764d38173661c29d954711dd5abfddf709e9ba4'Derek Buitenhuis2016-01-281-1/+11
|\ \ | |/
| * lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-211-1/+11
* | Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'Derek Buitenhuis2016-01-271-1/+10
|\ \ | |/
| * lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-1/+10
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-4/+4
* | Merge commit '167ea1fbf15ecefa30729f9b8d091ed431bf43bd'Hendrik Leppkes2015-08-241-1/+1
|\ \ | |/
| * xavs: Do not try to set the bitrate tolerance without a bitrateLuca Barbato2015-08-231-2/+3
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-8/+8
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-271-20/+36
|\ \ | |/
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-20/+36
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-2/+2
* | avcodec: remove unused sd variablesMichael Niedermayer2015-07-221-1/+0
* | avcodec/libxavs: Export pict_type in side dataMichael Niedermayer2015-07-221-6/+10
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-221-4/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+16
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+16
* | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-211-0/+6
|\ \ | |/
| * Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+6
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-6/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-6/+0