Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Recent activity

Code

whenwhatwherewho
23rd Feb 21:05 ae01ea7fd9: FS #13404: Updated Polish translation (Adam Rak)
apps/lang/polski.lang [diff]
Solomon Peachy
20th Feb 19:38 386b6d6bae: dbtool: Make the dbtool marginally more user friendly.

* Inform you what target it is compiled for
* Complain if it doesn't find the '.rockbox' directory
(Instead of creating the directory if it's not found!)
* Report basic (starting/finished) progress
tools/database/database.c [diff]
Solomon Peachy
3rd Feb 14:01 e122243bb0: plugins: playing time: fix possible crash on sys event
apps/plugins/playing_time.c [diff]
Roman Artiukhin
2nd Feb 14:36 76ec55cc49: Remove ATRAC3 specific fields (channels, extradata_size) from mp3entry

Also fixes typo of using never initialized id3->channels in wav metadata (introduced in 2d1937a1)
lib/rbcodec/codecs/atrac3_oma.c [diff]
lib/rbcodec/codecs/atrac3_rm.c [diff]
lib/rbcodec/codecs/libatrac/atrac3.c [diff]
lib/rbcodec/codecs/libatrac/atrac3.h [diff]
lib/rbcodec/metadata/metadata.h [diff]
lib/rbcodec/metadata/mpc.c [diff]
lib/rbcodec/metadata/oma.c [diff]
lib/rbcodec/metadata/rm.c [diff]
lib/rbcodec/metadata/tta.c [diff]
lib/rbcodec/metadata/wave.c [diff]
lib/rbcodec/test/warble.c [diff]
Roman Artiukhin
24th Jan 16:19 be16edc94b: Codecs: mpa: Use both time and offset when resuming files

The supplied time may be more accurate than the calculated time from the bitrate (can be quite inaccurate for long vbr files and even for cbr due to padding)
lib/rbcodec/codecs/mpa.c [diff]
Roman Artiukhin
24th Jan 10:35 1122cae028: Codecs: mpa: Improve seek in large mp3 vbr files

Use current position as toc mark and use it if it gives better accuracy.

Continuation of 3883c978
lib/rbcodec/codecs/mpa.c [diff]
Roman Artiukhin
24th Jan 03:32 49910eca4b: Implement dart scorer plugin application.

Edit:
- Add name to credits
- Add entry in manual
apps/plugins/CATEGORIES [diff]
apps/plugins/SOURCES [diff]
apps/plugins/dart_scorer.c [new]
docs/CREDITS [diff]
manual/plugins/dart_scorer.tex [new]
manual/plugins/main.tex [diff]
JJ Style
22nd Jan 01:08 d50470bc7d: Codecs: aac: Improve ADTS stream detection

Captured ADTS streams might start from some garbage data from previous frame. We should check for sync errors even for first frame.
lib/rbcodec/codecs/libfaad/decoder.c [diff]
lib/rbcodec/metadata/aac.c [diff]
Roman Artiukhin
12th Jan 18:15 fd12225861: plugins: alarmclock: fix input lag
apps/plugins/alarmclock.c [diff]
Christian Soffke
12th Jan 16:30 3080892d21: Codecs: mp4: Re-Fix loading tracks with metadata at the end of file

first_frame_offset is not set for mp4 files so seeking to it doesn't make any sense. It can lead only to additional re-buffer request. So instead let's just allow seek back for m4a_check_sample_offset check. And do seek_buffer(0) before reading metadata (fixes possible hang introduced in fc65bdab)
lib/rbcodec/codecs/aac.c [diff]
Roman Artiukhin
7th Jan 06:01 de16065265: plugins: disktidy: fix loading of filetypes to clean

regression introduced in 1648441
apps/plugins/disktidy.c [diff]
Christian Soffke
2nd Jan 15:05 ed27dac432: Fix CODEC_AAC_SBR_DEC check with undefined CONFIG_CPU

Define CONFIG_CPU if not defined

This fix makes sure that AAC-LC decoding is used both on device and simulator. It's important for testing purposes as proper AAC-LC decoding requires changes both in decoder and in metadata handling.

Fixup for 4cd65b9d9.
firmware/export/config.h [diff]
roman.artiukhin
2nd Jan 13:19 8cc7476735: ErosQ Native ES9018K2M: Add digital filters capability

Setting not yet hidden for older hardware revision.
apps/features.txt [diff]
firmware/drivers/audio/es9018k2m.c [diff]
firmware/export/config/erosqnative.h [diff]
firmware/export/es9018k2m.h [diff]
firmware/target/mips/ingenic_x1000/erosqnative/audiohw-erosqnative.c [diff]
Dana Conrad
2nd Jan 11:51 a3fe07ff12: ErosQ New Revision HW volume

Add HW volume control via ES9018K2M, and reorganize eros_qn_codec.c/.h, audiohw-erosqnative.c.

This automatically detects the presence of the new DAC and uses its hardware volume scaling. If not present, use same SWVOL we have been using so far.

Add debug menu readout of SWVOL/I2C result.

Break out es9018k2m stuff into its own file so that maybe it can be useful to other ports.

Note that we may need to get smarter about detecting the DAC type if/when another model emerges.
firmware/SOURCES [diff]
firmware/drivers/audio/eros_qn_codec.c [diff]
firmware/drivers/audio/es9018.c [diff]
firmware/drivers/audio/es9018k2m.c [new]
firmware/export/audiohw.h [diff]
firmware/export/eros_qn_codec.h [diff]
firmware/export/es9018k2m.h [new]
firmware/target/mips/ingenic_x1000/debug-x1000.c [diff]
firmware/target/mips/ingenic_x1000/erosqnative/audiohw-erosqnative.c [diff]
firmware/target/mips/ingenic_x1000/erosqnative/button-erosqnative.c [diff]
firmware/target/mips/ingenic_x1000/erosqnative/gpio-target.h [diff]
firmware/target/mips/ingenic_x1000/erosqnative/i2c-target.h [diff]
Dana Conrad
1st Jan 02:30 161c861153: Fix red in 4cd65b9d9
firmware/export/config.h [diff]
Solomon Peachy
All commits since last release, last four weeks.

Wiki

whenwhatwho
29th Feb 04:16SansaE200v2WilliamWilgus

Mail

Recent Threads on the Mailing Lists
when what who
28th Dec 23:17Rockbox target 201 compilation for android David Mehler via rockbox
13th Dec 15:38rockboxdev failing to compile alsa-lib on Raspberry Pi 4 can not guess build type David Mehler via rockbox
6th Dec 19:09Displaying markdown files Martin Steigerwald via rockbox
5th Dec 23:19Just moved the public-viewable wiki to a statics napshot Martin Steigerwald via rockbox
12th Sep 14:12(no subject) Solomon Peachy via rockbox
2023-07-15benjie t6? bobcorazza––– via rockbox
2023-06-21Benjie t6 "can not boot rockbox" error bobcorazza––– via rockbox
2023-06-11Playing and browsing from the file browser has become sluggish on Clip+ Carlo via rockbox
2023-06-04looking to replace my Benjie t6: what should I get? Laz via rockbox
2023-06-01RE : RE : looking to replace my Benjie t6: what should I get? Arnaud de Bonald via rockbox
2023-05-31RE : looking to replace my Benjie t6: what should I get? Solomon Peachy via rockbox
2023-05-22Rockbox Android port? David Mehler via rockbox
2023-05-12Rockbox on Xduoo x3 from second sd slot? David Mehler via rockbox
2023-05-12Need a budget-rockbox-compatible DAP player recommendation David Mehler via rockbox
2023-05-12Rockbox on an ESP32? David Mehler via rockbox
2023-03-26Downtime due to upcoming server host migration on 2023-03-26 Solomon Peachy via rockbox
2023-03-20agptek U3 Solomon Peachy via rockbox
2023-03-18rockbox, 64GB SDXC card and win10 format fat32 David Mehler via rockbox
2022-05-17Rbutil 1.5.1 voice creations problem. Matej Golian via rockbox
2022-01-11Talking plugings E. Röder via rockbox

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy