| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ffv1: add AV_PIX_FMT_GBRP16 support | Michael Niedermayer | 2016-08-08 | 1 | -1/+7 |
* | Merge commit '4f81f8dba735c212efae077c4fec8ad4fe53b352' | Clément Bœsch | 2016-06-29 | 1 | -1/+0 |
|\ |
|
| * | Drop unnecessary golomb.h #includes | Diego Biurrun | 2016-06-08 | 1 | -1/+0 |
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+0 |
* | | Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4' | Clément Bœsch | 2016-06-21 | 1 | -0/+1 |
|\| |
|
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -1/+1 |
* | | Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96' | Derek Buitenhuis | 2015-11-22 | 1 | -3/+3 |
|\| |
|
| * | ffv1: Explicitly name the coder type | Vittorio Giovara | 2015-11-16 | 1 | -3/+3 |
| * | ffv1: Pass correct pointers to av_free() | Diego Biurrun | 2015-04-20 | 1 | -2/+2 |
* | | avcodec/ffv1: Initialize vlc_state on allocation | Michael Niedermayer | 2015-10-17 | 1 | -5/+10 |
* | | avcodec/ffv1: seperate slice_count from max_slice_count | Michael Niedermayer | 2015-09-24 | 1 | -7/+7 |
* | | ffv1: Add missing ff_ prefixes | Timothy Gu | 2015-08-22 | 1 | -8/+8 |
* | | avcodec/ffv1: dont leave stale pointers in memory | Michael Niedermayer | 2015-04-13 | 1 | -1/+1 |
* | | avcodec/ffv1: remove unneeded variable | Michael Niedermayer | 2015-04-13 | 1 | -4/+4 |
* | | avcodec/ffv1: use av_freep() | Michael Niedermayer | 2015-04-13 | 1 | -2/+2 |
* | | Merge commit '73dacabfc9b9ef1fd2c08105fdab6238ee29c2fc' | Michael Niedermayer | 2015-04-13 | 1 | -5/+14 |
|\| |
|
| * | ffv1: Check memory allocations | Vittorio Giovara | 2015-04-13 | 1 | -4/+16 |
* | | avcodec/ffv1: use av_malloc_array() | Michael Niedermayer | 2014-04-12 | 1 | -4/+4 |
* | | Merge commit 'cd832f032f945a57a1f1dd385942c2fadc7ce4e5' | Michael Niedermayer | 2014-03-13 | 1 | -2/+0 |
|\| |
|
| * | ffv1: Drop bogus dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-17 | 1 | -0/+1 |
|\| |
|
| * | ffv1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -4/+0 |
* | | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\| |
|
| * | ffv1: Make sure at least one slice context is initialized | Martin Storsjö | 2013-09-17 | 1 | -0/+4 |
* | | ffv1: update years in header | Michael Niedermayer | 2013-08-17 | 1 | -1/+1 |
* | | ffv1: check for malloc failure. | Michael Niedermayer | 2013-05-11 | 1 | -0/+2 |
* | | ffv1: Switch to ThreadFrame | Michael Niedermayer | 2013-05-11 | 1 | -3/+9 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -4/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -4/+1 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | ffv1: check for malloc failure | Michael Niedermayer | 2013-02-05 | 1 | -0/+4 |
* | | ffv1: assert that there is at least one slice | Paul B Mahol | 2012-10-31 | 1 | -0/+1 |
* | | Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd' | Michael Niedermayer | 2012-10-21 | 1 | -47/+49 |
|\| |
|
| * | ffv1: update to ffv1 version 3 | Luca Barbato | 2012-10-20 | 1 | -51/+53 |
* | | Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129' | Michael Niedermayer | 2012-10-21 | 1 | -1/+1 |
|\| |
|
| * | ffv1: split decoder and encoder | Luca Barbato | 2012-10-20 | 1 | -1600/+12 |
* | | ffv1: split decoder and encoder | Michael Niedermayer | 2012-10-21 | 1 | -2084/+9 |
* | | ffv1: fix gray | Michael Niedermayer | 2012-10-21 | 1 | -10/+2 |
* | | Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc' | Michael Niedermayer | 2012-10-17 | 1 | -1005/+1089 |
|\| |
|
| * | ffv1: K&R formatting cosmetics | Luca Barbato | 2012-10-16 | 1 | -938/+1055 |
* | | ffv1: fix packed rgb with 1.3 | Michael Niedermayer | 2012-10-17 | 1 | -2/+10 |
* | | ffv1: make sure gob_count is not 0 | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | | ffv1: avoid checking a double for equality | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | | lavc: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 1 | -1/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -61/+61 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -22/+22 |
* | | ffv1: fix array data types | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |