20803 Commits (9caab878292b61cb2325dc3caa8e426df0e762ea)
 

Author SHA1 Message Date
Benjamin Larsson 9caab87829 Add forgotten cleanup function in atrac1. 15 years ago
Benjamin Larsson 78b3a12d9c Cosmetics, indentation. 15 years ago
Benjamin Larsson a872e5c1f4 Cosmetics. Merge declaration and initialization. 15 years ago
Benjamin Larsson b6a237025d Move the scale factor and word length indexes to the stack. 15 years ago
Diego Biurrun 523ef55119 Deinterleave the generation of config.h and config.mak. 15 years ago
Reimar Döffinger 40e26453c4 Use a custom radix sort implementation instead of qsort in dnxhd encoder. 15 years ago
Alex Converse f5e82fec3d aacenc: Use preprocessor constants for trellis states and stages. 15 years ago
Alex Converse 9072c29e40 aacenc: Split paths in the scalefactor selection trellis into a 2-D array. 15 years ago
Alex Converse 9d4f6f10ae aacenc: Replace cbrt() with cbrtf() when the result is destined for float 15 years ago
Alex Converse 0bd9aa449a aacenc: Multiple distortion by lambda after it's summed and not each individual 15 years ago
Alex Converse 06d6b962e5 Cosmetics: Reindent after r19943. 15 years ago
Alex Converse a71e9b6254 aacenc: Don't make unnecessary compares to the escape value in tight loops. 15 years ago
Loren Merritt 1a918c08e4 extend ff_inverse[], and fix its documentation 15 years ago
Måns Rullgård d650574e68 ARM: merge two loops in ff_mdct_calc_neon 15 years ago
Måns Rullgård f7a3b6030c ARM: interleave cos/sin tables for improved NEON MDCT 15 years ago
Måns Rullgård 94274b82f6 Allow arch-specific mdct code to request interleaving of cos/sin tables 15 years ago
Måns Rullgård 670bd2005a regtest: do not write to /tmp/ffmpeg$$ 15 years ago
Måns Rullgård b767b9cd4b configure: remove some unnecessary backslashes 15 years ago
Måns Rullgård 96fdb62428 Split dnxhd regression test so the parts can run in parallel 15 years ago
Måns Rullgård 3572b281c8 ARM: remove broken IPP support 15 years ago
Mike Melanson ee3d7f5852 Modify unpack_vlcs() so that there are fewer dereferences through the 15 years ago
Diego Biurrun 40461e54ce Add parentheses to logical expression to avoid the warning: 15 years ago
Diego Biurrun a79b4b75f7 Remove unused variable, fixes the warning: 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Diego Biurrun ec129499b8 Fix embarassing typo in last commit: Restore mistakenly removed ','. 15 years ago
Diego Biurrun 1e1898c00f K&R coding style whitespace cosmetics 15 years ago
Carl Eugen Hoyos 7a38c1149c Cosmetics: Reindent after r19927. 15 years ago
Martin Fiedler 4410adf12e Allow encoding frames with more than 2800 lines. 15 years ago
Reimar Döffinger fbc030045c Support uncompressed 16 bit sgi image format, as e.g. used by the files at 15 years ago
Reimar Döffinger bdb156c7b1 Simplify color_flags calculation, remove a pointless initialization 15 years ago
Reimar Döffinger 75fe5b5243 Make default_correlation array const since it is never modified. 15 years ago
Reimar Döffinger 3fdd82768d Use default sws_flags for dnxhd regression tests and also test the "-mbd rd" 15 years ago
Reimar Döffinger d7c2e8e3fd Update regression reference for DNxHD test update 15 years ago
Reimar Döffinger 6082086688 Change DNxHD regression tests to test both 720p and 1080i instead of just 1080i 15 years ago
Reimar Döffinger 31fe12a9fe Add missing strings.h include needed for strcasecmp. 15 years ago
Justin Ruggles 306a1204ff Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction 15 years ago
Benjamin Larsson 803d8488f2 Align sample output buffer in atrac1. 15 years ago
Benjamin Larsson 0105f49792 Fix the short block transform for atrac1. 15 years ago
Reimar Döffinger 0ae2ccff56 Change dnxhd regression tests for r19912 which fixed uninitialized data in 15 years ago
Diego Biurrun e9b733bd89 #include correct header to fix 'make checkheaders'. 15 years ago
Diego Biurrun d773d85515 Reorder functions so that encoding functions are disabled by the preprocessor. 15 years ago
Diego Biurrun 27666c3176 Add missing stdint.h #include to fix 'make checkheaders'. 15 years ago
Baptiste Coudurier 301a24de52 fix uninitialized memory in dnxhd encoder 15 years ago
Michael Niedermayer e9b0681610 Only use *ic_ptr when it has been initialized. 15 years ago
Ronald S. Bultje ba93ea6d3e Unscrewup indentation (pointed out by Diego). 15 years ago
Diego Biurrun 94f3c0e52f Add probetest to TOOLS list. 15 years ago
Diego Biurrun 13b1c80b05 Introduce a variable for all targets in the tools subdirectory. 15 years ago
Diego Biurrun 9407246d7a Drop argc/argv parameters from main(), they are unused. 15 years ago
Diego Biurrun 497559ec90 cosmetics: K&R coding style, prettyprinting 15 years ago
Ronald S. Bultje f933789789 RTSP basic authentication, patch originally by Philip Coombes 15 years ago