summaryrefslogtreecommitdiffstats
path: root/firmware/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-21aid for blind recorders: longer beep when starting a recording, short beep wh...Jörg Hohensohn1-7/+23
2004-11-17Simplified ID3 tag handling, removing the nasty NULL pointer accesses. Correc...Linus Nielsen Feltzing1-106/+62
2004-11-15Handle invalid playlist entries properly in new_file(). This fixes bug report...Linus Nielsen Feltzing1-1/+12
2004-11-05new_file() now correctly bails out if all files in the playlist are corrupt. ...Linus Nielsen Feltzing1-4/+4
2004-10-25Update pause_start_time when creating new files. Fixes bug report #988839.Linus Nielsen Feltzing1-0/+2
2004-10-11Stepping backwards over non-existing files now works. Thanks to Christian Mar...Linus Nielsen Feltzing1-2/+6
2004-10-09Limit read chunk size for MMC to 256 KB. Fixes playback problems for high-bit...Jens Arnold1-0/+3
2004-10-06Removed erroneous comment.Björn Stenberg1-1/+0
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold1-49/+47
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-32/+32
2004-09-26Added header file for bitswap, and made the fliptable global for re-useJens Arnold1-1/+1
2004-08-23Bug fix: recording does no longer hang after 30 bytes (especially when runnin...Jens Arnold1-0/+6
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-4/+4
2004-08-05Corrected MAS version checksJens Arnold1-3/+3
2004-08-03More const policeing step 4Jens Arnold1-2/+2
2004-07-29Two new exported functions: mpeg_get_last_header() and mpeg_file_pos()Linus Nielsen Feltzing1-65/+83
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing1-4/+11
2004-07-08Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulatorLinus Nielsen Feltzing1-0/+5
2004-07-06Don't create a Xing header if nothing has been recordedLinus Nielsen Feltzing1-1/+1
2004-06-09Ooops! I wrote garbage to the MAS when stopping the recording.Linus Nielsen Feltzing1-1/+1
2004-06-04We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because som...Linus Nielsen Feltzing1-1/+1
2004-06-04Removed unused variablesLinus Nielsen Feltzing1-4/+0
2004-06-04The MAS3587F data sheet was wrong about having to validate the pause bit sett...Linus Nielsen Feltzing1-21/+1
2004-06-03The Play button now acts as a Pause button during recording instead of openin...Linus Nielsen Feltzing1-10/+58
2004-05-09Prevent spurious bitswapping of the mp3 buffer: stop_playing() now calls rese...Jörg Hohensohn1-8/+1
2004-05-04Unified & assembler optimized recording transfer routines: Smaller & 50% fasterJens Arnold1-91/+86
2004-04-21Removed some debugging code that shouldn't have been committedLinus Nielsen Feltzing1-1/+0
2004-04-09Fixed bug #932467, where there could be a deadlock if you pause the playback ...Linus Nielsen Feltzing1-4/+4
2004-04-01Some bug fixes in the recording code. The recorded frames weren't CRC protect...Linus Nielsen Feltzing1-39/+81
2004-03-30Fixed the prerecording as wellLinus Nielsen Feltzing1-1/+1
2004-03-30Fixed the problem when high quality recordings could start with a corrupt frameLinus Nielsen Feltzing1-2/+2
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn1-4/+0
2004-03-14killed an overlooked warningJörg Hohensohn1-0/+1
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-0/+3
2004-03-11Feature for recording: Delayed file open avoids disk spinup as long as the bu...Jörg Hohensohn1-5/+22
2004-01-15Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg1-0/+12
2004-01-13mpeg_stop() now clears the paused flag in the simulatorLinus Nielsen Feltzing1-0/+1
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn1-183/+93
2004-01-08Fixed the newly introduced hang when leaving the recording screenLinus Nielsen Feltzing1-0/+3
2004-01-06typo: one create_thread() too many, caused crashJörg Hohensohn1-3/+0
2004-01-05fixes the red builds, I hopeJörg Hohensohn1-49/+53
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn1-879/+43
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing1-182/+400
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing1-0/+2
2003-12-28Internal code cleanup - the header template for the Xing header generation is...Linus Nielsen Feltzing1-23/+21
2003-12-12restart the byte counter on a new recorded fileDaniel Stenberg1-0/+1
2003-12-12All platforms don't have USBDaniel Stenberg1-1/+3
2003-12-09In simulator thread, increment id3 offset along with elapsed time so that res...Hardeep Sidhu1-0/+3
2003-11-20Recording in FM screen, USB mode possible in FM and recording screenLinus Nielsen Feltzing1-1/+16
2003-11-07The code police strikes backLinus Nielsen Feltzing1-14/+14