summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Revert r14786 which resulted in a substantial reduction in accuracy to save a...Michael Giacomelli2008-06-24
* Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out t...Michael Giacomelli2008-06-24
* Small correction to avoid overflow within calculate_V()-function. Re-enable f...Andree Buschmann2008-06-22
* Musepack speed optimization. Speep up 64 bit precision synthesizer by another...Andree Buschmann2008-06-15
* Minor code beautification.Andree Buschmann2008-06-14
* Resort operands in mul/smull/mla/smlal to use D[] as second multiplication op...Andree Buschmann2008-06-14
* Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann2008-06-10
* Small mpc quality improvement. Guarantee symmetric synthesis window for pre-s...Andree Buschmann2008-06-08
* Further changes in mpc buffered seek. Remove magical number and replace it wi...Andree Buschmann2008-06-04
* Some quality improvements in the mp3 encoder engine. For more details Antonius Hellmann2008-06-02
* Put pointer arrays in the correct iram section, tiny const police to make it ...Nils Wallménius2008-06-02
* libmad: PP5002 does in fact profit more from -O2 than PP502x, so use it for a...Jens Arnold2008-06-01
* Compile libmad with -O2 for the Ipods instead of just newer PP targets. Give...Michael Giacomelli2008-06-01
* Fix for FS#9054. MPC-playback stopped after 3:34min caused by out-of-bounds a...Andree Buschmann2008-05-31
* fix FS#9042 - MOD codec: SoundTracker variant MOD files will not playRobert Kukla2008-05-26
* Fixes backward seeking on resumed files and backward seeking to positions to ...Andree Buschmann2008-05-22
* Commit FS#9015. Rework of musepack buffered seek. Now a static seek buffer of...Andree Buschmann2008-05-22
* FS #8680. MOD codec by Rainer Sinsch.Thom Johansen2008-05-21
* Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann2008-05-19
* Move ARM assembler of musepack synthesis filter to own file. Additionally add...Andree Buschmann2008-05-17
* Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_...Andree Buschmann2008-05-17
* Musepack performance optimization for PP5022/PP5024/MCF5250 targets. Use IRAM...Andree Buschmann2008-05-14
* Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis2008-05-10
* Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann2008-05-10
* Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one...Andree Buschmann2008-05-10
* Fix a couple quirks from the previous commit.Nicolas Pennequin2008-05-05
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Another round of making local functions static and making sure that source fi...Bertrik Sikken2008-05-03
* SPC Codec: I'm pretty sure Gigabeat S can do realtime BRR decode and echo. :)Michael Sevakis2008-05-03
* Make local function interp_pitch in filters.c static.Bertrik Sikken2008-05-03
* Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis2008-05-02
* Fix skipping back to the start of WMA files, broken by the addition of resume...Magnus Holmgren2008-04-29
* Fix mistake in previous WMA commit. Also update comments to reflect changes.Michael Giacomelli2008-04-21
* This table is probably 128 entries long beginning with -60. Greatly improves ...Michael Giacomelli2008-04-18
* Correct copyright date and add acknowledgement of projects (libasf and VLC) t...Dave Chapman2008-04-16
* Increase the size of one of the look up tables. Fixes 'burst of static' in so...Michael Giacomelli2008-04-14
* Remove redundant init call.Magnus Holmgren2008-04-13
* Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA fil...Michael Giacomelli2008-04-12
* Make the WMA decoder less noisy in the sim.Michael Giacomelli2008-04-07
* Fix sim for now. Eventually I should change the decoder to error out if ther...Michael Giacomelli2008-04-07
* Let the console know when the huffman tables have overflown. This should nev...Michael Giacomelli2008-04-07
* Amazingly, I've only been initing about 1/2 the huffman table entries needed ...Michael Giacomelli2008-04-07
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please corr...Nicolas Pennequin2008-04-03
* Remove obsolete commentNils Wallménius2008-04-03
* Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold2008-04-02
* Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold2008-04-02
* Move codec_get_file_pos somewhere else like the comment said should be done. ...Michael Sevakis2008-03-29
* Fix misleading debug statement.Michael Giacomelli2008-03-27
* Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2008-03-25