| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -5/+0 |
* | proresenc: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -7/+8 |
* | prores: Set the bits_per_coded_sample for alpha pix_fmt | Luca Barbato | 2015-04-22 | 1 | -0/+1 |
* | prores: Evaluate all the quantizers | Luca Barbato | 2014-12-15 | 1 | -3/+2 |
* | proresenc: Properly account for alpha plane | Christophe Gisquet | 2014-08-18 | 1 | -2/+8 |
* | proresenc: Realloc if buffer is too small | Christophe Gisquet | 2014-08-18 | 1 | -1/+37 |
* | proresenc: Report buffer overflow | Christophe Gisquet | 2014-08-18 | 1 | -3/+11 |
* | proresenc: Remove unneeded parameters from encode_alpha_plane() | Christophe Gisquet | 2014-08-18 | 1 | -4/+2 |
* | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -16/+15 |
* | proresenc: Reuse proper dsputil infrastructure for FDCT | Diego Biurrun | 2014-02-28 | 1 | -11/+15 |
* | prores: Drop DSP infrastructure for prores encoder bits | Diego Biurrun | 2014-02-28 | 1 | -11/+24 |
* | proresenc: Drop unnecessary DCT permutation bits | Diego Biurrun | 2014-02-28 | 1 | -6/+5 |
* | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | proresenc: alpha coding support | Kostya Shishkov | 2013-05-30 | 1 | -21/+220 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -8/+9 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -4/+4 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -4/+4 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -10/+10 |
* | proresenc: Don't free a buffer not owned by the codec | Martin Storsjö | 2012-09-04 | 1 | -3/+0 |
* | proresenc: Write the full value in one put_bits call | Martin Storsjö | 2012-09-04 | 1 | -2/+1 |
* | prores: interlaced ProRes encoding | Maksalov Boris | 2012-08-14 | 1 | -68/+115 |
* | proresenc: use the edge emulation buffer | Boris Maksalov | 2012-08-13 | 1 | -6/+6 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | proresenc: make a variable local to the loop where it is used | Mans Rullgard | 2012-07-01 | 1 | -2/+1 |
* | proresenc: multithreaded quantiser search | Kostya Shishkov | 2012-04-17 | 1 | -60/+101 |
* | prores: allow user to set fixed quantiser | Kostya Shishkov | 2012-03-18 | 1 | -44/+70 |
* | proresenc: give user a possibility to alter some encoding parameters | Kostya Shishkov | 2012-03-04 | 1 | -56/+122 |
* | prores: store and retrieve extended colourspace information | Kostya Shishkov | 2012-02-29 | 1 | -3/+3 |
* | proresenc: correct edge emulation | Phil Barrett | 2012-02-29 | 1 | -7/+7 |
* | prores: handle 444 chroma in right order | Kostya Shishkov | 2012-02-29 | 1 | -12/+25 |
* | prores: use natural integer type for the codebook index | Christophe GISQUET | 2012-02-22 | 1 | -2/+2 |
* | proresenc: force bitrate not to exceed given limit | Kostya Shishkov | 2012-02-18 | 1 | -10/+62 |
* | proresenc: initialise 'sign' variable | Kostya Shishkov | 2012-02-16 | 1 | -0/+2 |
* | prores encoder | Kostya Shishkov | 2012-02-15 | 1 | -0/+836 |