summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1enc.c
Commit message (Expand)AuthorAge
...
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | 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
| * ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara2015-07-20
* | Merge commit '10a9149de242c7bbc4e130d3d7c593b89e20f80e'Michael Niedermayer2015-07-20
|\|
| * ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* | avcodec/ffv1enc: fix assertion failure with unset bits per raw sampleMichael Niedermayer2015-07-20
* | avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly setMichael Niedermayer2015-06-18
* | avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formatsMichael Niedermayer2015-04-26
* | avcodec/ffv1enc: Ensure that bits per raw sample is validMichael Niedermayer2015-04-26
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | lavc/ffv1enc: Auto-select -coder 1 for >8bit also for yuv.Carl Eugen Hoyos2015-03-09
* | avcodec/ffv1enc: Use av_clip_uint8()Michael Niedermayer2015-02-21
* | avcodec/ffv1enc: Fix incompatible pointer type warningMichael Niedermayer2015-01-06
* | Merge commit '0352ff102d62ee94e79e0baaf64d5ad4e66f907b'Michael Niedermayer2015-01-06
|\|
| * ffv1: const correctness for encode_rgb_frame()Diego Biurrun2015-01-05
* | Merge commit '6abe7edabb7d57e82d7ea6312d30cf05d2192c5b'Michael Niedermayer2014-11-13
|\|
| * ffv1: fix out-of-bounds readVittorio Giovara2014-11-13
* | ffv1enc: reduce stack usage.Reimar Döffinger2014-09-03
* | avcodec/ffv1enc: allocate padding for extradataMichael Niedermayer2014-05-18
* | lavc/ffv1enc: add const to silent warningLukasz Marek2014-02-15
* | avcodec/ffv1enc: choose 1.2 by default for higher resolutions to ensure multi...Michael Niedermayer2014-01-08
* | ffv1.4: use 2 coefficients for calculating the Y plane in the RCTMichael Niedermayer2013-12-10
* | avcodec/ffv1enc: fix use of uninitalized variable in choose_rct_params()Michael Niedermayer2013-12-10
* | avcodec/ffv1enc: support forcing experimental 1.4 versionMichael Niedermayer2013-12-09
* | avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCTMichael Niedermayer2013-12-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-17
|\|
| * ffv1: use the AVFrame API properly.Anton Khirnov2013-11-16
* | avcodec/ffv1enc: Check high bpp RGB against coder type tooMichael Niedermayer2013-11-03
* | ffv1enc: store 2pass statistics at the endMichael Niedermayer2013-11-02
* | avcodec/ffv1enc: pass through ptsMichael Niedermayer2013-11-02
* | ffv1enc: use 64bit in maxsize calculationMichael Niedermayer2013-10-19
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* | avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit supportPaul B Mahol2013-09-09
* | avcodec/ffv1enc: encode slice as raw PCM in 1.4 when the buffer is too small.Michael Niedermayer2013-09-09
* | avcodec/ffv1enc: check encode_line()s return codeMichael Niedermayer2013-09-09
* | avcodec/ffv1enc: update buffer check for 16bpsMichael Niedermayer2013-09-09
* | avcodec/ffv1enc: fix size used for ff_alloc_packet2()Michael Niedermayer2013-09-09
* | ffv1enc: Make ffv1.3 non experimentalMichael Niedermayer2013-08-26
* | ffv1: rename minor to micro versionMichael Niedermayer2013-08-20