summaryrefslogtreecommitdiffstats
path: root/apps/plugins/mp3_encoder.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-11New port: AIGO EROS Q / EROS KSolomon Peachy1-46/+34
2020-10-09New port: FiiO M3KSolomon Peachy1-0/+5
2020-04-06xDuoo X3II and X20 portMarcin Bukat1-0/+13
2019-01-02Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy1-0/+12
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-0/+6
2018-06-12Agptek Rocker: Build pluginsMarcin Bukat1-0/+6
2018-04-03Zen XFi2: Enable PluginsSebastian Leonhardt1-0/+4
2017-09-01Silence warnings in mp3_encoderFranklin Wei1-4/+4
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt1-1/+1
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-0/+5
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly1-0/+7
2014-06-30Introduce plugin keymaps for the Sony NWZ SeriesNils Stec1-0/+6
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-1/+2
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke1-0/+6
2012-04-19hm801: Add support for plugins.Andrew Ryabinin1-1/+2
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin1-0/+6
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-1/+2
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-0/+6
2011-10-02fuze+: add mp3_encoder keymapAmaury Pouly1-0/+6
2011-09-17plugins: make local functions static for a subset of pluginsBertrik Sikken1-17/+17
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+4
2011-01-06Finally fix FS#10678. Now the mp3 encoder plugin supports mono/stereo and the...Andree Buschmann1-26/+18
2011-01-06Related to FS#10678. The mp3 encoder plugin of Rockbox does not encode MPEG2 ...Andree Buschmann1-15/+35
2011-01-05Fix FS#5317. mp3_encoder does now properly encode mono files. Still there is ...Andree Buschmann1-10/+19
2010-12-02Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz1-1/+1
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+6
2010-11-03These should be the last of the plugin keymaps requiredRobert Menes1-0/+6
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-3/+3
2010-10-23fix leak-file-handles.Teruaki Kawashima1-2/+5
2010-08-30Plugins: modify IRAM copying codeRafaël Carré1-4/+0
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-10/+4
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-18mp3_encoder: fix a typo, put uninitialized variable in BSSRafaël Carré1-2/+2
2010-05-18mp3_encoder: reduce plugin binsizeRafaël Carré1-173/+130
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+6
2010-02-13Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok1-0/+6
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-1/+1
2009-12-03Another round of plugin keymaps for the Philips GoGear SA9200.Robert Menes1-0/+6
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere1-1/+3
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli1-0/+6
2009-07-14FS#10080Nils Wallménius1-3/+2
2009-04-21Add initial plugin keymaps for M:robe 500Karl Kurbjun1-1/+1
2009-04-07Enable plugins on the Onda VX747Maurus Cuelenaere1-0/+3
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-2/+0
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo1-3/+20
2009-01-16revert/fix parts of r19673, as it changed some e200 keymaps and introduces no...Dominik Wenger1-1/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-6/+3