122 Commits (1235429c2792e879d50a06cc851f3065f1a481d5)

Author SHA1 Message Date
Michael Kaufmann 2818bdf22b Extradata length checks for Huffyuv. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Alexander Strange f267d3ac75 Implement alpha channel decoding for BGR HuffYUV. 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Alexander Strange 8471a1873d Huffyuv: Remove unnecessary allocation in alloc_temp(). 15 years ago
Alexander Strange 6ec8eadda4 Huffyuv: Fix a valgrind warning in get_vlc2(). 15 years ago
Carl Eugen Hoyos 0b7f39c9d4 Release unreleased buffers found by make test. 15 years ago
Nathan Caldwell 73c6f59830 Move HuffYUV left prediction to dsputil. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Loren Merritt e30004fa73 fix a buffer overrun on corrupt huffyuv streams 16 years ago
Michael Niedermayer fb6ecd7285 indent 16 years ago
Michael Niedermayer 37458d7e1b Make sure we dont read over the end. 16 years ago
Jeff Downs fdb699de62 Fix passing of unaligned addresses to dsputil diff_bytes() by 16 years ago
Jeff Downs aa5cfdfb4f Add offset argument to encode_422_bitstream() to control where 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Michael Niedermayer 300a3d0d00 Make sure the last bits of huffyuv frames are zeroed. 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Loren Merritt 3daa434a40 ff_add_hfyu_median_prediction_mmx2 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer fe5c7e588d More POSIX _t namespace cleanup. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Diego Biurrun f544a5fc84 Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific 16 years ago
Diego Biurrun 2a43a093ed Replace generic CONFIG_DECODERS preprocessor conditionals by more specific 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer fb2cf1bcf0 const 17 years ago
Loren Merritt 2bf4aa2e93 prevent huffyuv from generating codewords of length 32. (regression in r9069) 18 years ago
Oliver Pfister 7b62bb2b8d fix mem leak 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Loren Merritt 8be6dac8dc merge huffman tables for rgb too 18 years ago
Loren Merritt f45fcba303 cosmetics (reduce nesting) 18 years ago
Loren Merritt acc0e0c8b6 use sparse huffman tables. 1.5% faster huffyuv decoding. 18 years ago
Loren Merritt 19716d6478 merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. 18 years ago
Loren Merritt 98ef8c324c change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. 18 years ago
Loren Merritt bf1a5a46d6 cosmetics: macrofy duplicate code in huffyuv 18 years ago
Loren Merritt 390f9f3127 r3938 broke 2pass huffyuv (not that anyone uses it) 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Loren Merritt 0ec4bc6a27 oops, encoder was under ifdef decoders. 18 years ago
Loren Merritt d2bfaf8aae huffyuv rgb encoder 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago