Commit Graph

  • d000d31355 encoder/flac: fix write callback prototype for libFLAC 1.1.2 Max Kellermann 2009-12-15 23:05:15 +01:00
  • 971c9671f6 Makefile.am: link test/run_decoder with timer.c Max Kellermann 2009-12-15 23:10:48 +01:00
  • 3d95226f2b decoder_internal: decoder_input_buffer() returns bool Max Kellermann 2009-12-15 22:24:00 +01:00
  • b12072e6d9 input/archive: use g_path_is_absolute() Max Kellermann 2009-12-15 21:26:16 +01:00
  • 03427d4eff archive/bz2: simplified error handling, short read Max Kellermann 2009-12-15 21:09:13 +01:00
  • a627a703ca archive/bz2: no CamelCase Max Kellermann 2009-12-15 15:22:45 +01:00
  • 440cfc8052 archive/zzip: removed the "zip_context" typedef Max Kellermann 2009-12-15 20:41:26 +01:00
  • c959148ed1 archive/zip: renamed plugin to "zzip" Max Kellermann 2009-12-15 20:29:44 +01:00
  • 530e480748 Merge branch 'v0.15.x' Max Kellermann 2009-12-15 20:26:38 +01:00
  • 9179f108a5 iso, zip: fixed memory leak in destructor Max Kellermann 2009-12-15 19:56:38 +01:00
  • 3411f6cffd archive: close archive when stream is closed Max Kellermann 2009-12-15 19:45:50 +01:00
  • 6c0f50efb5 archive/bz2: removed NULL check before g_free() Max Kellermann 2009-12-15 19:42:54 +01:00
  • 2234d491b7 input/archive: close the archive file on error Max Kellermann 2009-12-15 19:31:50 +01:00
  • 81aa58efa8 test/run_input: deinitialize everything after open() error Max Kellermann 2009-12-15 19:36:22 +01:00
  • 83aac2a057 test/run_input: initialize archive plugins Max Kellermann 2009-12-15 19:07:20 +01:00
  • f01d7d230b input/file: don't fall back to parent directory Max Kellermann 2009-12-15 18:59:03 +01:00
  • 95c3f283ea input/file: don't fall back to parent directory Max Kellermann 2009-12-15 18:59:03 +01:00
  • aef6609f4f archive_api.h: moved struct archive_plugin to archive_plugin.h Max Kellermann 2009-12-15 17:36:21 +01:00
  • 6b728e4756 archive_list: don't include archive_api.h Max Kellermann 2009-12-15 17:39:40 +01:00
  • f1ecd9eac8 archive_list: iterate with NULL check Max Kellermann 2009-12-15 17:31:00 +01:00
  • 243c96304b archive/bz2: bz2_fillbuffer() returns bool Max Kellermann 2009-12-15 09:08:30 +01:00
  • e3597e648c archive/bz2: fixed indentation Max Kellermann 2009-12-15 08:55:46 +01:00
  • 357037f7ab archive/bz2: g_malloc() cannot fail Max Kellermann 2009-12-15 09:00:18 +01:00
  • 9715218d40 Makefile.am: distribute AudioCompress/config.h Max Kellermann 2009-12-15 07:38:30 +01:00
  • c0b8c2c73b Makefile.am: install glib_compat.h Max Kellermann 2009-12-14 23:26:23 +01:00
  • 51d0687377 fixed several gcc warnings on unused debug variables Max Kellermann 2009-12-14 23:22:51 +01:00
  • 849d7895dc decoder/mikmod: fixed gcc uninitialized warning Max Kellermann 2009-12-14 23:20:14 +01:00
  • 850e213261 scripts/test.sh: added sndfile/modplug decoder test Max Kellermann 2009-12-14 23:19:13 +01:00
  • 786c1f035f input_plugin: method init() returns errors with GError Max Kellermann 2009-12-14 22:29:46 +01:00
  • f70d2f58a1 input_stream: moved input_stream_global_init() to input_init.c Max Kellermann 2009-12-14 22:53:13 +01:00
  • 67b0ab717e input_stream: moved plugin list to input_registry.c Max Kellermann 2009-12-14 22:41:29 +01:00
  • f7420dbfe1 input_stream: make input_plugins NULL terminated Max Kellermann 2009-12-14 22:43:00 +01:00
  • 400600ffff filter: added normalize filter plugin Max Kellermann 2009-12-02 21:59:06 +01:00
  • 940e66bb89 Fix and use filter_configured_new() Albin Eldstål-Damlin 2009-12-14 21:59:32 +01:00
  • 69391dadda Proper error reporting from filter_config Albin Eldstål-Damlin 2009-12-14 21:46:45 +01:00
  • ff3393ebf1 Fixed memory leak on incorrect route configuration Albin Eldstål-Damlin 2009-12-14 21:37:13 +01:00
  • 0ac0bd26e7 Split filter_config into its own module Albin Eldstål-Damlin 2009-12-14 21:09:28 +01:00
  • bf6258f582 test/run_{decoder,filter}: implemented GLib log callback Max Kellermann 2009-12-14 21:26:43 +01:00
  • 8587fcbb93 Error reporting, pcm_buffer, performance tweaks Albin Eldstål-Damlin 2009-12-14 19:34:41 +01:00
  • a4fbf772c1 Initial filter chain and filter configuration for outputs. Albin Eldstål-Damlin 2009-12-13 22:49:39 +01:00
  • e28c5a0beb Initial (statically configured) route filter plugin Albin Eldstål-Damlin 2009-12-13 21:23:57 +01:00
  • c38b9490a8 Minor documentation fix Albin Eldstål-Damlin 2009-12-13 21:24:31 +01:00
  • c3085d7b61 Merge branch 'v0.15.x' Max Kellermann 2009-12-14 17:40:50 +01:00
  • 8f7bc70bf5 decoder/wavpack: don't use the nonstandard "uchar" type Max Kellermann 2009-12-11 12:45:57 +01:00
  • 5a354a1ed4 mixer: explicitly close all mixers on shutdown Max Kellermann 2009-12-08 08:47:47 +01:00
  • f4b707b4ca mapper: apply filesystem_charset to playlists Max Kellermann 2009-12-08 08:17:35 +01:00
  • cd69fee0a4 command: verify playlist name in the "rm" command Max Kellermann 2009-12-08 08:30:33 +01:00
  • 23e46b38ca mapper: fix memory leak when playlist_directory is not set Max Kellermann 2009-12-08 08:06:10 +01:00
  • 179502fe93 decoder_api: prefer stream_tag over decoder_tag Thomas Jansen 2009-12-07 14:52:48 +01:00
  • b6b377edd1 pcm_volume: change old code to use format instead of bits Viliam Mateicka 2009-12-03 20:56:57 +01:00
  • a76097210f encoders: remove unnessesary pointers to const strings Viliam Mateicka 2009-12-03 20:43:13 +01:00
  • ac0bf1a445 httpd: use get_mime_type to determine encoder content Viliam Mateicka 2009-12-03 20:27:08 +01:00
  • 7b80e73810 encoders: implement new get_mime_types method Viliam Mateicka 2009-12-03 20:11:32 +01:00
  • 6d11711a01 encoder: add get_mime_type() method to determine content type by httpd output plugin Viliam Mateicka 2009-12-03 19:39:34 +01:00
  • bae03e173e pcm_mix: change old code to use format instead of bits Viliam Mateicka 2009-12-03 15:07:22 +01:00
  • 07b388f8d4 null_encoder: use pcm_buffer Viliam Mateicka 2009-12-03 15:00:13 +01:00
  • 4809213676 flac_encoder: add support for libFLAC < 1.1.3 Viliam Mateicka 2009-12-03 14:53:30 +01:00
  • c77fa296bc compress: add config.h Jeffrey Middleton 2009-12-02 21:11:26 -06:00
  • c412d6251e audio_format: changed "bits" to "enum sample_format" Max Kellermann 2009-11-10 17:11:34 +01:00
  • 68c2cfbb40 test: added normalize test program Max Kellermann 2009-12-02 21:56:02 +01:00
  • 4076523198 compress: upgraded to AudioCompress 2.0 J. Shagam 2009-12-02 18:11:53 +01:00
  • 7162fe85ce tag_id3: fix ID3v1 charset conversion svitoos 2009-11-30 17:42:46 +01:00
  • 16123f1b8e ffmpeg: don't try to force stereo Max Kellermann 2009-11-30 09:59:05 +01:00
  • 3857bb9990 decoder/mpcdec: set 24 bit sample format Max Kellermann 2009-11-25 08:58:56 +01:00
  • 300f936228 pcm_mix: implemented 32 bit support Max Kellermann 2009-11-19 21:00:54 +01:00
  • 1358428031 pcm_volume: implemented 32 bit support Max Kellermann 2009-11-19 21:00:50 +01:00
  • 5a480137d2 test: added program to test pcm_convert.c Max Kellermann 2009-11-19 21:00:46 +01:00
  • 943bafbbc8 test/software_volume: check for errors Max Kellermann 2009-11-19 21:00:39 +01:00
  • b772f26213 test/software_volume: fixed audio_format parser Max Kellermann 2009-11-19 20:36:04 +01:00
  • c33bbd947b Merged release 0.15.6 from branch 'v0.15.x' Max Kellermann 2009-11-19 19:59:34 +01:00
  • 21fdf47b56 decoder/flac: fixed compiler warning Max Kellermann 2009-11-19 19:49:44 +01:00
  • d1aee3ae74 Modify version string to post-release version 0.15.7~git Avuton Olrich 2009-11-18 18:49:25 -08:00
  • 30847e6c77 mpd version 0.15.6 v0.15.6 Avuton Olrich 2009-11-18 18:49:25 -08:00
  • 97f8e017c4 decoder/flac: fixed NULL pointer dereference in CUE code Max Kellermann 2009-11-18 19:55:38 +01:00
  • d37b4bb199 cmdline: print out list of encoders in --version info Viliam Mateicka 2009-11-17 20:39:26 +01:00
  • ea92dee1ae encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanup Viliam Mateicka 2009-11-17 20:39:21 +01:00
  • 5420f9ae76 encoder: introducing flac encoder plugin Viliam Mateicka 2009-11-17 19:41:35 +01:00
  • f51ba6464a id3: allow 4 MB RIFF/AIFF tags Max Kellermann 2009-11-15 18:44:53 +01:00
  • 77b95d08a5 decoder/ffmpeg: align the output buffer Max Kellermann 2009-11-15 17:39:09 +01:00
  • 39404725f0 output/openal: use audio_format_to_string() Max Kellermann 2009-11-15 16:20:20 +01:00
  • 5d1e5f4ea0 crossfade: use audio_format_valid() in assertion Max Kellermann 2009-11-15 15:39:00 +01:00
  • 5184476682 valgrind.suppressions: added entry for g_main_context_default() Max Kellermann 2009-11-14 23:51:49 +01:00
  • 141cbc60b9 decoder/audio: eliminate the "bits" variable Max Kellermann 2009-11-14 23:35:37 +01:00
  • 2c1fb48318 decoder/audiofile: moved code to audiofile_setup_sample_format() Max Kellermann 2009-11-14 23:22:14 +01:00
  • 1dfadf4815 decoder/modplug: count frame position Max Kellermann 2009-11-14 22:30:57 +01:00
  • f5b9e3c064 decoder/modplug: floating point division for song duration Max Kellermann 2009-11-14 22:27:27 +01:00
  • ff70dbd316 decoder/modplug: check ModPlug_Read() < 0 Max Kellermann 2009-11-14 22:27:04 +01:00
  • dd4625ce13 decoder/mikmod: count frame position Max Kellermann 2009-11-14 02:18:58 +01:00
  • 1648c7aa5b decoder/mikmod: sample rate is configurable Max Kellermann 2009-11-14 02:03:03 +01:00
  • edaf017908 decoder/mikmod: set drv_name and drv_version from PACKAGE/VERSION Max Kellermann 2009-11-14 01:45:21 +01:00
  • 2c7bf61e68 decoder/mikmod: no CamelCase Max Kellermann 2009-11-14 01:48:07 +01:00
  • 7efb548921 decoder/mikmod: removed the struct mod_Data Max Kellermann 2009-11-14 01:58:13 +01:00
  • 0c5329aedc decoder/mikmod: merged open()/close() into decode() Max Kellermann 2009-11-14 01:53:50 +01:00
  • 2d236e281f decoder/mikmod: static mod_Data object Max Kellermann 2009-11-14 01:51:01 +01:00
  • a6fd5819f9 doc: added decoder plugin reference Max Kellermann 2009-11-14 02:06:23 +01:00
  • cef5dcc0a1 audio_format: added function audio_format_to_string() Max Kellermann 2009-11-10 17:57:14 +01:00
  • e5b119a324 autogen.sh: allow two minor digits in automake version Max Kellermann 2009-11-14 01:15:17 +01:00
  • 719990b1c5 decoder: use audio_format_init_checked() Max Kellermann 2009-11-10 19:01:38 +01:00
  • f47bb8c1db audio_check: checker functions for audio_format attributes Max Kellermann 2009-11-10 19:00:41 +01:00
  • 873025a495 decoder/sidplay: correctly calculate floating point time Max Kellermann 2009-11-14 00:15:04 +01:00