summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | huffyuvdec: remove superfluous checkChristophe Gisquet2014-06-051-8/+6
* | huffyuvdec: trick for plane decoding, 8bitsChristophe Gisquet2014-06-051-10/+8
* | huffyuvdec: clean up macroChristophe Gisquet2014-06-041-42/+16
* | huffyuvdec: implement trick for BGRChristophe Gisquet2014-06-041-12/+73
* | huffyuvdec: implement trickChristophe Gisquet2014-06-041-14/+57
* | rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer2014-05-291-1/+1
* | rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16Michael Niedermayer2014-05-291-1/+1
* | huffyuv: change left prediction access in BGRAChristophe Gisquet2014-05-291-12/+12
* | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer2014-05-271-35/+37
|\ \ | |/
| * dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-32/+34
* | Merge commit '2f02bbcca050936686482453078e83dc25493da0'Michael Niedermayer2014-03-011-2/+0
|\ \ | |/
| * build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun2014-02-281-2/+0
* | avcodec/huffyuvdec: use RGB0 for 24bit rgb output instead of BGRAMichael Niedermayer2014-02-181-3/+6
* | avcodec/huffyuvdec: use the correct height fieldMichael Niedermayer2014-02-181-1/+1
* | avcodec/huffyuv: support gbrp9/10/12/14Michael Niedermayer2014-01-271-0/+15
* | avcodec/huffyuv: update years in copyrightMichael Niedermayer2014-01-271-1/+1
* | avcodec/huffyuvdec: optimize >8bps VLC readingMichael Niedermayer2014-01-261-3/+13
* | avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16Michael Niedermayer2014-01-261-6/+46
* | avcodec/x86/lossless_videodsp: disable median optimizations for 16bpsMichael Niedermayer2014-01-231-1/+1
* | Move add_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer2014-01-201-19/+1
* | Move add_hfyu_left_prediction_int16 to losslessviddspMichael Niedermayer2014-01-201-20/+1
* | Move add/diff_int16 to lossless_videodspMichael Niedermayer2014-01-201-1/+1
* | avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputilMichael Niedermayer2014-01-201-14/+1
* | avcodec/huffyuv: fix median prediction for >8bpsMichael Niedermayer2014-01-161-2/+28
* | avcodec/huffyuv: add YUVA{420,422,444}P{9,10} supportMichael Niedermayer2014-01-161-0/+15
* | avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} supportMichael Niedermayer2014-01-161-0/+33
* | libavcodec/huffyuv: >8 bit supportMichael Niedermayer2014-01-161-21/+97
* | avcodec/huffyuv: add a field that represents the number of symbolsMichael Niedermayer2014-01-161-0/+2
* | avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8AMichael Niedermayer2014-01-061-13/+32
* | avcodec/huffyuv: add GRAY8 supportMichael Niedermayer2014-01-061-0/+3
* | avcodec/huffyuv: add GBRP supportMichael Niedermayer2014-01-061-0/+3
* | avcodec/huffyuvdec: optimize decode_plane_bitstream(), use joint tables for n...Michael Niedermayer2014-01-061-7/+16
* | avcodec/huffyuv: Support more 8bit YUV formatsMichael Niedermayer2014-01-061-26/+154
* | avcodec/huffyuvdec: clear remainder of the array on end of input in decode_42...Michael Niedermayer2013-12-271-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-171-1/+0
|\ \ | |/
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-24/+13
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-24/+13
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | huffyuvdec: Skip len==0 casesMichael Niedermayer2013-01-291-5/+5
* | huffyuvdec: check for and propagate failures from inside generate_joint_tables()Michael Niedermayer2013-01-291-6/+13
* | huffyuvdec: Check init_vlc() return codes.Michael Niedermayer2013-01-291-4/+10
* | Merge commit 'b047c68783aa4042b322af7af043b643d5daf09c'Michael Niedermayer2012-12-231-22/+38
|/
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-231-0/+782
OpenPOWER on IntegriCloud