summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuvenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Move sub_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer2014-01-201-19/+1
* | avcdoec/huffyuvenc: optimize sub_left_prediction()Michael Niedermayer2014-01-201-8/+15
* | 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-10/+1
* | avcodec/huffyuv: fix median prediction for >8bpsMichael Niedermayer2014-01-161-1/+28
* | avcodec/huffyuv: add YUVA{420,422,444}P{9,10} supportMichael Niedermayer2014-01-161-0/+9
* | avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} supportMichael Niedermayer2014-01-161-1/+14
* | libavcodec/huffyuv: >8 bit supportMichael Niedermayer2014-01-161-29/+95
* | avcodec/huffyuvenc: init bps from pixel descriptorMichael Niedermayer2014-01-161-1/+1
* | avcodec/huffyuv: add a field that represents the number of symbolsMichael Niedermayer2014-01-161-0/+1
* | avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bitMichael Niedermayer2014-01-131-2/+3
* | avcodec/huffyuvenc: Factorize store_huffman_tables() outMichael Niedermayer2014-01-081-24/+29
* | avcodec/huffyuvenc: fix -context 1 encodingMichael Niedermayer2014-01-081-1/+6
* | avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8AMichael Niedermayer2014-01-061-9/+20
* | avcodec/huffyuv: add GRAY8 supportMichael Niedermayer2014-01-061-0/+2
* | avcodec/huffyuv: add GBRP supportMichael Niedermayer2014-01-061-2/+4
* | avcodec/huffyuv: Support more 8bit YUV formatsMichael Niedermayer2014-01-061-4/+145
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-171-6/+9
|\ \ | |/
| * huffyuv: use the AVFrame API properly.Anton Khirnov2013-11-161-6/+9
* | 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
* | Merge commit '55c4cba2a7037161ea56b2d55b347c8381df7f1e'Michael Niedermayer2013-07-301-57/+76
|\ \ | |/
| * huffyuvenc: BGRA supportMichael Niedermayer2013-07-291-35/+116
* | Merge commit 'b047c68783aa4042b322af7af043b643d5daf09c'Michael Niedermayer2012-12-231-40/+107
|/
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-231-0/+633
OpenPOWER on IntegriCloud