30 Commits (37baa2af43a052803fad7dc57a6b5b3449645670)

Author SHA1 Message Date
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
Paul B Mahol 4a722a5cab huffyuv: check for malloc failures 12 years ago
Paul B Mahol 7f261ac850 huffyuv: make use of av_fast_padded_malloc() 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Michael Niedermayer 6abb9a901f huffyuvdec: check width more completely, avoid out of array accesses 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 14d3e7ad11 Remove some silly disabled code. 12 years ago
Michael Niedermayer 5a582bd3b5 huffman: add ff_huff_gen_len_table 12 years ago
Luca Barbato e0f7a9f6e7 huffyuv: update to current coding style 12 years ago
Michael Niedermayer 3f943fe681 huffman/huffyuv: move lorens huffman table generation code to huffman.c/h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 4b5c7d4d9a huffyuv: switch to av_assert 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Paul B Mahol 0e465c1a81 huffyuv: remove long time disabled code 13 years ago
Paul B Mahol 3a085c6a37 huffyuv: do not decode/encode yuv colorspace with odd width 13 years ago
Michael Niedermayer e180079c1f huffyuvenc: switch to ff_alloc_packet2() 13 years ago
Michael Niedermayer c743aad557 huffyuv: some more consts 13 years ago
Ronald S. Bultje 4ffe5e2aa5 huffyuv: add padding to classic (v1) huffman tables. 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Michael Niedermayer 8fdd93eaad huffyuv: pad classic huffman tables so as to avoid bitreader overread. 13 years ago
Ronald S. Bultje 63c9de6469 huffyuv: do not abort on unknown pix_fmt; instead, return an error. 13 years ago
Anton Khirnov bc9c70e5a3 huffyuv: switch to encode2(). 13 years ago
Ronald S. Bultje 84c202cc37 huffyuv: error out on bit overrun. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago