index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
flac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
Add codecs to librbcodec.
Sean Bartell
1
-536
/
+0
2011-12-19
FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decod...
Andree Buschmann
1
-10
/
+17
2011-12-14
FS#12443: Implement downmixing to stereo for multichannel flac.
Andree Buschmann
1
-3
/
+2
2011-12-10
Fix decoding of multichannel flac, refactor sample buffer handling and decorr...
Andree Buschmann
1
-3
/
+19
2011-08-28
Commit work started in FS#12153 to put timing/position information in PCM
Michael Sevakis
1
-1
/
+3
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
1
-35
/
+27
2011-02-20
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
1
-6
/
+7
2010-09-15
flac: more detailed debug message
Rafaël Carré
1
-1
/
+2
2010-08-03
flac: error out if max blocksize is larger than we can handle.
Nils Wallménius
1
-1
/
+7
2010-07-25
codecs: mark some local variables with 'static'
Nils Wallménius
1
-4
/
+4
2010-05-15
Fix logf lines in codecs (type mismatches)
Jeffrey Goode
1
-1
/
+1
2009-08-08
Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The...
Boris Gjenero
1
-1
/
+2
2009-03-29
Fix FS#10067: Crash when playing very short (less than a second) FLAC files.
Magnus Holmgren
1
-1
/
+1
2009-01-10
Calculate watermark from bitrate and harddisk spinup time.
Björn Stenberg
1
-2
/
+0
2008-12-29
Make local functions static in codecs, where possible.
Bertrik Sikken
1
-3
/
+3
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-02-24
Try to fix resume problems for FLAC files.
Magnus Holmgren
1
-3
/
+3
2007-11-05
Remove conf_filechunk, it should never have been a setting and its implementa...
Brandon Low
1
-1
/
+0
2007-10-25
Fix a fixme in flac and make the usage of the read_filebuf codec api more con...
Brandon Low
1
-8
/
+4
2007-03-18
Fix several printf-style warnings in logf builds.
Magnus Holmgren
1
-1
/
+1
2007-02-10
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...
Michael Sevakis
1
-5
/
+5
2007-02-07
Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...
Michael Sevakis
1
-5
/
+2
2007-02-04
Fixed 64 bit warning.
Jens Arnold
1
-2
/
+2
2007-02-04
Try to fix the simulator build warnings.
Magnus Holmgren
1
-2
/
+2
2007-02-04
Fix playback of mono FLAC files, so they don't play in the left channel only.
Magnus Holmgren
1
-1
/
+2
2006-12-07
Minor corrections to FLAC seeking calculations
Adam Boot
1
-3
/
+3
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
1
-21
/
+2
2006-11-26
SWCODEC: Stop clicks between tracks when resampler is active by only switchin...
Michael Sevakis
1
-1
/
+1
2006-11-09
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
1
-1
/
+1
2006-11-08
Sample-accurate seeking for FLAC
Adam Boot
1
-54
/
+241
2006-10-27
Re-enable the currently unused and broken dithering and noise shaping code al...
Thom Johansen
1
-1
/
+0
2006-06-04
Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...
Magnus Holmgren
1
-10
/
+37
2006-04-22
First commit of reworking voice to be mroe stable on swcodec
Brandon Low
1
-5
/
+6
2006-04-15
Put new_track on the codec_api, and use it instead of the reload_codec variab...
Brandon Low
1
-1
/
+1
2006-03-24
Fix warnings
Brandon Low
1
-1
/
+1
2006-03-24
Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...
Brandon Low
1
-5
/
+3
2006-01-29
Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playb...
Dave Chapman
1
-7
/
+13
2006-01-18
Part of the profiling patch to use a consistent return path in all codecs to ...
Brandon Low
1
-5
/
+11
2006-01-18
New codec loader, using the same mechanism as the new plugin loader. API vers...
Jens Arnold
1
-3
/
+3
2006-01-08
Don't include the .bss and .ibss sections in the binary image for codecs and ...
Jens Arnold
1
-2
/
+5
2005-11-18
More stable playback with reduced stuttering when skipping tracks.
Miika Pekkarinen
1
-1
/
+0
2005-11-06
The seek_time member of the codec API needs to be decremented before use as a...
Thom Johansen
1
-1
/
+1
2005-11-02
Enable replaygain for the new FLAC decoder
Dave Chapman
1
-0
/
+1
2005-11-02
Call ci->seek_complete() callback after processing a seek request (an old API...
Dave Chapman
1
-1
/
+1
2005-10-30
Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...
Dave Chapman
1
-1
/
+1
2005-10-30
Skip ID3v2 tags at the start of a FLAC file.
Dave Chapman
1
-5
/
+14
2005-10-30
Optimizations to the FLAC-codec buffer requesting to eliminate the
Miika Pekkarinen
1
-12
/
+7
2005-10-29
Initial seeking support. This only seeks to the nearest point (before the ta...
Dave Chapman
1
-10
/
+106
2005-10-28
Add more useful error codes from decoder
Dave Chapman
1
-3
/
+7
2005-10-27
Prevent compiler warning for LOGF builds
Dave Chapman
1
-0
/
+1
[next]