9868 Commits (bea81a52c9fd946ecf37a5d982d94be01d7b12e3)

Author SHA1 Message Date
Måns Rullgård 341f394f0d ARM: cleaner selection of ELF-spefic assembler directives 16 years ago
Diego Biurrun ce6636b1c1 Remove disabled function get_num(). 16 years ago
Martin Storsjö e21a892163 Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. 16 years ago
Janne Grunau 6dc13ccbcc Set subtitle type in DVD and XSUB subtitle decoders. 16 years ago
Diego Biurrun 7e4ceabe7c Remove unnecessary mpeg12data.o entries from OBJS- variables. 16 years ago
Diego Biurrun 81a65673a5 Remove duplicated mpeg12data.o entries. 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Aurelien Jacobs 84c04e2519 fix various compilation dependencies 16 years ago
Diego Biurrun d15153244f refactoring: properly separate AC-3 and E-AC-3 code 16 years ago
Diego Biurrun 89547cfb36 Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. 16 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Diego Biurrun 7f4e15e2f4 cosmetics: Reorder some tables/lines to make future diffs smaller. 16 years ago
Diego Biurrun 84ef7e7fc3 #include just the required stdint.h instead of libavutil/common.h. 16 years ago
Diego Biurrun 4c4b50530e cosmetics: small typo fixes 16 years ago
Diego Biurrun 7d90972c84 cosmetics: reindent/prettyprint after last commit 16 years ago
Diego Biurrun 31cf61b447 Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. 16 years ago
Diego Biurrun 99e5a9d1ea Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. 16 years ago
Diego Biurrun 4eef77c1a3 Make Theora decoder depend on the VP3 decoder. 16 years ago
Diego Biurrun b06da1725a Add missing stdint.h #include to fix 'make checkheaders'. 16 years ago
Alex Converse 04e257fa84 Revert unintended portion of last commit. (Setting the default coder to 16 years ago
Alex Converse a62d6cfeff Be sure to increment our position in the coefficient array when skipping a zero 16 years ago
Diego Biurrun baf91bb9a3 Make E-AC-3 decoder depend on the AC-3 decoder. 16 years ago
Måns Rullgård 0a8958c849 ARM: handle VFP register arguments in ff_vector_fmul_window_neon() 16 years ago
Måns Rullgård ce742de22c ARM: check for VFP register arguments 16 years ago
Alex Converse 5cf20d07ad Remove an unused field from the BandCodingPath struct. 16 years ago
Alex Converse 0193992252 Actually use all the codebooks we are iterating over in the two-loop scalefactor search. 16 years ago
Alex Converse 932e6a5a4c Fix an integer overflow in the AAC encoder. 16 years ago
Diego Biurrun e82dc4c91e Make VP6A/VP6F decoders depend on the VP6 decoder. 16 years ago
Diego Biurrun 6410134000 Remove two more lines related to the WMV3 decoder. 16 years ago
Diego Biurrun 015f8ee009 Make WMV3 decoders depend on their VC-1 counterparts. 16 years ago
Alex Converse 3d51be014c Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. 16 years ago
Alex Converse c369e83608 Dead code removal in the AAC encoder. 16 years ago
Carl Eugen Hoyos 36904c4c9f Icc 11.1 still does not align the stack pointer, disable some x264 functions. 16 years ago
Alex Converse 6bb17c5155 Add iirfilter to the TESTPROGS variable (and target) 16 years ago
Alex Converse a5762c9b59 When calculating AAC quantized band cost, don't leave garbage in the bit count 16 years ago
Alex Converse ca0f1e5092 IIR filter test program. 16 years ago
Diego Biurrun 359a9979ad cosmetics: Move some code blocks to reduce the number of #ifdefs. 16 years ago
Janne Grunau d6a1611cc2 Set subtitle type in DVB subtitle decoder. 16 years ago
Alex Converse 2876a9dbaf Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. 16 years ago
David Conrad 3e962f315b Fix "warning: assignment discards qualifiers from pointer target type" 16 years ago
Art Clarke 870ee6f715 Fix memory leak in libtheora encoder 16 years ago
Diego Biurrun 95a61cfc24 Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. 16 years ago
Alex Converse 36f517736f Cosmetics: reindent after last commit 16 years ago
Alex Converse 6308765cb5 Ignore subsequent channel configurations after the first in an AAC file. The 16 years ago
Alex Converse c8ec2f1cb8 Mark iir filter init and free functions av_cold. 16 years ago
Alex Converse 47f49f98ca Fix "iirfilter.c:55: warning: unused variable ‘size’" 16 years ago
Alex Converse e187d87d7d Eliminate use of complex.h from iirfilter.c 16 years ago
Alex Converse 988c170547 Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. 16 years ago
Måns Rullgård 181b336304 Fix declarations of complex numbers 16 years ago
Alex Converse f11bfe3065 Reindent after last commit 16 years ago