5278 Commits (73f51a4d3e3934c78006e3c9bf644713c367b40c)

Author SHA1 Message Date
Aurelien Jacobs 73f51a4d3e help some gcc version to optimize out those functions 18 years ago
Justin Ruggles 4611b64ec1 simplify snr offset and bit allocation 18 years ago
Justin Ruggles e9a3824880 only use sized data types when necessary 18 years ago
Justin Ruggles 8f58a4c943 set bit allocation parameters directly instead of copying 18 years ago
Justin Ruggles e2cd6686fa use enum value instead of numerical value for acmod 18 years ago
Justin Ruggles bc8edb7e53 use consistent data type for exponents. needs to be int8_t to pass to bit allocation. 18 years ago
Justin Ruggles 878c40a137 change some bit masks to arrays 18 years ago
Justin Ruggles bec37145da cosmetics: indentation 18 years ago
Justin Ruggles 9fc1ab722e Use shared AC-3 header parsing. Move some initializations to block parsing function. 18 years ago
Justin Ruggles 9ef6039043 don't need to synchronize in the decoder. the parser does that already. 18 years ago
Justin Ruggles de34875c75 get rid of an ugly macro 18 years ago
Panagiotis Issaris 7868349a91 Return AVERROR(EINVAL) when invalid width and/or height are specified to 18 years ago
Panagiotis Issaris 90f06ceaa0 Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. 18 years ago
Andreas Öman 83c43e4d52 bail out on unknown jpeg pixel format instead of silently decoding data incorrectly 18 years ago
Panagiotis Issaris d04d5bcd0e Fix the self tests which are contained in some codecs and are using random(). 18 years ago
Panagiotis Issaris cc61f96f8a Fix the compilation of dct-test, fft-test and motion-test which are using 18 years ago
Justin Ruggles 614e9b2424 don't need to define ALT_BITSTREAM_READER 18 years ago
Justin Ruggles 362664215d update license header. add copyright for myself. correct and complete the statement about liba52. 18 years ago
Justin Ruggles 3bb004fcda revise comment for exponent decoding function 18 years ago
Justin Ruggles 4415076f55 new implementation of exponent decoding 18 years ago
Justin Ruggles d699d38393 cosmetics: indentation 18 years ago
Justin Ruggles 0ce668015f remove portions of bit allocation which are no longer needed since they are shared with the encoder 18 years ago
Vitor Sessak 9c8d9f251e Another minor simplification 18 years ago
Baptiste Coudurier ac0691071e Set the step index correctly for flash adpcm. Patch by Baptiste 18 years ago
Baptiste Coudurier 9fff16bcbb Calculate the correct blocksize for flash adpcm. Patch by Baptiste 18 years ago
Zdenek Kabelac 2c79288d4e fix mem leak 18 years ago
Vitor Sessak c9128d569a Make deinterlace_16 receive an array as a parameter and not two separated vars 18 years ago
Vitor Sessak b37bce6b61 Minor simplification 18 years ago
Vitor Sessak 60c4a31c6a Yet more cosmetics 18 years ago
Vitor Sessak 10024d443a More cosmetics 18 years ago
Vitor Sessak d0da802049 Remove reimplementation of av_log2 18 years ago
Andreas Öman 4196cfb75b add YUV440P and YUVJ440P support 18 years ago
Vitor Sessak f175201004 Test for supported number of channels 18 years ago
Vitor Sessak 586e5bd902 Cosmetics: indentation 18 years ago
Vitor Sessak a1301f2934 Cosmetics: alignment 18 years ago
Vitor Sessak 10fb5763cc Remove more code duplication. Based on a patch by Matthieu Castet. 18 years ago
Vitor Sessak d562ba238e Move var. declaration to allow further clean up 18 years ago
Vitor Sessak 7f26801668 Remove code duplication. Based on a patch by Matthieu Castet. 18 years ago
Alex Beregszaszi 0509d453b5 set codec_type on init 18 years ago
Diego Biurrun f1ea5c2a96 typo fixes 18 years ago
Ian Caulfield 04d2e45f3f create colorspace.h and use it where appropriate 18 years ago
Marc Hoffman b5f3f2b846 fixpoint: renaming all lowlevel arithmetic routines to xxx_float 18 years ago
Denes Balatoni 975741e79c Don't segfault if an empty codebook gets used. 18 years ago
Roman Shaposhnik 263c241226 * making profile selection a bit more tolerant to the badly broken streams 18 years ago
Marc Hoffman f1639f69b4 cosmetics: adding some white space to align the arguments of a couple of functions 18 years ago
Måns Rullgård 19b95df09e remove useless #ifdef CONFIG_ZLIB from zmbv decoder 18 years ago
Marc Hoffman f999b63c77 float_t was a typo that compiled on macosx 18 years ago
Marc Hoffman dae92b62a3 fixpoint: move cplscales to context structure and provide hook for data format conversion 18 years ago
Marc Hoffman 28d997f932 fixpoint: lowlevel functional abstraction for all buffer arithmetics 18 years ago
Marc Hoffman e66442f4e3 fixpoint: separate windowing arithmetic imlt_window_float 18 years ago