69 Commits (12791ec5b0d3653ad2a453d20368229f53df65c4)

Author SHA1 Message Date
James Almer cf9ef83960 huffyuvencdsp: move shared functions to a new lossless_videoencdsp context 8 years ago
James Almer 30c1f27299 huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
Michael Niedermayer 2d163cbdab avcodec/huffyuvenc: Remove duplicate include 9 years ago
Vittorio Giovara 2862b63783 lavc: Move prediction_method to codec private options 9 years ago
Vittorio Giovara 96c373c770 lavc: Move context_model to codec private options 9 years ago
Timothy Gu 5e586e1bef huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2} 9 years ago
Paul B Mahol 6603368ab4 avcodec/huffyuvenc: use AV_OPT_TYPE_BOOL for non_deterministic option 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara 7d2a682691 huffyuv: Check memory allocation 10 years ago
Vittorio Giovara 43171886e0 huffyuvenc: Mark codec as init-thread-safe and init-cleanup 10 years ago
Christophe Gisquet 6ee7681723 huffyuvenc: write last odd sample 10 years ago
Christophe Gisquet 1467780772 huffyuvenc: add a non-deterministic option 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Christophe Gisquet e7fc5d53a0 huffyuv: change statistics initialization 11 years ago
Michael Niedermayer 334aafe565 avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries 11 years ago
Michael Niedermayer 40a4ab8ba4 rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16 11 years ago
Diego Biurrun 512f3ffe9b dsputil: Split off HuffYUV encoding bits into their own context 11 years ago
Michael Niedermayer 9e58677438 avcodec/huffyuvenc: Make version 3 of ffvhuff non experimental 11 years ago
Diego Biurrun 2f02bbcca0 build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder 11 years ago
Michael Niedermayer 59279bf21f avcodec/huffyuvenc: only allocate stats_out when it will be used 11 years ago
Michael Niedermayer bb7a711156 avcodec/huffyuvenc: frame multi-threading support 11 years ago
Michael Niedermayer 2a9c50798b avcodec/huffyuv: dont depend on bitstream_bpp having a specific value for version>2 11 years ago
Michael Niedermayer 6369766f01 avcodec/huffyuv: support gbrp9/10/12/14 11 years ago
Michael Niedermayer 7cf8918b0d avcodec/huffyuv: update years in copyright 11 years ago
Michael Niedermayer 599e629f88 avcodec/huffyuvenc: fix end pointer for stats_out 11 years ago
Michael Niedermayer a301bb63f0 avcodec/huffyuvenc: fail if stats_out is too small instead of silently truncating 11 years ago
Michael Niedermayer 53167ecfdb avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16 11 years ago
Michael Niedermayer d9779d648e Move sub_hfyu_median_prediction_int16() to losslessviddsp 11 years ago
Michael Niedermayer f9c7b14c04 avcdoec/huffyuvenc: optimize sub_left_prediction() 11 years ago
Michael Niedermayer f70d7eb20c Move add/diff_int16 to lossless_videodsp 11 years ago
Michael Niedermayer da0684820a avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputil 11 years ago
Michael Niedermayer 2fd39642c9 avcodec/huffyuv: fix median prediction for >8bps 11 years ago
Michael Niedermayer 3d87927959 avcodec/huffyuv: add YUVA{420,422,444}P{9,10} support 11 years ago
Michael Niedermayer ef0282125c avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} support 11 years ago
Michael Niedermayer b53aab1a58 libavcodec/huffyuv: >8 bit support 11 years ago
Michael Niedermayer 6c004e8aad avcodec/huffyuvenc: init bps from pixel descriptor 11 years ago
Michael Niedermayer 534a89478d avcodec/huffyuv: add a field that represents the number of symbols 11 years ago
Michael Niedermayer 7b41cbac7f avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bit 11 years ago
Michael Niedermayer 9d098ea32f avcodec/huffyuvenc: Factorize store_huffman_tables() out 11 years ago
Michael Niedermayer 5d4541007f avcodec/huffyuvenc: fix -context 1 encoding 11 years ago
Michael Niedermayer 13f3092b38 avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8A 11 years ago
Michael Niedermayer 60ab582a4e avcodec/huffyuv: add GRAY8 support 11 years ago
Michael Niedermayer 22f59a8cbe avcodec/huffyuv: add GBRP support 11 years ago
Michael Niedermayer 27b1e63f32 avcodec/huffyuv: Support more 8bit YUV formats 11 years ago
Anton Khirnov 14b35bf065 huffyuv: use the AVFrame API properly. 11 years ago