summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuvenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-18/+18
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-11/+11
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-4/+1
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-4/+1
* | Merge commit '7d2a6826912b629f17f3b0c5268e334fa123c4c9'Michael Niedermayer2015-06-011-3/+1
|\ \ | |/
| * huffyuv: Check memory allocationVittorio Giovara2015-05-311-1/+1
* | Merge commit '43171886e08b6a2f20a1e2f3ecc95a7984b591cd'Michael Niedermayer2015-04-241-0/+4
|\ \ | |/
| * huffyuvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-241-0/+5
* | huffyuvenc: write last odd sampleChristophe Gisquet2014-08-251-4/+57
* | huffyuvenc: add a non-deterministic optionChristophe Gisquet2014-08-191-0/+24
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-1/+1
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-1/+1
* | huffyuv: change statistics initializationChristophe Gisquet2014-06-191-2/+2
* | avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entriesMichael Niedermayer2014-06-091-1/+1
* | rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16Michael Niedermayer2014-05-291-1/+1
* | Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer2014-05-281-19/+21
|\ \ | |/
| * dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-17/+19
* | avcodec/huffyuvenc: Make version 3 of ffvhuff non experimentalMichael Niedermayer2014-05-071-2/+2
* | 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/huffyuvenc: only allocate stats_out when it will be usedMichael Niedermayer2014-02-151-5/+7
* | avcodec/huffyuvenc: frame multi-threading supportMichael Niedermayer2014-01-281-0/+2
* | avcodec/huffyuv: dont depend on bitstream_bpp having a specific value for ver...Michael Niedermayer2014-01-281-1/+1
* | avcodec/huffyuv: support gbrp9/10/12/14Michael Niedermayer2014-01-271-1/+7
* | avcodec/huffyuv: update years in copyrightMichael Niedermayer2014-01-271-1/+1
* | avcodec/huffyuvenc: fix end pointer for stats_outMichael Niedermayer2014-01-261-2/+3
* | avcodec/huffyuvenc: fail if stats_out is too small instead of silently trunca...Michael Niedermayer2014-01-261-0/+2
* | avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16Michael Niedermayer2014-01-261-24/+65
* | 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