57 Commits (e3fac208246f5f94cfc4d3abdb1a4770272f96ee)

Author SHA1 Message Date
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer 5439959ef0 avcodec/huffyuvdec: do not leave alpha values uninitialized 11 years ago
Michael Niedermayer 20c7baf832 avcodec/huffyuvdec: Fix fill value for truncated bitstreams 11 years ago
Christophe Gisquet f6577bd9cf huffyuvdec: use unsafe bitstream reader 11 years ago
Christophe Gisquet 29f427c239 huffyuvdec: remove somewhat deprecated code 11 years ago
Michael Niedermayer e9c477059d avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits max 11 years ago
Christophe Gisquet 9dc1791977 huffyuvdec: swap code blocks 11 years ago
Christophe Gisquet 7eb5b20a87 huffyuvdec: trick for plane decoding <= 14bits 11 years ago
Christophe Gisquet 0d632b35a0 huffyuvdec: remove superfluous check in BGR code 11 years ago
Christophe Gisquet 6848325acb huffyuvdec: remove superfluous check 11 years ago
Christophe Gisquet a37020402a huffyuvdec: trick for plane decoding, 8bits 11 years ago
Christophe Gisquet 35dae62204 huffyuvdec: clean up macro 11 years ago
Christophe Gisquet deadcf5e71 huffyuvdec: implement trick for BGR 11 years ago
Christophe Gisquet 11b4703813 huffyuvdec: implement trick 11 years ago
Michael Niedermayer 7b4c46050e rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 11 years ago
Michael Niedermayer 550ae6c02f rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16 11 years ago
Christophe Gisquet 25e6310a3e huffyuv: change left prediction access in BGRA 11 years ago
Diego Biurrun 0d439fbede dsputil: Split off HuffYUV decoding bits into their own context 11 years ago
Diego Biurrun 2f02bbcca0 build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder 11 years ago
Michael Niedermayer 9bb1af8f36 avcodec/huffyuvdec: use RGB0 for 24bit rgb output instead of BGRA 11 years ago
Michael Niedermayer 469de4f583 avcodec/huffyuvdec: use the correct height field 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 e6c0da70fc avcodec/huffyuvdec: optimize >8bps VLC reading 11 years ago
Michael Niedermayer 53167ecfdb avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16 11 years ago
Michael Niedermayer e6d1c66d74 avcodec/x86/lossless_videodsp: disable median optimizations for 16bps 11 years ago
Michael Niedermayer 13c33c8e1f Move add_hfyu_median_prediction_int16() to losslessviddsp 11 years ago
Michael Niedermayer 883570e6b7 Move add_hfyu_left_prediction_int16 to losslessviddsp 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 534a89478d avcodec/huffyuv: add a field that represents the number of symbols 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 4816d63fb7 avcodec/huffyuvdec: optimize decode_plane_bitstream(), use joint tables for new yuv formats 11 years ago
Michael Niedermayer 27b1e63f32 avcodec/huffyuv: Support more 8bit YUV formats 11 years ago
Michael Niedermayer 42b6805cc1 avcodec/huffyuvdec: clear remainder of the array on end of input in decode_422_bitstream() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 0dfc01c2bb huffyuvdec: Skip len==0 cases 12 years ago
Michael Niedermayer 4420b41442 huffyuvdec: check for and propagate failures from inside generate_joint_tables() 12 years ago
Michael Niedermayer f67a0d1152 huffyuvdec: Check init_vlc() return codes. 12 years ago
Anton Khirnov 2ca5ca2957 huffyuv: split encoder and decoder into separate files. 12 years ago
Paul B Mahol 4d1912ff4d huffyuv: return meaningful error codes 12 years ago