20279 Commits (b06da1725adb661f59ee91ad35591e5d250c3374)
 

Author SHA1 Message Date
Diego Biurrun b06da1725a Add missing stdint.h #include to fix 'make checkheaders'. 16 years ago
Carl Eugen Hoyos 6c2a778d38 Remove unused global variable. 16 years ago
Carl Eugen Hoyos 9276b8f0cc Calculate gradient from parameter instead of using a global variable. 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
Ramiro Polla 804db4466d Remove unused variables. 16 years ago
Måns Rullgård 62a0525d3b x11grab: remove unnecessary #includes and senseless #define 16 years ago
Carl Eugen Hoyos 07874f2298 Due to a typo in videogen.c, the regression test videos were not as 16 years ago
Diego Biurrun baf91bb9a3 Make E-AC-3 decoder depend on the AC-3 decoder. 16 years ago
Kostya Shishkov b31ac3c8dd Register some additional AMF types in libavformat/flv.h 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
Måns Rullgård 89f2932baf configure: make --extra-cflags cumulative again 16 years ago
Alex Converse 932e6a5a4c Fix an integer overflow in the AAC encoder. 16 years ago
Diego Biurrun 87a844316c Merge AMR and OpenCORE documentation sections. 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
Måns Rullgård 6fec122af7 Support building with TI TMS470 compiler 16 years ago
Diego Biurrun 5e567aae48 Consistently lowercase all HTML tags. 16 years ago
Diego Biurrun 63d72fdaf2 If any input/output devices are enabled then indevs/outdevs should 16 years ago
Stefano Sabatini 58ad770f92 Use globally consistent include guard names. 16 years ago
Stefano Sabatini 8beb41783a Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I 16 years ago
Carl Eugen Hoyos 0e57fe17eb Allow enabling alsa and jack devices. 16 years ago
Alex Converse 3d51be014c Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. 16 years ago
Diego Biurrun 4e67aedd6a Make sure that tests/seek_test.o gets deleted on 'make clean'. 16 years ago
Alex Converse c369e83608 Dead code removal in the AAC encoder. 16 years ago
Måns Rullgård 24524f36a1 configure: improve detection of out-of-tree builds 16 years ago
Måns Rullgård 980a75c5a5 configure: remove some useless comments 16 years ago
Carl Eugen Hoyos 36904c4c9f Icc 11.1 still does not align the stack pointer, disable some x264 functions. 16 years ago
Måns Rullgård e7ea5e3d8d Check for __attribute__((packed)) support 16 years ago
Måns Rullgård df5cdc24b9 configure: handle --cpu before running compiler 16 years ago
Måns Rullgård a915980acd configure: simplify --cpu handling slightly 16 years ago
Kostya Shishkov 87d718aefc cosmetics: reindent after last commit 16 years ago
Kostya Shishkov aa5a99ae0c Add SHA-2 hashing 16 years ago
Alex Converse 6bb17c5155 Add iirfilter to the TESTPROGS variable (and target) 16 years ago
Lou Logan 64cd805071 Rename invalid option name "gop" to "g" in opt_target(), so that 16 years ago
Måns Rullgård b0f0c43051 Use CPPFLAGS when building tests 16 years ago
Måns Rullgård 88ec6ac9e4 configure: do not warn about mismatching altivec/cpu selection 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
Martin Storsjö 1eb0811e8d Update project URL for OpenCORE AMR. 16 years ago
Martin Storsjö 2b2c2a8179 Fix check_func_headers. The reference to the function under test was being 16 years ago
Måns Rullgård 973859f523 Disable gcc auto-vectorisation 16 years ago
Måns Rullgård 89e053f83d Require aligned memory for everything that needs it 16 years ago
Diego Biurrun bd20afc401 Skip the check for SSE aligned memory allocators when SSE is disabled. 16 years ago
Art Clarke ebb82604b0 Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in 16 years ago