summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-11rk27xx: Decide lcd databus width at compile timeMarcin Bukat
2013-05-10Set APPVERSION globally for extralibs Makefile.Dominik Riebeling
2013-05-10Restructure options passed to libs Makefile.Dominik Riebeling
2013-05-09Fix FS#12860 - iPod 5g line out silentMichael Sevakis
2013-05-09Only pass AR to extralibs Makefile if the compiler is gcc.Dominik Riebeling
2013-05-09Fix Rockbox Utility building on OS X.Dominik Riebeling
2013-05-09hm60x: Implement lcd_enable() for v2 display.Andrew Ryabinin
2013-05-08hm60x: Implement lcd_update_rect for v2 display.Andrew Ryabinin
2013-05-07Rename all the "lin_resample..." stuff to simply "resample_...".Michael Sevakis
2013-05-06Remove leftover debugging warning.Dominik Riebeling
2013-05-06Introduce HiFi E.T MA9 port.Andrew Ryabinin
2013-05-05Purge the usage of DSP_SWITCH_FREQUENCY.Michael Sevakis
2013-05-04Fix FS#12859 - Bass/Treble not doing anything in new buildsMichael Sevakis
2013-05-04Change the order of global linker options and -T.Dominik Riebeling
2013-05-04Move building libraries to separate Makefile.Dominik Riebeling
2013-05-04Replace use of uname by checking the compiler output.Dominik Riebeling
2013-05-04Allow overriding make variables via environment variables.Dominik Riebeling
2013-05-04Revert "Don't set CORE_GCSECTIONS in fixedpoint.make."Dominik Riebeling
2013-05-04Fix missed optimization opportunity in dsp_process.Michael Sevakis
2013-05-04Cleanup and simplify latest DSP code incarnation.Michael Sevakis
2013-04-30Fix red.Andrew Ryabinin
2013-04-30rk27xx: initialize i2c driver in bootloader.Andrew Ryabinin
2013-04-29European Portuguese update by Tiago Roque MedeirosFrank Gevaerts
2013-04-28Don't set CORE_GCSECTIONS in fixedpoint.make.Dominik Riebeling
2013-04-27Provide high resolution volume and prescaler to hosted targets.Michael Sevakis
2013-04-26Properly seek to next id3v2 frame for unsynced tags.Dominik Riebeling
2013-04-26Adapt logic in configure script to cope with both x86 and x86_64 architecture...Bryan Childs
2013-04-25Properly implement volume in warble. dB cut only.Michael Sevakis
2013-04-25Add $(SHARED_CFLAGS) to fixedpoint.make to quash amd64 errors in 95e23de.Michael Sevakis
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis
2013-04-25Bass/Treble caps should exist implicitly with HAVE_SW_TONE_CONTROLS.Michael Sevakis
2013-04-25Add Serial Port 1 support for iPod Photo/Color/4G/Mini2Gandypotter
2013-04-24Update instructions in docs/README to change 'Check out from SVN' to 'Clone f...Bryan Childs
2013-04-23Make pcm_sw_volume.c a bit less verbose by merging volume code.Michael Sevakis
2013-04-22Oops. Revert a pointless change.Michael Sevakis
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis
2013-04-20Manual: fix minor error with D2 OF filenamesAlex Parker
2013-04-18imageviewer: fix animated gifs handlingMarcin Bukat
2013-04-15Forget about fixedpoint.c in any HWCODEC bin.Michael Sevakis
2013-04-15Fix final error from 0c7b787 in Player sim.Michael Sevakis
2013-04-15rk27load: Fix stage1 (dram init routine)Marcin Bukat
2013-04-15Still at it for 0c7b787. Might be done now.Michael Sevakis
2013-04-15Keep fixing 0c7b787 stuffMichael Sevakis
2013-04-15Fix some more errors and warnings from 0c7b787.Michael Sevakis
2013-04-15Hopefully knock out most of the red and yellow from 0c7b787.Michael Sevakis
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis
2013-04-14Use equivalent puts_scroll() call.Thomas Martitz
2013-04-12rk27xx: do not attenuate signal twice in analog bypass modeMarcin Bukat
2013-04-12rk27xx: avoid one multiply in udelay() as pointed by kugelMarcin Bukat
2013-04-12rk27xx: make udelay() more accurateMarcin Bukat