| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ffv1: seperate slice_count from max_slice_count | Michael Niedermayer | 2015-10-09 | 1 | -1/+3 |
* | avcodec/ffv1enc: fix assertion failure with unset bits per raw sample | Michael Niedermayer | 2015-08-04 | 1 | -0/+2 |
* | avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set | Michael Niedermayer | 2015-06-18 | 1 | -1/+1 |
* | avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats | Michael Niedermayer | 2015-04-26 | 1 | -0/+6 |
* | avcodec/ffv1enc: Ensure that bits per raw sample is valid | Michael Niedermayer | 2015-04-26 | 1 | -0/+2 |
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+2 |
|\ |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | | lavc/ffv1enc: Auto-select -coder 1 for >8bit also for yuv. | Carl Eugen Hoyos | 2015-03-09 | 1 | -0/+4 |
* | | avcodec/ffv1enc: Use av_clip_uint8() | Michael Niedermayer | 2015-02-21 | 1 | -2/+2 |
* | | avcodec/ffv1enc: Fix incompatible pointer type warning | Michael Niedermayer | 2015-01-06 | 1 | -5/+5 |
* | | Merge commit '0352ff102d62ee94e79e0baaf64d5ad4e66f907b' | Michael Niedermayer | 2015-01-06 | 1 | -8/+9 |
|\| |
|
| * | ffv1: const correctness for encode_rgb_frame() | Diego Biurrun | 2015-01-05 | 1 | -9/+9 |
* | | Merge commit '6abe7edabb7d57e82d7ea6312d30cf05d2192c5b' | Michael Niedermayer | 2014-11-13 | 1 | -1/+1 |
|\| |
|
| * | ffv1: fix out-of-bounds read | Vittorio Giovara | 2014-11-13 | 1 | -1/+1 |
* | | ffv1enc: reduce stack usage. | Reimar Döffinger | 2014-09-03 | 1 | -1/+7 |
* | | avcodec/ffv1enc: allocate padding for extradata | Michael Niedermayer | 2014-05-18 | 1 | -1/+1 |
* | | lavc/ffv1enc: add const to silent warning | Lukasz Marek | 2014-02-15 | 1 | -1/+1 |
* | | avcodec/ffv1enc: choose 1.2 by default for higher resolutions to ensure multi... | Michael Niedermayer | 2014-01-08 | 1 | -0/+4 |
* | | ffv1.4: use 2 coefficients for calculating the Y plane in the RCT | Michael Niedermayer | 2013-12-10 | 1 | -11/+35 |
* | | avcodec/ffv1enc: fix use of uninitalized variable in choose_rct_params() | Michael Niedermayer | 2013-12-10 | 1 | -6/+7 |
* | | avcodec/ffv1enc: support forcing experimental 1.4 version | Michael Niedermayer | 2013-12-09 | 1 | -1/+3 |
* | | avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT | Michael Niedermayer | 2013-12-09 | 1 | -5/+74 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-17 | 1 | -7/+20 |
|\| |
|
| * | ffv1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -12/+23 |
* | | avcodec/ffv1enc: Check high bpp RGB against coder type too | Michael Niedermayer | 2013-11-03 | 1 | -0/+4 |
* | | ffv1enc: store 2pass statistics at the end | Michael Niedermayer | 2013-11-02 | 1 | -42/+47 |
* | | avcodec/ffv1enc: pass through pts | Michael Niedermayer | 2013-11-02 | 1 | -0/+2 |
* | | ffv1enc: use 64bit in maxsize calculation | Michael Niedermayer | 2013-10-19 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -1/+1 |
* | | avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit support | Paul B Mahol | 2013-09-09 | 1 | -5/+14 |
* | | avcodec/ffv1enc: encode slice as raw PCM in 1.4 when the buffer is too small. | Michael Niedermayer | 2013-09-09 | 1 | -12/+52 |
* | | avcodec/ffv1enc: check encode_line()s return code | Michael Niedermayer | 2013-09-09 | 1 | -7/+14 |
* | | avcodec/ffv1enc: update buffer check for 16bps | Michael Niedermayer | 2013-09-09 | 1 | -1/+1 |
* | | avcodec/ffv1enc: fix size used for ff_alloc_packet2() | Michael Niedermayer | 2013-09-09 | 1 | -2/+3 |
* | | ffv1enc: Make ffv1.3 non experimental | Michael Niedermayer | 2013-08-26 | 1 | -2/+2 |
* | | ffv1: rename minor to micro version | Michael Niedermayer | 2013-08-20 | 1 | -2/+2 |
* | | ffv1: update years in header | Michael Niedermayer | 2013-08-17 | 1 | -1/+1 |
* | | ffv1enc: propagate error code from write_extradata() | Michael Niedermayer | 2013-08-17 | 1 | -1/+2 |
* | | ffv1enc: check for malloc failure | Michael Niedermayer | 2013-08-17 | 1 | -0/+2 |
* | | avcodec/ffv1enc: bump minor_version for the chroma_plane fix | Michael Niedermayer | 2013-08-15 | 1 | -1/+1 |
* | | avcodec/ffv1enc: fix chroma_plane for rgb/rgba | Michael Niedermayer | 2013-08-15 | 1 | -0/+2 |
* | | ffv1: fix plane_count at version 1.4 | Michael Niedermayer | 2013-08-15 | 1 | -0/+3 |
* | | Rename "AVClass class" as "AVClass component_class". | Carl Eugen Hoyos | 2013-06-30 | 1 | -2/+2 |
* | | ffv1enc: Check return value of av_frame_ref() | Michael Niedermayer | 2013-06-03 | 1 | -1/+2 |
* | | ffv1enc: fix 1000l typo | Michael Niedermayer | 2013-05-11 | 1 | -1/+1 |
* | | ffv1enc: Fix memleak | Michael Niedermayer | 2013-05-11 | 1 | -0/+1 |
* | | ffv1enc: dont set coded_frame | Michael Niedermayer | 2013-05-11 | 1 | -1/+0 |
* | | ffv1enc: Check the return value of ffv1_common_init() | Michael Niedermayer | 2013-05-11 | 1 | -1/+2 |