summaryrefslogtreecommitdiffstats
path: root/firmware/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-08Fixed skip bug at buffer refillHenrik Backe1-1/+1
2005-07-07Only update resume info when playing. Fixes resume when exiting recording/ra...Hardeep Sidhu1-1/+2
2005-07-04Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu1-1/+18
2005-07-01Don't update playlist when no tracks in memory. Fixes looping bug when repea...Hardeep Sidhu1-2/+6
2005-07-01Added new feature to move to next folder once the current one completes when ...Hardeep Sidhu1-3/+3
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu1-6/+10
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing1-0/+5
2005-06-04Major recording rework: (1) Slight optimisation of the recording transfer. (2...Jens Arnold1-183/+120
2005-05-28Avoid radio interference from the MAS internal clock on devices with the Sams...Jens Arnold1-0/+16
2005-05-27Some small fixes for playback: (1) Always fill up to the high watermark. (2) ...Jens Arnold1-12/+24
2005-05-23Archos recorders: New recording data transfer routine. Not asm optimised this...Jens Arnold1-86/+44
2005-05-08Removed unused variable.Jens Arnold1-1/+0
2005-05-08Disabled unused constants.Jens Arnold1-0/+2
2005-05-08More dead code...Jens Arnold1-4/+1
2005-04-07First step towards separating the metadata handling from the mpeg thread codeLinus Nielsen Feltzing1-68/+75
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-124/+124
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-35/+36
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-1/+2
2005-02-28Killed a warning on iRiver buildsLinus Nielsen Feltzing1-5/+1
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg1-2/+0
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg1-2/+5
2005-02-12iRiver: Fixed bad handling of SYS_USB_CONNECTED (again)Linus Nielsen Feltzing1-1/+2
2005-02-11long policyJean-Philippe Bernardy1-3/+3
2005-02-11iRiver: mpeg_thread now correctly responds to SYS_USB_DISCONNECTLinus Nielsen Feltzing1-0/+3
2005-02-10iRiver: USB supportLinus Nielsen Feltzing1-0/+3
2005-02-06Handle MPEG_STOP in the dummy iriver mpeg threadLinus Nielsen Feltzing1-1/+12
2005-02-06Aligned thread stack, added dummy thread loop for iriverLinus Nielsen Feltzing1-2/+7
2005-02-03less warnings on iriver buildsDaniel Stenberg1-0/+18
2005-02-03Bug fix: Dummy functions are only for units without any mas.Jens Arnold1-1/+1
2005-02-02a set of dummies for iriverDaniel Stenberg1-3/+70
2005-01-30long policyJean-Philippe Bernardy1-1/+1
2005-01-09Use the register shadow variable in all places.Jens Arnold1-3/+3
2004-12-24different kind of recording beep: more faint, but not disturbing prerecording...Jörg Hohensohn1-6/+6
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