summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAgeFilesLines
* huffyuvdec: avoid large stack use.Reimar Döffinger2014-09-061-6/+13
* huffyuvdec: decode the last odd sampleChristophe Gisquet2014-08-251-4/+22
* huffyuvdec: fix old (v1) rgbaChristophe Gisquet2014-08-211-9/+8
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avcodec/huffyuvdec: fix overread checksMichael Niedermayer2014-08-111-6/+6
* | Merge commit 'a7153444df9040bf6ae103e0bbf6104b66f974cb'Michael Niedermayer2014-08-061-2/+5
|\ \ | |/
| * huffyuvdec: check width size for yuv422pMichael Niedermayer2014-08-051-0/+7
* | Merge commit 'd0393d79bc3d61c9f2ff832c0e273b7774ff0269'Michael Niedermayer2014-08-041-32/+34
|\ \ | |/
| * huffyuv: Check and propagate function return valuesDiego Biurrun2014-08-031-44/+61
* | Merge commit '6234058148d6e1ee765913b678a22385a87bffac'Michael Niedermayer2014-08-041-2/+2
|\ \ | |/
| * huffyuv: Return proper error codesDiego Biurrun2014-08-031-3/+3
| * huffyuv: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2014-08-031-6/+4
* | Merge commit 'b7616f5716dce68c749d5dfeab19cf595a11807c'Michael Niedermayer2014-08-041-9/+9
|\ \ | |/
| * huffyuv: Eliminate some pointless castsDiego Biurrun2014-08-031-6/+6
* | Merge commit 'c065f4a0c652cc569c927c95148111b3aa2962dc'Michael Niedermayer2014-08-041-154/+172
|\ \ | |/
| * huffyuv: K&R formatting cosmeticsDiego Biurrun2014-08-031-156/+178
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-2/+2
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-2/+2
* | avcodec/huffyuvdec: do not leave alpha values uninitializedMichael Niedermayer2014-06-181-1/+2
* | avcodec/huffyuvdec: Fix fill value for truncated bitstreamsMichael Niedermayer2014-06-161-1/+1
* | huffyuvdec: use unsafe bitstream readerChristophe Gisquet2014-06-161-4/+12
* | huffyuvdec: remove somewhat deprecated codeChristophe Gisquet2014-06-151-1/+0
* | avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits maxMichael Niedermayer2014-06-151-5/+5
* | huffyuvdec: swap code blocksChristophe Gisquet2014-06-151-5/+5
* | huffyuvdec: trick for plane decoding <= 14bitsChristophe Gisquet2014-06-061-23/+17
* | huffyuvdec: remove superfluous check in BGR codeChristophe Gisquet2014-06-051-2/+2
* | 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
OpenPOWER on IntegriCloud