| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |