Commit Graph

  • a2bbd1a549 Fix warnings from 56b0dde545 Dana Conrad 2021-08-07 09:43:17 -0500
  • 56b0dde545 Higher bitdepth software volume scaling Dana Conrad 2021-08-01 21:58:33 -0500
  • 16b0098256 ErosQ Native: Add DC Offset to PCM data Dana Conrad 2021-07-31 10:15:12 -0500
  • 57293f1fd9 metadata/vfx.c cleanup string and character handling William Wilgus 2021-08-07 00:02:34 -0400
  • 60933d98c6 inflate: import initial module for deflate decompression James Buren 2021-08-05 15:57:07 +0000
  • 603e749c1d metadata/smaf.c handle read errors William Wilgus 2021-08-06 22:40:01 -0400
  • 8a8fd3d4a3 metadata/mp3data.c set data to 0 in case of read error William Wilgus 2021-08-06 20:53:30 -0400
  • 2008b7d1b0 Fix yellow from d541a72a Aidan MacDonald 2021-08-06 19:55:29 +0100
  • 257ba1d2e0 Fix possible negative fd in playlist.c Aidan MacDonald 2021-08-06 19:37:13 +0100
  • 02b940396b Be sure to wipe id3 tag after failed parse in playback.c Aidan MacDonald 2021-08-06 19:30:53 +0100
  • d541a72a0e Bugfixes in eq_menu.c Aidan MacDonald 2021-08-06 19:12:20 +0100
  • 1a9a5fc279 Fix wrong printf format in system-hosted.c Aidan MacDonald 2021-08-06 18:58:13 +0100
  • b8b195a296 Fix hosted glibc backtrace Aidan MacDonald 2021-08-06 18:51:37 +0100
  • 6b1b7b6016 Fix use of uninitialized variable in mp4 metadata parser Aidan MacDonald 2021-08-06 16:54:00 +0100
  • 34fcea0b20 Fix path buffer overflow in screendump Aidan MacDonald 2021-08-04 20:22:37 +0100
  • 835d0c737a logf: Fix two issues with logf_panic_dump() Solomon Peachy 2021-08-06 09:56:22 -0400
  • da45b37fac tools/iriver: fix resource management in encode/decode functions James Buren 2021-08-05 13:22:00 +0000
  • a20755e9ef test_disk: Minor fix in an error path Solomon Peachy 2021-08-05 10:20:54 -0400
  • 9f0f2c6658 metadata: Fix sign extension in get_uint64_le() routine Solomon Peachy 2021-08-05 09:41:39 -0400
  • 566d836ac6 mikmod: Uninitialized variable used in a control flow decision Solomon Peachy 2021-08-05 09:32:51 -0400
  • f3010c6a8e hosted: Fix rtc_write_datetime() error handling Solomon Peachy 2021-08-05 09:22:14 -0400
  • cb6b0d2c0e disk.c ensure a valid volume is returned from get_free_volume() William Wilgus 2021-08-03 22:22:02 -0400
  • d57900ae12 misc.c format_sound_value guard division by zero William Wilgus 2021-08-03 22:41:04 -0400
  • 848633f921 lib/skin_parser check that malloc succeeded William Wilgus 2021-08-03 22:09:34 -0400
  • 03a6eb63f1 Simplify clamp_component Aidan MacDonald 2021-07-28 11:18:51 +0100
  • 429a7e2c0a Avoid buffer overflow when generating bookmark file name Aidan MacDonald 2021-07-24 14:49:32 +0100
  • bdd9c8dfc8 plugins: Fix issues in 2048 Aidan MacDonald 2021-07-24 18:28:28 +0100
  • 005c414e5f Document intentional fallthroughs + fix harmless unintended ones Aidan MacDonald 2021-07-24 15:39:01 +0100
  • ef41cc6623 Revert "rbutil: Remove done() signal from Themes Install window." Dominik Riebeling 2021-02-06 13:34:33 +0100
  • c522917644 plugins/resistor: Fix incorrect check for a valid 4th band value Solomon Peachy 2021-08-04 10:55:37 -0400
  • 37bfcab23f powermgmt: Clean up some convoluted #ifdefs Solomon Peachy 2021-08-04 09:38:08 -0400
  • 0d0640e57a menu.c guard against NULL menu, list, setting pointers Change-Id: Id45d9ac3b88571cb3927ca29314f997d5cbfd598 William Wilgus 2021-08-03 07:21:29 -0400
  • 074daea51f lua fix potential null warning William Wilgus 2021-07-19 21:52:07 -0400
  • 1fd190d02d mask_select guard against null pointers William Wilgus 2021-07-21 18:30:48 -0400
  • 36e48a8bb2 icon.c guard against negative error values bytesread is copied to an unsigned int for core_shrink William Wilgus 2021-08-02 23:06:40 -0400
  • 93c9d675af folder_select prevent directory handle leak on error William Wilgus 2021-08-02 22:57:51 -0400
  • 429eedf49e list-skinned.c check label pointer for validity William Wilgus 2021-08-02 22:46:17 -0400
  • 382b52b120 filetypes.c filesize() guard against negative error values buffer size is copied to an unsigned int for core_alloc William Wilgus 2021-08-02 22:32:15 -0400
  • 1fc4a17e1c language.c fix possible buffer overrun William Wilgus 2021-08-02 19:50:47 -0400
  • 3b6c3d769f open_plugins bugfix failure to save William Wilgus 2021-08-02 01:40:18 -0400
  • 0501af8b06 metadata/flac.c fix potential buffer overrun William Wilgus 2021-08-01 22:55:28 -0400
  • 247731fe8c id3tags.c check for buffer overrun William Wilgus 2021-08-01 22:26:05 -0400
  • 2346a7aa6d playlist_catalog fix strcpy overlap, potential buffer overrun William Wilgus 2021-08-01 21:31:10 -0400
  • 83653023d4 tagcache.c clean up William Wilgus 2021-07-31 22:24:33 -0400
  • a2fd00cf38 Software Volume: Remove sample rounding Dana Conrad 2021-07-31 21:05:40 -0500
  • ecf0d631e7 tagcache.c Fix potential buffer overruns WIP William Wilgus 2021-07-30 02:13:57 -0400
  • 7413442411 tagcache.c WS changes William Wilgus 2021-07-31 10:26:59 -0400
  • fad4c75163 crc32/adler32: add full copyright notice to source files James Buren 2021-07-31 00:52:20 +0000
  • f32fc84ef6 adler32: import adapted implementation from tinf/zlib James Buren 2021-07-30 23:11:49 +0000
  • ee05b8574a playlist.c fix multitude of sins Invalid Control file on USB unplug? William Wilgus 2021-07-30 00:04:25 -0400
  • f9c5d1fccf open_plugin.c (CORE) File input Bugfixes William Wilgus 2021-07-29 23:13:20 -0400
  • ea438ee132 cuesheet.c Fix potential NULL in INDEX parsing William Wilgus 2021-07-29 07:26:40 -0400
  • 7318d393ea libc: atoi() is supposed to return 0 if handed a NULL pointer Solomon Peachy 2021-07-24 11:31:07 -0400
  • 2e9443104f rbcodec: Fix typo in makefile Aidan MacDonald 2021-07-25 15:54:56 +0100
  • 05d4d6a4f2 Fix remaining yellow from e532714d1f Aidan MacDonald 2021-07-25 15:35:09 +0100
  • 148fac6f34 Fix yellow from e532714d1f Aidan MacDonald 2021-07-25 15:22:33 +0100
  • e532714d1f pcm: Remove unused function pcm_play_dma_get_peak_buffer() Aidan MacDonald 2021-07-25 14:03:44 +0100
  • 77ec752248 shortcuts: fix file handle leak on OOM condition Aidan MacDonald 2021-07-25 14:50:31 +0100
  • d0536b8b6b Fix typo in f8bbe3352c Solomon Peachy 2021-07-24 12:26:37 -0400
  • f8bbe3352c rocker: First crack at manual for the AGPTek Rocker Solomon Peachy 2021-07-24 11:11:57 -0400
  • a0948ddfa1 Enable building the manual for the FiiO M3K and Shanling Q1 Solomon Peachy 2021-07-24 11:14:33 -0400
  • fde6eaa8e1 Add Fiio M3K and Shanling Q1 manuals Aidan MacDonald 2021-07-23 21:11:59 +0100
  • 42ba117952 tree.c use strlcpy to avoid buffer ovfl William Wilgus 2021-07-23 10:31:56 -0400
  • 26fd90bb49 talk.c check for proper file load William Wilgus 2021-07-23 10:06:25 -0400
  • cb92280eca usb_storage: Fix a memset in SCSI_INQUIRY that overflowed its buffer Solomon Peachy 2021-07-22 20:21:52 -0400
  • 68294da574 Document an intentional fallthrough in the volume limit menu code Solomon Peachy 2021-07-22 19:53:48 -0400
  • 1fea6f4670 plugins pong, properties remove dead code William Wilgus 2021-07-22 01:37:38 -0400
  • 363f6595b4 tlsf make ~0 explicitly unsigned ~0u William Wilgus 2021-07-22 02:00:18 -0400
  • 00129ac872 Fix battery_bench bug by using a static buffer for stack Aidan MacDonald 2021-07-20 19:23:20 +0100
  • f0e3a36fe4 autoresume: Properly check the path string, not the pointer. Solomon Peachy 2021-07-21 10:45:51 -0400
  • 8cd4b8da84 talk.c check for 0 talk clips file descriptor leaks & announce_status fix typo William Wilgus 2021-07-19 21:18:45 -0400
  • 48c29e3b3b Fix announce_status usage of plugin buffer Aidan MacDonald 2021-07-20 21:12:34 +0100
  • b91ad60d63 timefuncs.c valid_time() should return false if tm == NULL and not try to deref William Wilgus 2021-07-20 00:04:36 -0400
  • 966e210e6d Small fixes to kbd_create_layout Aidan MacDonald 2021-07-20 21:13:37 +0100
  • 740a50687f jztool: add support for Shanling Q1 and Eros Q Aidan MacDonald 2021-07-17 19:35:09 +0100
  • 6f042e91dd FS#13302 - Updated Polish translation (Adam Rak) Aidan MacDonald 2021-07-20 15:24:02 +0100
  • df37450f91 talk: Explicitly cast -1 as unsigned before a left shift. Solomon Peachy 2021-07-19 16:02:02 -0400
  • 09fc9ee9a3 sim: change Eros Q native bitmap to a symlink Aidan MacDonald 2021-07-18 14:15:25 +0100
  • 07a3f6bcdb add Eros Q native simulator build Aidan MacDonald 2021-07-18 13:50:25 +0100
  • 3e7a09cb0d New Port: Eros Q Native Dana Conrad 2021-06-26 12:07:11 -0500
  • 64a24591ae crc32: add fast variant of regular crc_32r function James Buren 2021-07-13 16:18:32 +0000
  • cd17decd5a xduoox3ii: Add "Super Slow" filter roll-off Solomon Peachy 2021-07-09 22:48:19 -0400
  • ec31a2b4ad Fix builds.pm syntax error (1d72d9cf) Solomon Peachy 2021-07-15 15:39:52 -0400
  • 1d72d9cf28 builds: add Shanling Q1 to unstable Aidan MacDonald 2021-07-15 19:16:37 +0100
  • 144d1b1e81 misc: Fix up a few warnings uncovered by LTO Solomon Peachy 2021-07-08 21:08:16 -0400
  • 4c60bc9e68 New port: Shanling Q1 native Aidan MacDonald 2021-05-23 17:30:58 +0100
  • 3abb7c5dd5 x1000: revamp MSC driver card detection logic Aidan MacDonald 2021-07-13 22:01:17 +0100
  • 3c4fdf10e2 crc32: add fast variant of regular crc_32 function James Buren 2021-07-13 04:38:22 +0000
  • 321680973b
    Sansa Connect: Display battery info in debug menu Tomasz Moń 2021-07-12 14:14:59 +0200
  • 84362141a0 x1000: Unified flash bootloader installer Aidan MacDonald 2021-07-11 02:32:05 +0100
  • e9d228832c x1000: Unified bootloader Aidan MacDonald 2021-07-10 19:05:29 +0100
  • d6dcb99684 uisimulator: implement sim_modtime James Buren 2021-07-11 13:48:26 +0000
  • 1298e47134 zip: include strlcpy.h James Buren 2021-07-11 13:08:13 +0000
  • fa743258ea filesystem: implement os_modtime for unix James Buren 2021-07-11 12:40:08 +0000
  • 8846e087c0 zip: implement zip extraction support James Buren 2021-07-11 05:14:20 +0000
  • a1bcca645b zip: rename modts field to mtime James Buren 2021-07-09 19:40:00 +0000
  • 6c084ac3ea
    Sansa Connect: Ensure LCD starts before backlight Tomasz Moń 2021-07-10 13:20:29 +0200
  • b4ecd612f7
    Sansa Connect: Use deviceid in USB Serial Number Tomasz Moń 2021-07-10 08:56:32 +0200
  • 663539619c configure: fix a typo that could break voice builds Solomon Peachy 2021-07-09 11:08:30 -0400
  • 8de163b8ae
    Sansa Connect: Fix reported CPU frequency Tomasz Moń 2021-07-09 14:16:05 +0200