2010-07-15 |
nls | Remove two unused macros.
|
commit | commitdiff | tree |
2010-07-15 |
nls | Properly fix warning by copying the swap16 and swap32...
|
commit | commitdiff | tree |
2010-07-15 |
nls | Hopefully fix 'comparison between signed and unsigned...
|
commit | commitdiff | tree |
2010-07-15 |
nls | Sync codeclib bitstream code with upstream ffmpeg code...
|
commit | commitdiff | tree |
2010-07-12 |
nls | Tune compiler optimizations for libtta, gives a speedup...
|
commit | commitdiff | tree |
2010-07-12 |
nls | Coldfire assembler implementation of hybrid_filter...
|
commit | commitdiff | tree |
2010-07-12 |
nls | Use more iram in the tta lib, speeds up decoding by...
|
commit | commitdiff | tree |
2010-07-03 |
nls | We already build with -fomit-frame-pointer so there...
|
commit | commitdiff | tree |
2010-07-01 |
nls | Factor out sane code list bisection code and use instead...
|
commit | commitdiff | tree |
2010-06-29 |
nls | Clean up a leftover preprocessor symbol and improve...
|
commit | commitdiff | tree |
2010-06-27 |
nls | Fix inline asm argument. Shouldn't have much impact...
|
commit | commitdiff | tree |
2010-06-18 |
nls | libmad: Optimize away 2 instructions from coldfire...
|
commit | commitdiff | tree |
2010-06-17 |
nls | ARMv6 vector mutiplication asm, speeds up vorbis decoding...
|
commit | commitdiff | tree |
2010-06-17 |
nls | Delete some duplicate inline asm macros since they...
|
commit | commitdiff | tree |
2010-06-17 |
nls | test_codec: print crc's that start with 0 properly.
|
commit | commitdiff | tree |
2010-06-17 |
nls | ARMv6 versions of X(N)PROD31 macros and MULT32 macro...
|
commit | commitdiff | tree |
2010-06-15 |
nls | Manually cleaned up version of FS#11358 by Hinrik Örn...
|
commit | commitdiff | tree |
2010-06-06 |
nls | The ifp isn't coldfire based, add some targets that...
|
commit | commitdiff | tree |
2010-06-05 |
nls | FS#11354 - A few more islenska.lang fixes by Hinrik...
|
commit | commitdiff | tree |
2010-06-05 |
nls | Remove Jump scroll from the manual too
|
commit | commitdiff | tree |
2010-06-05 |
nls | Remove the jump scroll settings since they don't do...
|
commit | commitdiff | tree |
2010-06-05 |
nls | Lang file cleanup!
|
commit | commitdiff | tree |
2010-06-04 |
nls | Revert a small part of r26555 to fix yellow, these...
|
commit | commitdiff | tree |
2010-06-04 |
nls | Implement a --delete option for langtoo for easy deletion...
|
commit | commitdiff | tree |
2010-06-04 |
nls | FS#11353 - Fix all errors in islenska.lang by Hinrik...
|
commit | commitdiff | tree |
2010-05-17 |
nls | fft plugin: move const data into a c file and use no...
|
commit | commitdiff | tree |
2010-05-17 |
nls | Update the notes for which compression levels of ape...
|
commit | commitdiff | tree |
2010-05-16 |
nls | fix red
|
commit | commitdiff | tree |
2010-05-16 |
nls | Since we no longer use -fno-strict-aliasing in CFLAGS...
|
commit | commitdiff | tree |
2010-05-14 |
nls | Set up EMAC mode in cook, fixing whitenois when transitionin...
|
commit | commitdiff | tree |
2010-05-14 |
nls | Restor setting of EMAC mode on coldfire lost in r25056...
|
commit | commitdiff | tree |
2010-05-14 |
nls | Disable shutting down with the charger connected on...
|
commit | commitdiff | tree |
2010-05-13 |
nls | FS#11272 by Gerhard Zintel fixing a bug when resetting...
|
commit | commitdiff | tree |
2010-05-13 |
nls | Two tiny tweaks to some arm asm
|
commit | commitdiff | tree |
2010-05-13 |
nls | Some asm for mdct on coldfire, speeds up vorbis decoding...
|
commit | commitdiff | tree |
2010-05-12 |
nls | Simplify special case function, speedup of about 0...
|
commit | commitdiff | tree |
2010-05-12 |
nls | Coldfire strlen, slight optimization pointed out by...
|
commit | commitdiff | tree |
2010-05-11 |
nls | Faster assembler strlen for coldfire using the load...
|
commit | commitdiff | tree |
2010-04-26 |
nls | remove some useless lines
|
commit | commitdiff | tree |
2010-04-25 |
nls | Fix for some bogus code in png by Andrew Rodland, fixing...
|
commit | commitdiff | tree |
2010-04-03 |
nls | 'floor 0' files requiríng too much memory should no...
|
commit | commitdiff | tree |
2010-03-09 |
nls | Statically init array to 0 instead of runtime memset
|
commit | commitdiff | tree |
2010-03-09 |
nls | Simplify makefile
|
commit | commitdiff | tree |
2010-03-08 |
nls | Use the same output func for wav writing and checksum...
|
commit | commitdiff | tree |
2010-03-05 |
nls | Fix broken whitespace after r24862
|
commit | commitdiff | tree |
2010-03-04 |
nls | Remove leftover unused buffer from the mdctexp branch
|
commit | commitdiff | tree |
2010-03-01 |
nls | Mark array as const
|
commit | commitdiff | tree |
2010-02-27 |
nls | Set missing svn properties
|
commit | commitdiff | tree |
2010-02-27 |
nls | mark array as const and use ARRAYLEN macro for calculating...
|
commit | commitdiff | tree |
2010-01-18 |
nls | This should fix FS#10917, and also fix channel swapping...
|
commit | commitdiff | tree |
2010-01-18 |
nls | This should fix FS#10917, unfortunately i have no target...
|
commit | commitdiff | tree |
2010-01-18 |
nls | Fix typo causing l+r mono encoding to use only one...
|
commit | commitdiff | tree |
2009-12-23 |
nls | Improved bitrev with approach suggested by Jens Arnold...
|
commit | commitdiff | tree |
2009-12-22 |
nls | Fix example command line for profile_reader.pl
|
commit | commitdiff | tree |
2009-12-21 |
nls | Use optimised byteswap function in bitrev for a tiny...
|
commit | commitdiff | tree |
2009-12-16 |
nls | Remove unneeded instruction from the coldfire ffs function...
|
commit | commitdiff | tree |
2009-12-13 |
nls | Improved bitrev12, using a larger LUT to save one lookup...
|
commit | commitdiff | tree |
2009-12-13 |
nls | fix typo causing red
|
commit | commitdiff | tree |
2009-12-13 |
nls | Font improvements: Fix bug that caused some fonts to...
|
commit | commitdiff | tree |
2009-12-12 |
nls | Comment var only used by already commented out debug...
|
commit | commitdiff | tree |
2009-12-10 |
nls | Remove inline asm that hasn't been useful for years...
|
commit | commitdiff | tree |
2009-12-06 |
nls | FS#10834 by Alex Bennee, fixing off-by-one bug in code...
|
commit | commitdiff | tree |
2009-12-06 |
nls | slightly faster asm av_log2 for armv6 (currently only...
|
commit | commitdiff | tree |
2009-12-05 |
nls | Move av_log2 function and asociated table to the codec...
|
commit | commitdiff | tree |
2009-12-05 |
nls | Fix division by 0 by clamping freq value a little higher...
|
commit | commitdiff | tree |
2009-12-04 |
nls | FS#10711 by Martin Ritter fixes handling of the 'First...
|
commit | commitdiff | tree |
2009-11-29 |
nls | Oops, correct typo that made the previous commit useless
|
commit | commitdiff | tree |
2009-11-29 |
nls | Disable strict aliasing for speex for now to get rid...
|
commit | commitdiff | tree |
2009-11-29 |
nls | Fix yellow by making the ifdef hell slightly worse
|
commit | commitdiff | tree |
2009-11-29 |
nls | Enable strict aliasing optimizations for codecs on...
|
commit | commitdiff | tree |
2009-11-29 |
nls | Use clz instruction to calculate integer logarithms...
|
commit | commitdiff | tree |
2009-11-29 |
nls | #if 0 out unused stuff
|
commit | commitdiff | tree |
2009-11-29 |
nls | Use clz instruction to count leading zeroes on armv5...
|
commit | commitdiff | tree |
2009-11-29 |
nls | These macros have been replaced by (UN)LIKELY macros...
|
commit | commitdiff | tree |
2009-11-22 |
nls | fix more red
|
commit | commitdiff | tree |
2009-11-22 |
nls | Fix reds.
|
commit | commitdiff | tree |
2009-11-22 |
nls | Give test_codec the ability to checksum files or folders...
|
commit | commitdiff | tree |
2009-11-22 |
nls | Fix references to those files.
|
commit | commitdiff | tree |
2009-11-22 |
nls | Rename files to avoid name clash with a commit soon...
|
commit | commitdiff | tree |
2009-11-20 |
nls | Increase stack space for the Gigabeat S specific headphone...
|
commit | commitdiff | tree |
2009-11-19 |
nls | Avoid possible memory corruption
|
commit | commitdiff | tree |
2009-11-18 |
nls | Unify fourcc macro and some style changes
|
commit | commitdiff | tree |
2009-11-18 |
nls | Make svn properties consistent and set some missing...
|
commit | commitdiff | tree |
2009-11-15 |
nls | Fix scrolling lines that keep scrolling after exiting...
|
commit | commitdiff | tree |
2009-11-11 |
nls | Comstify a function pointer array
|
commit | commitdiff | tree |
2009-11-07 |
nls | Introduce new config header 'config-sim.h' that takes...
|
commit | commitdiff | tree |
2009-11-05 |
nls | Fix same bug as in r23531 in two more drivers (wrong...
|
commit | commitdiff | tree |
2009-10-29 |
nls | Const correctness
|
commit | commitdiff | tree |
2009-10-28 |
nls | Use array for quickscreen item settings to simplify...
|
commit | commitdiff | tree |
2009-10-25 |
nls | Little bit of const correctness
|
commit | commitdiff | tree |
2009-10-25 |
nls | No need for this to be static
|
commit | commitdiff | tree |
2009-10-17 |
nls | fix red
|
commit | commitdiff | tree |
2009-10-17 |
nls | Revise r23225 a bit, removing the debug_printf function...
|
commit | commitdiff | tree |
2009-10-17 |
nls | Const correctness for output_dyn_value and unify some...
|
commit | commitdiff | tree |
2009-10-17 |
nls | fix yellow by 'un-staticing' the printing wrapper function...
|
commit | commitdiff | tree |
2009-10-17 |
nls | Use a wrapper function for the very common snprintf...
|
commit | commitdiff | tree |
2009-10-14 |
nls | Remove private memcpy wrapper that is no longer needed...
|
commit | commitdiff | tree |
2009-10-12 |
nls | fix yellow
|
commit | commitdiff | tree |
2009-10-12 |
nls | Fix typo from r19579 that prevented this code from...
|
commit | commitdiff | tree |
2009-10-11 |
nls | revert r23093 and r 23094, since the title pointer...
|
commit | commitdiff | tree |