summaryrefslogtreecommitdiffstats
path: root/apps/menus/playback_menu.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-24/+3
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus1-7/+27
2017-11-24Do playback restarts the proper wayMichael Sevakis1-1/+1
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-1/+1
2013-07-12Fix whitespace in files for following commit.Michael Sevakis1-9/+9
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis1-3/+24
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis1-7/+13
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+0
2012-03-19Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett1-1/+3
2011-10-29Fix FS#12356 : next track advances when skip in repeat one mode. audio_flush_...Michael Sevakis1-3/+23
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-1/+1
2011-05-13FS#11931 part 2: Allow a short rewind when playback is paused. PatchMichael Hohmuth1-2/+3
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-0/+4
2010-09-21playback_callback(): remove write-only old_repeat_modeRafaël Carré1-4/+0
2010-04-24Fix redMagnus Holmgren1-0/+2
2010-04-24FS#11099 - Rewind before resumeMagnus Holmgren1-0/+5
2009-11-10Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode1-5/+5
2009-08-11Fix defines from the last commit that made replaygain depend on crossfade. T...Michael Giacomelli1-1/+5
2009-08-11FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ...Michael Giacomelli1-2/+2
2009-08-11Disable crossfade menu option (but nothing more) on lowmem (<=2MB) targets be...Michael Giacomelli1-1/+3
2009-07-20rework cuesheet support:Jonathan Gordon1-1/+1
2009-06-20 Merge the "Replaygain Off" option into the replaygain type; eliminate the "O...Alexander Levin1-3/+1
2009-03-27FS#10014 - Separate tracklocking out of skip length, skip length prevented to...Thomas Martitz1-1/+2
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts1-3/+3
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-3/+2
2008-08-13gcc 4.3.1 quite rightfully warnings when printf-style functions use "formatDaniel Stenberg1-2/+2
2008-07-14Rename and rework the "Study Mode" menu into the "Skip Length" setting. Updat...Thom Johansen1-9/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-22FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playb...Steve Bavin1-1/+1
2008-05-04Accept FS#6188: study mode.Stéphane Doyon1-0/+6
2008-04-19Made local functions static in playback_menu.cBertrik Sikken1-7/+7
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-1/+5
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-2/+1
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-2/+2
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-1/+1
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius1-2/+7
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-2/+2
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon1-5/+5
2007-03-01Introducing the root menu!Jonathan Gordon1-3/+2
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis1-2/+2
2007-02-17this wasnt meant to be commitedJonathan Gordon1-2/+1
2007-02-17Convert the Display menu to the new system. Jonathan Gordon1-0/+2
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin1-1/+17
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon1-4/+5
2007-02-13Fix the keywords on some recently added files.Jonathan Gordon1-1/+1
2007-02-12* Move playback menu to the new sysetm Jonathan Gordon1-0/+209