Age | Commit message (Collapse) | Author |
|
Change-Id: Idface0ea73c4a6f0d46a57bddf77db9475a972f4
|
|
Change-Id: I25d7c20d449cde4d5cfd3f57e00ff45f4c14f60b
|
|
Change-Id: Ieef86e94676c603a21cbb5af55e63ba628a09cdf
|
|
Change-Id: If4432549b843cafb000c3fedee12184d75da595b
|
|
didn't set the genre string to null on case entry
means read failure would leave genre string indeterminate
add explicit NULL & leave genre uninitialized
Change-Id: I1452a0b57985646c982ec80755d0df9d03745f1e
|
|
WIP
Change-Id: I770f0d911f7d9826e89d886892ff3913661a8151
|
|
Change-Id: I56bf439df2c05653d65f49238e886e4ef2291176
|
|
and a bit of cleanup using macros to make the code easier to follow
Change-Id: I2c5953a68a9f415453e508c14a9c1a5a1e84e6b5
|
|
Change-Id: Id3bc053a45eeea107a54dd47640fa3ceb4b04498
|
|
Change-Id: I7550d6db05b0d31a1433d0af9b2233f9dc3f5ee2
|
|
Change-Id: I450f1fc8e1b69ce09f9888f5384c3e23a93822a1
|
|
Change-Id: I15d4e3d3be4bf4531c892f4351355b0b2e8e0ca9
|
|
Change-Id: Idca69e7429af13609785755d4e152d87f471c462
|
|
Change-Id: Ibd85cf72ac1babd1fa636c341b90b76bdfc0491b
|
|
Change-Id: I1ca5b1027ec30cbf61093bab35b980196ed14e6b
|
|
Change-Id: Iee12f251455c4fda9d91d10e466d17e5e02046b9
|
|
Change-Id: I74fde8e234fe85abfabefddcea7f10038167c715
|
|
Hopefully this will fix all those random build failures.
Change-Id: I02ff625c538a21f20b33874b4ab54ed8c893a433
|
|
* direct use of memcpy() instead of ci->memcpy() in flac and mod
* uninitialized variable in mpegplayer
Change-Id: I2d08682d5f66c319780e69e3ff63d600c61d8f5a
|
|
Change-Id: I0f21e9539d39afd54916fa8d84ce798eef474a2c
|
|
Change-Id: Icb81c72fbcfcdad624112a386ba38a40a830d18f
|
|
Encountered a file with ~600K of ID3v1 headers.
Optimize the potential overhead by minimizing reverse seeks.
Change-Id: I972dbf1af1c36659f19c7ab4eed0b9149c642880
|
|
This reverts commit 756c0d2ac82515ea8389c69f5f87ca395daca63d.
Change-Id: I5f98972f69e7645239fd9218c9d4eeb9bd2ec7a5
|
|
The old code would seek forward by the frame length, expecting to see a
frame header there, perform a validity check, and then seek back to the
current header.
Unfortunately this doesn't handle situations where there is extra padding
between the frames, leading us to potentially read garbage, causing the
validity tests to fail and rejecting the file outright.
Instead, keep track of the previous valid header/position, and if we find
"valid" headers in a row return the first after seeking back to it.
This change allows the file referenced in FS13299 to be properly parsed, but
further work is needed to get the file to be playable. (file reports itself
as layer 1, variable bit rate, variable sample rate!)
Change-Id: I85f61a6360cc041a172db4b7a6b5516e5b60ceee
|
|
Change-Id: I2e90692327c69c4467a586b23b877c596b8d2c40
|
|
Change-Id: I0cfcc0005c4ad7bfbb1aaf454188ce70fb043dc1
|
|
Change-Id: I503ace58fb46e803c66b92113d2be7daebeb8b71
|
|
As per multiple user requests:
https://forums.rockbox.org/index.php/topic,53319.msg
The acceptable size for id3v2 fields currently maxes out at
240 bytes on targets with more than 2MB of memory.
The comments field, especially for Podcasts, can sometimes
contain significantly more characters than Rockbox allows.
The limit for devices with more than 8MB of memory
is increased to 500 bytes for individual fields, and
to 1800 bytes for the buffer containing all fields.
Change-Id: I4593372229158756f102f67bcc4a43e64f632d58
|
|
Since that encompasses _all_ of our native targets in a post-archos world,
either replace it with #if (CONFIG_PLATFORM & PLATFORM_NATIVE) or
delete it altogher as appropriate.
Change-Id: I9128a456e850d5c96a9e05806aad3acd923f90c5
|
|
Change-Id: Ic6269ca35374bcb1d6a5ad2c1848a1718fa4e01c
|
|
Change-Id: I76056b1a682db055857d759d2ebffae111a8a4c0
|
|
unused variables
Change-Id: I69e1435941da6207c75d0f3cb862dee296a5cc1a
|
|
Some flac encoded files contain junk that our decoder
picked up
upstream has some sign and overflow fixes too
Change-Id: I5857b2fe56906a48f04944cdfee8fe2306f2c3fd
|
|
I think the assumption is that during playback, the DSP is already running
so it assumes PBE needs to be flushed before it is properly enabled.
Change-Id: I2bac3d02c80f97c8d9ce26a575175f6344a8e86a
|
|
Full credit to Igor Poretsky
Change-Id: I54769e33665cada1e1e0ef3a5511b56c8e1b859a
|
|
mp4 files can have multiple 'mdat' chunks. This is common for
audiobooks, where there is often a secondary mdat containing the
chapter names, but it's also legal to have multiple mdat chunks
for a single logical "track"
This confuses the mp4 metadata parser, which assumes there is
only a single mdat, and always uses the last mdat seen to
determine the "filesize" of the data we're trying to decode.
Work around this by appending each mdat's size to result in the final
"filesize"
Change-Id: I3e7a7efb0f05ef965e8d77f79e450c957524a480
|
|
Change-Id: I6d25c014cc519ddc5d1619c25d48331f512c2f2f
|
|
upstream commits:
780d454
b28c678
9166f48
97a5add
b21ba20
f734671
b86dd1
b4027d9
50f0a6b
4c0080b
c7a7605
5dcb990
7ad698e
Change-Id: I8e6d74316e1eaf22217a57ddb54c1ea8303e6788
|
|
GCC 4.9.4 was already used for MIPS and all hosted targets; this enables
it across the board for everything (ie m68k and arm native)
Other changes:
* Use '-Os' as the default optiomization for all targets
(was only disabled for arm native)
* Enable -funit-at-a-time and -Wextra
* Drop all obsolete toolchain patches
* Update ARM multilib/exception patch
* Bump toolchain libs (gmp, mpfr, mpc) to recommended versions, and
add 'isl' to enable better optimization & vectorization opportunities.
(Will revisit optimization for the codecs and plugins at a later date)
Confirmed working:
* armv4t (ipodmini2g and many other PP502x targets)
* arm >= v5 (sansaclipplus, ipod6g, ipodnano2g, sansafuzeplus)
* m68k (ihp100)
Change-Id: If9ed405ae0f289d9adea46d4cf46bfefc2f4250d
|
|
This codec requires floating point.
Original author: Peter Sovietov
Ported to Rockbox: Roman Skylarov
Further integration and bugfixes: Solomon Peachy
Change-Id: I781ecd3592dfcdbbc694063334350342534f1d6c
|
|
1) Handle ID 0 is legal
2) Make sure handle is initialized before trying to memset its buffer
Change-Id: I91db157863800c01dd9b92bc05a1df5c4fe0e95b
|
|
Change-Id: I649f7c356b8b790d6dfbd071a8e391a84d0cdcca
|
|
Change-Id: I5e581990046a9f4a0859787aff2fd6fc06fbf7f5
|
|
Note: I left behind lcd_bitmap in features.txt, because removing it
would require considerable work in the manual and the translations.
Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a
|
|
'swcodec' is now always set (and recording_swcodec for recording-capable
units) in feature.txt so the manual and language strings don't need to
all be fixed up.
Change-Id: Ib2c9d5d157af8d33653e2d4b4a12881b9aa6ddb0
|
|
Change-Id: I15eb50b6ba1c26052f08e01861f47faede3b9b3b
|
|
By moving three structures to the heap. None are in the hot decode
loop, instead having to do with file sync / header state.
Has neglible impact on performance (within measurement noise) on Clip+,
Rocker, and Xduoo X3.
On PP5022 (ipodmini2g) performance drops from 138.66% to 138.22% realtime.
(0.3%)
Unknown effect on Coldfire which lacks D$.
Stack savings are pretty significant especially on lowmem devices.
Change-Id: Ic8a1e93062ff5a46230e824134032053c4e1986d
|
|
Change-Id: I976d5511096c2d4d19eb14fa1c6adf8dd3cd9006
|
|
Change-Id: I7e83a9979aedadf3b7c2b162a8202efdc6227e88
|
|
Change-Id: I8ce9473c98f863cc53273c16b2e55321d7b0795a
|