109 Commits (f469094c9b166e0fe45c7d52c99edf9f98c49c98)

Author SHA1 Message Date
Michael Niedermayer 39e1b5cf8e use correct rounding functions 18 years ago
Baptiste Coudurier 8e453fc3c7 remove unused, uninitialized free format frame size 18 years ago
Siarhei Siamashka 1839e854e5 Proper armv5te instructions support detection. 18 years ago
Siarhei Siamashka 024da4b146 armv5 optimizations 18 years ago
Michael Niedermayer 7b95bc5842 print more correct error messges 18 years ago
Måns Rullgård 0e176c3eb5 remove redundant declarations 18 years ago
Michael Niedermayer 1b4f17fafa fix buffer handling 18 years ago
Michael Niedermayer ee3bc9d386 overread AV_LOG_ERROR -> AV_LOG_DEBUG 18 years ago
Michael Niedermayer c0c66dd81d fix low bitrate mp3 18 years ago
Michael Niedermayer 39b434c6ae check the validity of the amount of the remaining bytes in the bitsteam before memcpy 18 years ago
Michael Niedermayer 716d73b47d unused var 18 years ago
Michael Niedermayer d6bea62338 make mpa_decode_header() 10 times faster 18 years ago
Michael Niedermayer 731d0b1aaa another silly typo which surprisingly neither valgrind nor cmp of the file output cought 18 years ago
Michael Niedermayer d37bb9d8c1 10l found by valgrind 18 years ago
Michael Niedermayer 06e7fb82a4 remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too 18 years ago
Michael Niedermayer 9bffa9e7af avoid branch 18 years ago
Michael Niedermayer 14168ddb28 move variable declarations so that their scope is smaller 18 years ago
Michael Niedermayer bc2d2757bb move the +400 out of the innermost loop 18 years ago
Michael Niedermayer 9b49f89cdf avoid reading exponent twice 18 years ago
Michael Niedermayer 1f1d675b68 reduce size of vlc table, thats slightly faster here 18 years ago
Michael Niedermayer 55017f35da try to avoid l3_unscale() by using a table 18 years ago
Michael Niedermayer f8347c4167 replace l3_unscale(1, exponents[pos]) by LUT 18 years ago
Michael Niedermayer 7ca1ed0d9c maybe fixing the segfault on ARM 18 years ago
Michael Niedermayer 92c5cb62b0 10l typo 18 years ago
Michael Niedermayer e90a72701e avoid a few if(x==0) checks in the inner loops 18 years ago
Michael Niedermayer 6430ce0f72 optimize reorder_block() though this function seems to be executed too rarely for this to make much difference 18 years ago
Michael Niedermayer a753e55bb5 simplify 18 years ago
Michael Niedermayer a08a502eda dont copy the whole GetBitContext around 18 years ago
Michael Niedermayer 3328ec6331 faster handling of zero coeffs in the low freq decode 18 years ago
Michael Niedermayer 3c693e7743 optimizing high freq decode 18 years ago
Michael Niedermayer daf4cd9ac3 use memset() instead of slow c loops 18 years ago
Michael Niedermayer c7aa36964e simplify 18 years ago
Aurelien Jacobs acba32385b fix arm asm compilation in mpegaudiodec 18 years ago
Michael Niedermayer 69fd15f871 MUL* for ARM code based on a patch by Siarhei Siamashka 18 years ago
Michael Niedermayer f617adedc8 replace MULL with asm too, no significnat speedup but its probably better to not take any chances, some versions of gcc will almost certainly mess it up too if they can 18 years ago
Michael Niedermayer 47a0cd7408 replacing MULH by asm for x86 18 years ago
Michael Niedermayer 5ab1972b53 indent preprocessor directives 18 years ago
Michael Niedermayer 355903f5a8 make high precission synth filter 3 times faster on x86 18 years ago
Michael Niedermayer 0bd2483a75 replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) 18 years ago
Michael Niedermayer eb6447766d replace a few MULL by MULH 18 years ago
Michael Niedermayer 120aad7fe9 reorder butterflies to reduce memory load/store 18 years ago
Michael Niedermayer 55582f8de3 table contains vlc with 19 bits and 8*2 < 19 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Benjamin Larsson fb9cb0b8c4 get_vlc -> get_vlc2 transition. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Roberto Togni d9b1c197e5 QDM2 compatible decoder 19 years ago
Roberto Togni e6885654eb Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg 19 years ago
Alex Beregszaszi 83254e245c removed unused CONFIG_AUDIO_NONSHORT 19 years ago