summaryrefslogtreecommitdiff
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAge
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/libtheoraenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-06
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | Merge commit 'f3b4a92241a33d444f7f6018ebc12e2e3a2d335f'Michael Niedermayer2015-07-20
|\|
| * libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
| * libtheora: Check memory allocationVittorio Giovara2015-05-31
* | avcodec/libtheoraenc: Check for av_malloc failureMichael Niedermayer2015-05-15
* | Merge commit '17c45d4d056d0e10ecb88b424ec9e68be398da5e'Michael Niedermayer2015-03-12
|\|
| * libtheora: Check frame allocationVittorio Giovara2015-03-12
* | avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-02
* | avcodec/libtheoraenc: Check for av_fast_realloc() failureMichael Niedermayer2015-02-22
* | avcodec/libtheoraenc: Check for stats allocation failureMichael Niedermayer2015-02-22
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-09
|\|
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
|\|
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * libtheoraenc: fix granularity of video qualityMaximilian Seesslen2013-01-14
* | lavc/libtheoraenc: clarify comment about global_quality to quality conversionStefano Sabatini2013-03-30
* | fixed granularity of video quality when encoding with theora codecMaximilian Seesslen2013-01-04
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\|
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-14
|\|
| * libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-13
| * pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* | lavc/libtheoraenc: return proper error codesStefano Sabatini2012-11-13
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07