summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAge
* Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-23
|\
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* | avcodec/huffyuvdec: do not leave alpha values uninitializedMichael Niedermayer2014-06-18
* | avcodec/huffyuvdec: Fix fill value for truncated bitstreamsMichael Niedermayer2014-06-16
* | huffyuvdec: use unsafe bitstream readerChristophe Gisquet2014-06-16
* | huffyuvdec: remove somewhat deprecated codeChristophe Gisquet2014-06-15
* | avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits maxMichael Niedermayer2014-06-15
* | huffyuvdec: swap code blocksChristophe Gisquet2014-06-15
* | huffyuvdec: trick for plane decoding <= 14bitsChristophe Gisquet2014-06-06
* | huffyuvdec: remove superfluous check in BGR codeChristophe Gisquet2014-06-05
* | huffyuvdec: remove superfluous checkChristophe Gisquet2014-06-05
* | huffyuvdec: trick for plane decoding, 8bitsChristophe Gisquet2014-06-05
* | huffyuvdec: clean up macroChristophe Gisquet2014-06-04
* | huffyuvdec: implement trick for BGRChristophe Gisquet2014-06-04
* | huffyuvdec: implement trickChristophe Gisquet2014-06-04
* | rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer2014-05-29
* | rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16Michael Niedermayer2014-05-29
* | huffyuv: change left prediction access in BGRAChristophe Gisquet2014-05-29
* | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer2014-05-27
|\|
| * dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* | Merge commit '2f02bbcca050936686482453078e83dc25493da0'Michael Niedermayer2014-03-01
|\|
| * build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun2014-02-28
* | avcodec/huffyuvdec: use RGB0 for 24bit rgb output instead of BGRAMichael Niedermayer2014-02-18
* | avcodec/huffyuvdec: use the correct height fieldMichael Niedermayer2014-02-18
* | avcodec/huffyuv: support gbrp9/10/12/14Michael Niedermayer2014-01-27
* | avcodec/huffyuv: update years in copyrightMichael Niedermayer2014-01-27
* | avcodec/huffyuvdec: optimize >8bps VLC readingMichael Niedermayer2014-01-26
* | avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16Michael Niedermayer2014-01-26
* | avcodec/x86/lossless_videodsp: disable median optimizations for 16bpsMichael Niedermayer2014-01-23
* | Move add_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer2014-01-20
* | Move add_hfyu_left_prediction_int16 to losslessviddspMichael Niedermayer2014-01-20
* | Move add/diff_int16 to lossless_videodspMichael Niedermayer2014-01-20
* | avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputilMichael Niedermayer2014-01-20
* | avcodec/huffyuv: fix median prediction for >8bpsMichael Niedermayer2014-01-16
* | avcodec/huffyuv: add YUVA{420,422,444}P{9,10} supportMichael Niedermayer2014-01-16
* | avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} supportMichael Niedermayer2014-01-16
* | libavcodec/huffyuv: >8 bit supportMichael Niedermayer2014-01-16
* | avcodec/huffyuv: add a field that represents the number of symbolsMichael Niedermayer2014-01-16
* | avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8AMichael Niedermayer2014-01-06
* | avcodec/huffyuv: add GRAY8 supportMichael Niedermayer2014-01-06
* | avcodec/huffyuv: add GBRP supportMichael Niedermayer2014-01-06
* | avcodec/huffyuvdec: optimize decode_plane_bitstream(), use joint tables for n...Michael Niedermayer2014-01-06
* | avcodec/huffyuv: Support more 8bit YUV formatsMichael Niedermayer2014-01-06
* | avcodec/huffyuvdec: clear remainder of the array on end of input in decode_42...Michael Niedermayer2013-12-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-17
|\|
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08