20298 Commits (e45391bb3238798ff4ce6aba7c0ca8cfdd3c7263)
 

Author SHA1 Message Date
Måns Rullgård e45391bb32 configure: add some blank lines to improve readability 15 years ago
Måns Rullgård 78d01adaa7 Remove unnecessary #include <unistd.h> 15 years ago
Diego Biurrun d15153244f refactoring: properly separate AC-3 and E-AC-3 code 15 years ago
Diego Biurrun 89547cfb36 Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. 15 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 15 years ago
Diego Biurrun 7f4e15e2f4 cosmetics: Reorder some tables/lines to make future diffs smaller. 15 years ago
Diego Biurrun 84ef7e7fc3 #include just the required stdint.h instead of libavutil/common.h. 15 years ago
Diego Biurrun 4c4b50530e cosmetics: small typo fixes 15 years ago
Diego Biurrun 7d90972c84 cosmetics: reindent/prettyprint after last commit 15 years ago
Diego Biurrun 31cf61b447 Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. 15 years ago
Måns Rullgård adcb219081 Move output redirection of deps generation from make rule to DEPEND_CMD 15 years ago
Diego Biurrun 99e5a9d1ea Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. 15 years ago
Diego Biurrun 4eef77c1a3 Make Theora decoder depend on the VP3 decoder. 15 years ago
Måns Rullgård df5e397839 configure: group tests for compiler characteristics together 15 years ago
Måns Rullgård a036c1b537 configure: set -mdynamic-no-pic flag in main darwin section 15 years ago
Måns Rullgård d90330dc20 configure: remove special flags for XLC on Darwin 15 years ago
Måns Rullgård 55b290c690 configure: remove some darwin-related cruft 15 years ago
Måns Rullgård 2dfa305438 Fix building of tools/* 15 years ago
Måns Rullgård fa0912fe50 configure: group all cpu-specific tests together 15 years ago
Diego Biurrun b06da1725a Add missing stdint.h #include to fix 'make checkheaders'. 15 years ago
Carl Eugen Hoyos 6c2a778d38 Remove unused global variable. 15 years ago
Carl Eugen Hoyos 9276b8f0cc Calculate gradient from parameter instead of using a global variable. 15 years ago
Alex Converse 04e257fa84 Revert unintended portion of last commit. (Setting the default coder to 15 years ago
Alex Converse a62d6cfeff Be sure to increment our position in the coefficient array when skipping a zero 15 years ago
Ramiro Polla 804db4466d Remove unused variables. 15 years ago
Måns Rullgård 62a0525d3b x11grab: remove unnecessary #includes and senseless #define 15 years ago
Carl Eugen Hoyos 07874f2298 Due to a typo in videogen.c, the regression test videos were not as 15 years ago
Diego Biurrun baf91bb9a3 Make E-AC-3 decoder depend on the AC-3 decoder. 15 years ago
Kostya Shishkov b31ac3c8dd Register some additional AMF types in libavformat/flv.h 15 years ago
Måns Rullgård 0a8958c849 ARM: handle VFP register arguments in ff_vector_fmul_window_neon() 15 years ago
Måns Rullgård ce742de22c ARM: check for VFP register arguments 15 years ago
Alex Converse 5cf20d07ad Remove an unused field from the BandCodingPath struct. 15 years ago
Alex Converse 0193992252 Actually use all the codebooks we are iterating over in the two-loop scalefactor search. 15 years ago
Måns Rullgård 89f2932baf configure: make --extra-cflags cumulative again 15 years ago
Alex Converse 932e6a5a4c Fix an integer overflow in the AAC encoder. 15 years ago
Diego Biurrun 87a844316c Merge AMR and OpenCORE documentation sections. 15 years ago
Diego Biurrun e82dc4c91e Make VP6A/VP6F decoders depend on the VP6 decoder. 15 years ago
Diego Biurrun 6410134000 Remove two more lines related to the WMV3 decoder. 15 years ago
Diego Biurrun 015f8ee009 Make WMV3 decoders depend on their VC-1 counterparts. 15 years ago
Måns Rullgård 6fec122af7 Support building with TI TMS470 compiler 15 years ago
Diego Biurrun 5e567aae48 Consistently lowercase all HTML tags. 15 years ago
Diego Biurrun 63d72fdaf2 If any input/output devices are enabled then indevs/outdevs should 15 years ago
Stefano Sabatini 58ad770f92 Use globally consistent include guard names. 15 years ago
Stefano Sabatini 8beb41783a Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I 15 years ago
Carl Eugen Hoyos 0e57fe17eb Allow enabling alsa and jack devices. 15 years ago
Alex Converse 3d51be014c Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. 15 years ago
Diego Biurrun 4e67aedd6a Make sure that tests/seek_test.o gets deleted on 'make clean'. 15 years ago
Alex Converse c369e83608 Dead code removal in the AAC encoder. 15 years ago
Måns Rullgård 24524f36a1 configure: improve detection of out-of-tree builds 15 years ago
Måns Rullgård 980a75c5a5 configure: remove some useless comments 15 years ago