summaryrefslogtreecommitdiff
path: root/libavcodec/utvideo.c
Commit message (Collapse)AuthorAge
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
|
* utvideo: frame multithreading.Aneesh Dogra2012-01-08
| | | | | | | | | | >> time ./avconv -i file.avi -f null - Before : real 0m7.784s After : real 0m3.662s Tested on a Intel Core i3 Processor (2 cores, 4 threads). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* utvideo: proper median prediction for interlaced videosKostya Shishkov2012-01-03
|
* utvideo: handle empty Huffman treesKostya Shishkov2011-10-29
| | | | | | | | | If the frame is filled with the same colour, encoder may produce no data and the fill value is indicated by zero code length (the rest of symbols will have 0xFF for code length, meaning invalid). So such Huffman trees should be treated specially. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* utvideo: account for coupled lines in YUV420 formatKostya Shishkov2011-10-28
| | | | | | | Luma slices in YUV420 colourspace should have height in multiple of two since they have the same line of chrominance data corresponding to pair of them. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Ut Video decoderKostya Shishkov2011-10-19
Signed-off-by: Anton Khirnov <anton@khirnov.net>