179 Commits (8da5d3dc3792b6992e4794351125279f05c8ba0e)

Author SHA1 Message Date
Mike Melanson 0efbd068e7 Make sure that all memory allocations succeed. 15 years ago
Google Chrome 310afddfe0 Fix >= vs > check of coded_fragment_list_index. 15 years ago
Google Chrome fa6f27517b Fix init_get_bits() buffer size. 15 years ago
Mike Melanson 428984b041 Another micro-optimization for unpack_vlcs(): Eliminate a possible 15 years ago
Mike Melanson 138fe83215 Perform the DC prediction reversal immediately after decoding all of 15 years ago
Mike Melanson ee3d7f5852 Modify unpack_vlcs() so that there are fewer dereferences through the 15 years ago
Reimar Döffinger b8791583e7 compatible_frame array can be static const, too. 15 years ago
Reimar Döffinger bb99108775 Make vp3 arrays static const where possible. 15 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Reimar Döffinger c79c960ade Remove useless ret variable added in last revision again. 16 years ago
Reimar Döffinger 7cda815044 100l, theora_decode_init must pass on errors from vp3_decode_init 16 years ago
Reimar Döffinger c4b7b8bf9c Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. 16 years ago
Reimar Döffinger e13cca4b14 Ensure that the filter limit values do not exceed the maximum allowed value of 127. 16 years ago
Reimar Döffinger 7fa5f9990b Extend init_loop_filter to work for filter limit values up to 127 instead 16 years ago
Baptiste Coudurier 7f57905d55 vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 16 years ago
David Conrad f2264fa531 Support block-level quantization in Theora 16 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 16 years ago
David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
Benjamin Larsson 241f5eab32 Remove dead assignments found by CSA 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Alex Converse 00bbe27631 VP3: Do not ignore error from read_huffman_tree(). 16 years ago
Alex Converse 2c823b3ccc VP3: Prevent stack corruption from an unset custom coding method. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
David Conrad 357f45d9bc MMX VP3 Loop Filter 16 years ago
David Conrad c5f67c1559 Remove unused variables 16 years ago
David Conrad 9971331dfb Move VP3 loop filter to DSPContext 16 years ago
David Conrad 1ae4518d73 Cosmetics: reindent 16 years ago
David Conrad 10f38380be Unneeded else 16 years ago
David Conrad 6599e2a74a Unneeded braces 16 years ago
David Conrad 6298f49f75 Return if unpacking motion vectors for a keyframe 16 years ago
David Conrad a0ce2d1bbc Cosmetics: indentation 16 years ago
David Conrad 277e3e534b Visible width/height fields were added in Theora 3.2 16 years ago
David Conrad 51ace5777e filter_limit_values only needs 7 bits, make its tables smaller 16 years ago
David Conrad ba31df31d9 Cosmetics: indentation 16 years ago
David Conrad fc9618195b Merge (vp3|theora)_calculate_pixel_addresses 16 years ago
David Conrad 6920b98322 Missed hunks of last commit 16 years ago
David Conrad 33aae37ec0 Remove unused vp3 debugging info 16 years ago
David Conrad 12ce1f3fc1 Downgrade severity of leftover bits in header packets, and don't check for the comment header 16 years ago
David Conrad 068e82bac1 Use skip_frame for keyframe-only decoding rather than #ifdef 16 years ago
David Conrad 7f065b36c8 Take idct permutation into account when initializing dequantization matrices 16 years ago
Aurelien Jacobs 4834eb191c theoradec: cosmetics: indentation 16 years ago
Aurelien Jacobs feaf1a7393 theoradec: skip decoding of uncoded MV in 4MV code 16 years ago
Aurelien Jacobs e32e2d56d4 theoradec: small 4MV code reorganization to ease future improvements 16 years ago
Stefan Gehrer e8e4743591 make ModeAlphabet read-only and use a custom mode alphabet 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago