summaryrefslogtreecommitdiff
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/libtheoraenc: stop setting dts unnecessarilyAnton Khirnov2023-01-291-1/+1
* lavc/libtheoraenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_...Anton Khirnov2023-01-291-1/+9
* avcodec/libtheoraenc: Do not use invalid error codeAndreas Rheinhardt2022-09-061-2/+2
* 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-0/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/libtheoraenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-231-2/+4
* 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-5/+0
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-061-1/+3
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-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-6/+6
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-6/+6
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | 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
* | Merge commit 'f3b4a92241a33d444f7f6018ebc12e2e3a2d335f'Michael Niedermayer2015-07-201-1/+1
|\ \ | |/
| * libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-1/+1
| * libtheora: Check memory allocationVittorio Giovara2015-05-311-0/+6
* | avcodec/libtheoraenc: Check for av_malloc failureMichael Niedermayer2015-05-151-0/+2
* | Merge commit '17c45d4d056d0e10ecb88b424ec9e68be398da5e'Michael Niedermayer2015-03-121-0/+2
|\ \ | |/
| * libtheora: Check frame allocationVittorio Giovara2015-03-121-0/+2
* | avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-021-1/+1
* | avcodec/libtheoraenc: Check for av_fast_realloc() failureMichael Niedermayer2015-02-221-1/+4
* | avcodec/libtheoraenc: Check for stats allocation failureMichael Niedermayer2015-02-221-0/+4
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-091-10/+5
|\ \ | |/
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-5/+5
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\ \ | |/
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
| * libtheoraenc: fix granularity of video qualityMaximilian Seesslen2013-01-141-1/+1
* | lavc/libtheoraenc: clarify comment about global_quality to quality conversionStefano Sabatini2013-03-301-5/+5
* | fixed granularity of video quality when encoding with theora codecMaximilian Seesslen2013-01-041-1/+1
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-141-0/+1
|\ \ | |/
| * libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-131-0/+1
| * pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-1/+2
* | lavc/libtheoraenc: return proper error codesStefano Sabatini2012-11-131-23/+29
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-5/+5
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5