| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '2f02bbcca050936686482453078e83dc25493da0' | Michael Niedermayer | 2014-03-01 | 1 | -2/+0 |
|\ |
|
| * | build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder | Diego Biurrun | 2014-02-28 | 1 | -2/+0 |
* | | avcodec/huffyuvdec: use RGB0 for 24bit rgb output instead of BGRA | Michael Niedermayer | 2014-02-18 | 1 | -3/+6 |
* | | avcodec/huffyuvdec: use the correct height field | Michael Niedermayer | 2014-02-18 | 1 | -1/+1 |
* | | avcodec/huffyuv: support gbrp9/10/12/14 | Michael Niedermayer | 2014-01-27 | 1 | -0/+15 |
* | | avcodec/huffyuv: update years in copyright | Michael Niedermayer | 2014-01-27 | 1 | -1/+1 |
* | | avcodec/huffyuvdec: optimize >8bps VLC reading | Michael Niedermayer | 2014-01-26 | 1 | -3/+13 |
* | | avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16 | Michael Niedermayer | 2014-01-26 | 1 | -6/+46 |
* | | avcodec/x86/lossless_videodsp: disable median optimizations for 16bps | Michael Niedermayer | 2014-01-23 | 1 | -1/+1 |
* | | Move add_hfyu_median_prediction_int16() to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -19/+1 |
* | | Move add_hfyu_left_prediction_int16 to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -20/+1 |
* | | Move add/diff_int16 to lossless_videodsp | Michael Niedermayer | 2014-01-20 | 1 | -1/+1 |
* | | avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputil | Michael Niedermayer | 2014-01-20 | 1 | -14/+1 |
* | | avcodec/huffyuv: fix median prediction for >8bps | Michael Niedermayer | 2014-01-16 | 1 | -2/+28 |
* | | avcodec/huffyuv: add YUVA{420,422,444}P{9,10} support | Michael Niedermayer | 2014-01-16 | 1 | -0/+15 |
* | | avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} support | Michael Niedermayer | 2014-01-16 | 1 | -0/+33 |
* | | libavcodec/huffyuv: >8 bit support | Michael Niedermayer | 2014-01-16 | 1 | -21/+97 |
* | | avcodec/huffyuv: add a field that represents the number of symbols | Michael Niedermayer | 2014-01-16 | 1 | -0/+2 |
* | | avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8A | Michael Niedermayer | 2014-01-06 | 1 | -13/+32 |
* | | avcodec/huffyuv: add GRAY8 support | Michael Niedermayer | 2014-01-06 | 1 | -0/+3 |
* | | avcodec/huffyuv: add GBRP support | Michael Niedermayer | 2014-01-06 | 1 | -0/+3 |
* | | avcodec/huffyuvdec: optimize decode_plane_bitstream(), use joint tables for n... | Michael Niedermayer | 2014-01-06 | 1 | -7/+16 |
* | | avcodec/huffyuv: Support more 8bit YUV formats | Michael Niedermayer | 2014-01-06 | 1 | -26/+154 |
* | | avcodec/huffyuvdec: clear remainder of the array on end of input in decode_42... | Michael Niedermayer | 2013-12-27 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-17 | 1 | -1/+0 |
|\| |
|
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -24/+13 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -24/+13 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | huffyuvdec: Skip len==0 cases | Michael Niedermayer | 2013-01-29 | 1 | -5/+5 |
* | | huffyuvdec: check for and propagate failures from inside generate_joint_tables() | Michael Niedermayer | 2013-01-29 | 1 | -6/+13 |
* | | huffyuvdec: Check init_vlc() return codes. | Michael Niedermayer | 2013-01-29 | 1 | -4/+10 |
* | | Merge commit 'b047c68783aa4042b322af7af043b643d5daf09c' | Michael Niedermayer | 2012-12-23 | 1 | -22/+38 |
|/ |
|
* | huffyuv: split encoder and decoder into separate files. | Anton Khirnov | 2012-12-23 | 1 | -0/+782 |