root/src/audio_output


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4e72534d7da8bb2cda63791ffe4d611e7dcf0929 [4e72534d7da8bb2cda63791ffe4d611e7dcf0929] 06/29/08 18:23:12 Laurent Aimar <fenrir@videolan.org> Check against too low sample rate and 0 channel count (avoid division by …
(edit) @e0c708fec3e8a001994174b0d647f4ac34cd9e29 [e0c708fec3e8a001994174b0d647f4ac34cd9e29] 06/29/08 00:00:25 Laurent Aimar <fenrir@videolan.org> Fixed invalid unlock on invalid audio format.
(edit) @cb02b264b58150bf45d0f68019ac32c02d2b5f1e [cb02b264b58150bf45d0f68019ac32c02d2b5f1e] 06/28/08 14:36:38 Rémi Denis-Courmont <rdenis@simphalempin.com> Remove abusive error message
(edit) @a8af64458655e9f803cb2f754cfa04affaf944b8 [a8af64458655e9f803cb2f754cfa04affaf944b8] 06/28/08 11:37:27 Rémi Denis-Courmont <rdenis@simphalempin.com> Use the Scaletempo audio filter Scaletempo maintains the audio pitch when …
(edit) @6372f8faa09ea7deaa74a84e6bb4dfd38ed0a182 [6372f8faa09ea7deaa74a84e6bb4dfd38ed0a182] 06/24/08 20:02:50 Rémi Denis-Courmont <rdenis@simphalempin.com> Fix/workaround for #1633 (input rate not set) Someone still needs to fix …
(edit) @55f1d3272f61f46068e58c41690111e879082188 [55f1d3272f61f46068e58c41690111e879082188] 06/22/08 18:07:34 Antoine Cellerier <dionoea@videolan.org> Set i_bitspersample to correct value when changing an audio codec. …
(edit) @57c3ecd2292588c7312afbb6935d414bfbe2e826 [57c3ecd2292588c7312afbb6935d414bfbe2e826] 06/19/08 20:06:55 Rémi Duraffort <ivoire@videolan.org> Remove msg_Err about memory allocation. Fix two potential …
(edit) @d666030b2349e8a710fcba4d2cabb912cc700580 [d666030b2349e8a710fcba4d2cabb912cc700580] 05/31/08 21:10:28 Rémi Denis-Courmont <rdenis@simphalempin.com> libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
(edit) @7a826ae225a087ddeee5993e5230878dd2ded7c5 [7a826ae225a087ddeee5993e5230878dd2ded7c5] 05/30/08 17:02:03 Pierre d'Herbemont <pdherbemont@videolan.org> audio_output: Typo.
(edit) @1b72149a5607d46b56a84f48e16a9adde10c8e63 [1b72149a5607d46b56a84f48e16a9adde10c8e63] 05/28/08 22:15:47 Jean-Baptiste Kempf <jb@videolan.org> New vu meter visualization. Signed-off-by: Jean-Baptiste Kempf …
(edit) @ff58efe4687840ee043d510a51a911917fb9a912 [ff58efe4687840ee043d510a51a911917fb9a912] 05/28/08 18:21:52 Rafaël Carré <funman@videolan.org> Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
(edit) @95e3bb2eaf22929dac3e2c37a26a23e9a0619333 [95e3bb2eaf22929dac3e2c37a26a23e9a0619333] 05/28/08 03:06:44 Pierre d'Herbemont <pdherbemont@videolan.org> audio_output: Use a destructor.
(edit) @a398f405e6926b5c7be66e6fce3c7b600e5806e1 [a398f405e6926b5c7be66e6fce3c7b600e5806e1] 05/25/08 12:19:03 Rémi Denis-Courmont <rem@videolan.org> Remove audio output recycling support. It kept crashing.
(edit) @6da90a1716250d282f16dc6bc9dacec5b9514caf [6da90a1716250d282f16dc6bc9dacec5b9514caf] 05/04/08 13:14:46 Rémi Denis-Courmont <rem@videolan.org> vlc_mutex_init: remove unused paramter
(edit) @5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09 [5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09] 05/03/08 16:17:30 Rémi Denis-Courmont <rem@videolan.org> Use vlc_memset/vlc_memcpy
(edit) @f0c83daa831d070058e04142791eb9d9d0423e0b [f0c83daa831d070058e04142791eb9d9d0423e0b] 05/01/08 20:50:55 Rémi Denis-Courmont <rem@videolan.org> NIH desyndromization
(edit) @2ea3b5fc8afa530afc65d520b33ef7edc354f775 [2ea3b5fc8afa530afc65d520b33ef7edc354f775] 05/01/08 16:30:52 Rémi Denis-Courmont <rem@videolan.org> Don't re-invent uint8_t - remove byte_t Also …
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 04/14/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @859436564cd0b85e76b888a88205424ede9cb412 [859436564cd0b85e76b888a88205424ede9cb412] 03/12/08 12:07:42 Rémi Duraffort <ivoire@videolan.org> One more "Remove useless test before free"
(edit) @a78e273ec53ff8a6c3993f3deda0b893f8dd709a [a78e273ec53ff8a6c3993f3deda0b893f8dd709a] 02/26/08 01:29:12 Pierre d'Herbemont <pdherbemont@videolan.org> misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but …
(edit) @aaf004a2f6af24de589f44bb3fe7ec018b04f3ae [aaf004a2f6af24de589f44bb3fe7ec018b04f3ae] 02/03/08 21:12:50 Rémi Denis-Courmont <rem@videolan.org> Don't include stddef without checking for it.
(edit) @d5b5b74679e4a5ae7353dacc87d6991f9325156e [d5b5b74679e4a5ae7353dacc87d6991f9325156e] 01/28/08 17:37:31 Rafaël Carré <funman@videolan.org> aout_DecNewBuffer: remove unused parameter
(edit) @b2108b39f8c3a590c879de982fc0c4da88bed4bd [b2108b39f8c3a590c879de982fc0c4da88bed4bd] 01/28/08 17:35:34 Rafaël Carré <funman@videolan.org> audio_output: same
(edit) @9b967223a0bd17c8e3ce1928a75f3faa4ba4b99c [9b967223a0bd17c8e3ce1928a75f3faa4ba4b99c] 01/27/08 15:24:04 Rafaël Carré <funman@videolan.org> fix warnings, using (char*) casting
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 01/23/08 22:50:58 Rémi Denis-Courmont <rem@videolan.org> Don't include config.h from the headers - refs #297. Missing some cases …
(edit) @8a35a386f00cde58d97b9eea3f78d7a130cf9219 [8a35a386f00cde58d97b9eea3f78d7a130cf9219] 01/22/08 08:20:16 Ilkka Ollakka <ileoo@videolan.org> fix previous commit
(edit) @e10343bb5d2a5d989ea7616233551882b319eb6b [e10343bb5d2a5d989ea7616233551882b319eb6b] 01/22/08 08:19:24 Ilkka Ollakka <ileoo@videolan.org> set volume-change variable also in volumeUp/volumeDown, because it seemed …
(edit) @514ab9ef4abf5e361fed91424a3b2cc5ee2e530d [514ab9ef4abf5e361fed91424a3b2cc5ee2e530d] 12/16/07 16:00:15 Antoine Cellerier <dionoea@videolan.org> Oops.
(edit) @c704c4afd46601b4e0333525329f71ebbbb397ba [c704c4afd46601b4e0333525329f71ebbbb397ba] 12/16/07 15:58:43 Antoine Cellerier <dionoea@videolan.org> Add warning if people try using an unimplemented aout function …
(edit) @a3576a2716c6ea17349b9dbeea4757d2198b40e6 [a3576a2716c6ea17349b9dbeea4757d2198b40e6] 12/12/07 20:29:02 Rémi Denis-Courmont <rem@videolan.org> - Remove config_FindModule as module_Find nowadays does the same thing - …
(edit) @3663d0232df225b56174fdaaae611655a44527d0 [3663d0232df225b56174fdaaae611655a44527d0] 12/08/07 01:58:18 Gildas Bazin <gbazin@videolan.org> * src/audio_output/dec.c: revert changeset 22216 which doesn't make any …
(edit) @62ffefd4354ff47900238126151b0ca2d05f581e [62ffefd4354ff47900238126151b0ca2d05f581e] 10/20/07 15:39:41 Rémi Denis-Courmont <rem@videolan.org> Protects internal headers against incorrect/multiple inclusions
(edit) @9c240458f9ee4e282ba47ec27342245e3bbcc5f8 [9c240458f9ee4e282ba47ec27342245e3bbcc5f8] 09/22/07 17:03:10 Rémi Denis-Courmont <rem@videolan.org> Last part of the Speex/RTP patch - fixes #1291
(edit) @d79eca2e492fc6dab0718b2c9f99e870047922d3 [d79eca2e492fc6dab0718b2c9f99e870047922d3] 09/16/07 10:49:55 Rémi Denis-Courmont <rem@videolan.org> Simplification / memory error handling
(edit) @6ee1e193fd896ab9a4729fde14f009d9ce629815 [6ee1e193fd896ab9a4729fde14f009d9ce629815] 09/10/07 20:56:52 Rafaël Carré <funman@videolan.org> Removes trailing spaces. Removes tabs.
(edit) @cc3bd152f5d2166087b9e19b962e3ace06bd12ea [cc3bd152f5d2166087b9e19b962e3ace06bd12ea] 08/20/07 20:59:30 Rémi Denis-Courmont <rem@videolan.org> Remember not to include anything before vlc/vlc.h (which includes config.h …
(edit) @a45076375c3dd884bd7dd586335937f05e0e394b [a45076375c3dd884bd7dd586335937f05e0e394b] 08/16/07 21:45:54 Rémi Denis-Courmont <rem@videolan.org> aout_Restart: make static
(edit) @2c32483bbcf0016701438570b14dbfb344ac6f3e [2c32483bbcf0016701438570b14dbfb344ac6f3e] 08/05/07 10:27:54 Rémi Denis-Courmont <rem@videolan.org> Fix malloc error handling (bug reported by David Thiel)
(edit) @3057eb721f8408a02baf233397c7002f45c7d3f7 [3057eb721f8408a02baf233397c7002f45c7d3f7] 06/17/07 16:06:26 Laurent Aimar <fenrir@videolan.org> Be sure to restart the mixer on replaygain mode change.
(edit) @d20dd24295a3f43ad2cdec0fcd8a83793cb45bde [d20dd24295a3f43ad2cdec0fcd8a83793cb45bde] 06/17/07 15:54:20 Laurent Aimar <fenrir@videolan.org> Added replay gain support (audio-replay-gain-mode track or album to …
(edit) @3b7381f3bd51b349b8ba53c729ff83529c9ab13f [3b7381f3bd51b349b8ba53c729ff83529c9ab13f] 06/12/07 21:49:06 Laurent Aimar <fenrir@videolan.org> Drop audio when playing faster and not using resampler.
(edit) @70a8bb9649c3e44350d0fd579c24b8a9ddd7af34 [70a8bb9649c3e44350d0fd579c24b8a9ddd7af34] 06/12/07 21:46:35 Laurent Aimar <fenrir@videolan.org> All: preliminary support for audio while playing faster/slower (1/4 -> …
(edit) @8f1901a659e0778dd4c6086bcc3b9d7174d1abaf [8f1901a659e0778dd4c6086bcc3b9d7174d1abaf] 06/12/07 20:26:00 Laurent Aimar <fenrir@videolan.org> Fixed use of released pointer (race condition).
(edit) @4f6b904c37e1f62109e46f8d16bb2d801435d4c1 [4f6b904c37e1f62109e46f8d16bb2d801435d4c1] 06/10/07 21:53:00 Laurent Aimar <fenrir@videolan.org> Simplify + fix a potential overflow.
(edit) @21e5b32ec1b3fdddbe73d6523b9c96cdba8c965a [21e5b32ec1b3fdddbe73d6523b9c96cdba8c965a] 06/07/07 18:53:15 Rémi Denis-Courmont <rem@videolan.org> Sanitize audio format before creating a decoder
(edit) @16db52715f0f5bf0119cbad43223f756dc3fa15a [16db52715f0f5bf0119cbad43223f756dc3fa15a] 06/07/07 18:52:32 Rémi Denis-Courmont <rem@videolan.org> Fix use of unitialized variable reported by David Thiel, fix from …
(edit) @3f035aadc331e5b30fa2db29c24462e50e624404 [3f035aadc331e5b30fa2db29c24462e50e624404] 06/07/07 18:39:38 Rémi Denis-Courmont <rem@videolan.org> Fix deadlock
(edit) @bf48c33dbb564a5ede1581ab9bcb2db9213fba2f [bf48c33dbb564a5ede1581ab9bcb2db9213fba2f] 06/04/07 21:39:55 Laurent Aimar <fenrir@videolan.org> Added a b_discontinuity to aout_buffer_t for non-pcm streams. Set …
(edit) @85faf5c580984877c07392b099d1cd4181c11512 [85faf5c580984877c07392b099d1cd4181c11512] 05/19/07 23:44:01 Rémi Denis-Courmont <rem@videolan.org> Same as previous commit
(edit) @50ca2acdde0d5dc0af99e8b13256563a1ba86416 [50ca2acdde0d5dc0af99e8b13256563a1ba86416] 05/19/07 22:31:02 Rémi Denis-Courmont <rem@videolan.org> Make saved-volume variable a per-libvlc instance rather than per-system …
(edit) @49cafbcc92c99d70c8203565ca36684ce4d9446a [49cafbcc92c99d70c8203565ca36684ce4d9446a] 05/12/07 19:15:29 Pierre d'Herbemont <pdherbemont@videolan.org> audio_output/output.c: Make sure we are properly locking the fifo lock …
(edit) @0e39834a0ac7ba0f9f492881ef90902f5d8fedd5 [0e39834a0ac7ba0f9f492881ef90902f5d8fedd5] 04/05/07 18:42:16 Rémi Denis-Courmont <rem@videolan.org> Compiler warnings rampage
(edit) @1e4db902f9abb4157e4a5b26643b01fd66c950ed [1e4db902f9abb4157e4a5b26643b01fd66c950ed] 12/14/06 01:14:37 Derk-Jan Hartman <hartman@videolan.org> * Fix a couple of const, static and other warnings
(edit) @3a6b3918c3b8c2ef6b0bc0c2a8216f846b2dc176 [3a6b3918c3b8c2ef6b0bc0c2a8216f846b2dc176] 11/26/06 15:39:39 Clément Stenac <zorglub@videolan.org> Compile fixes, round 1
(edit) @d3fe7f28797d4dba65ffcdd60bf932e758a48a9e [d3fe7f28797d4dba65ffcdd60bf932e758a48a9e] 11/26/06 15:20:34 Clément Stenac <zorglub@videolan.org> A bit of headers cleanup * Headers in include must contain the structures …
(edit) @f530aa7a74b10fe6155d8ef371f12098915bfaf4 [f530aa7a74b10fe6155d8ef371f12098915bfaf4] 10/21/06 14:35:13 Rémi Denis-Courmont <rem@videolan.org> Fix [17200]
(edit) @020e0268dd7089c8e0eb38703d03680ac5f6ff7b [020e0268dd7089c8e0eb38703d03680ac5f6ff7b] 10/21/06 14:25:05 Jean-Paul Saman <jpsaman@videolan.org> Fix compiler warning: implicit declaration of function 'asprintf'
(edit) @2e0102d92da57379e9b65457b36c8e96f93f35b0 [2e0102d92da57379e9b65457b36c8e96f93f35b0] 10/05/06 18:35:01 Sam Hocevar <sam@videolan.org> * Spelling fixes here and there.
(edit) @18efcf5c6416d6c8b927ea2beef6f3069fac71f4 [18efcf5c6416d6c8b927ea2beef6f3069fac71f4] 09/23/06 15:37:50 Clément Stenac <zorglub@videolan.org> * Add switch to skins * Fixes to dialog singletons * Forgotten files …
(edit) @f485214f09dd284cbb85674e937fbbb0a6032a2e [f485214f09dd284cbb85674e937fbbb0a6032a2e] 09/15/06 16:31:51 Clément Stenac <zorglub@videolan.org> For consistency, remove references to vlc from libvlc Also, make it …
(edit) @c3a1a3712f639eff527d030d129734934aa8b919 [c3a1a3712f639eff527d030d129734934aa8b919] 09/14/06 20:58:39 Clément Stenac <zorglub@videolan.org> Filter handling helpers moved to core Will have to be updated/factorized …
(edit) @83f23b6686543887f908d184387782bf018c35d5 [83f23b6686543887f908d184387782bf018c35d5] 09/12/06 20:49:41 Rémi Denis-Courmont <rem@videolan.org> Ahem: (v)asprintf requires stdio.h; strndup requires string.h
(edit) @89298c16e4964b9033ab4cb6290a953775e92c76 [89298c16e4964b9033ab4cb6290a953775e92c76] 08/23/06 01:22:14 Felix Paul Kühne <fkuehne@videolan.org> * browsed through all code files starting with A to F and added …
(edit) @5351f2c653afeb3ab9cc7117d72e27b76a86f93c [5351f2c653afeb3ab9cc7117d72e27b76a86f93c] 07/12/06 14:34:07 Sam Hocevar <sam@videolan.org> * src/audio_output/common.c: moved message around so that it compiles.
(edit) @440388e0ceb72d12a61e9357516fa858ef6856eb [440388e0ceb72d12a61e9357516fa858ef6856eb] 07/12/06 14:27:06 Sam Hocevar <sam@videolan.org> * src/audio_output/common.c: added error message upon invalid …
(edit) @48425dfdb882247d61a152dc43fcfc59404e3239 [48425dfdb882247d61a152dc43fcfc59404e3239] 07/08/06 21:11:05 Christophe Mutricy <xtophe@videolan.org> Fix stats collecting
(edit) @baacaea316cff470f3fe11e52a833ef4a51afe74 [baacaea316cff470f3fe11e52a833ef4a51afe74] 06/15/06 23:22:35 Clément Stenac <zorglub@videolan.org> Partial rewrite of stats to avoid lookups (Closes:#693)
(edit) @5bd77e4ba780501cd46ad76c62919681a47984b4 [5bd77e4ba780501cd46ad76c62919681a47984b4] 06/11/06 13:57:05 Gildas Bazin <gbazin@videolan.org> * src/audio_output/intf.c: optimise aout_VolumeGet a bit.
(edit) @470b47fe952dbba82beca44cafefd4b6ec711384 [470b47fe952dbba82beca44cafefd4b6ec711384] 03/28/06 22:29:28 Clément Stenac <zorglub@videolan.org> String fixes in src (Refs:#438)
(edit) @9302aca7d82cea862b0df7b8d1deec88e34591f0 [9302aca7d82cea862b0df7b8d1deec88e34591f0] 03/10/06 18:21:33 Rémi Denis-Courmont <rem@videolan.org> Fix and restore nice file names Shame on me
(edit) @be62d282acc9c061950712961a76a1bc2016d794 [be62d282acc9c061950712961a76a1bc2016d794] 02/19/06 14:11:21 Rémi Denis-Courmont <rem@videolan.org> - Build libvlc from src/ rather than top so that it is cleanly built …
(edit) @0b44cb999e661507876710e271a58b800e7db068 [0b44cb999e661507876710e271a58b800e7db068] 02/04/06 17:26:23 Clément Stenac <zorglub@videolan.org> Stop using strings to index stats, use integers. The list is not sorted …
(edit) @26d5b73864aea7f4e6d01dba654235cb1accdf84 [26d5b73864aea7f4e6d01dba654235cb1accdf84] 02/04/06 12:04:42 Clément Stenac <zorglub@videolan.org> * Avoid useless stats_Get calls * Reduce vlc_object_find calls
(edit) @5bd61a8060701e1c0c6b70066f0e2f27b117ea43 [5bd61a8060701e1c0c6b70066f0e2f27b117ea43] 01/21/06 15:14:36 Clément Stenac <zorglub@videolan.org> Audio - Refs:#473
(edit) @2cb472dba008f7d877ffe6bae9c5575253365282 [2cb472dba008f7d877ffe6bae9c5575253365282] 01/13/06 00:10:04 Antoine Cellerier <dionoea@videolan.org> FSF address change.
(edit) @b8840f72caff4fbdcb28bc1781a0c1d9ebcb03cf [b8840f72caff4fbdcb28bc1781a0c1d9ebcb03cf] 12/01/05 15:12:16 Derk-Jan Hartman <hartman@videolan.org> * Introduce 'spdb' the big endian variant of 'spdi' output. This will be …
(edit) @a0bcfd94d0f482c949ec550b36822d34738b404b [a0bcfd94d0f482c949ec550b36822d34738b404b] 11/14/05 22:25:34 Jean-Paul Saman <jpsaman@videolan.org> forward port of revision 13250
(edit) @af8882da9fb737a57d2842d3c39f6efdfa93d3ed [af8882da9fb737a57d2842d3c39f6efdfa93d3ed] 11/03/05 23:10:25 Jean-Paul Saman <jpsaman@videolan.org> forgot to remove the original vlc_release_object()
(edit) @a4bc58cd42ab60b2cafe2fb4e8f35f0c901d5c32 [a4bc58cd42ab60b2cafe2fb4e8f35f0c901d5c32] 11/03/05 23:08:23 Jean-Paul Saman <jpsaman@videolan.org> Forward port from revision 13127
(edit) @42088654d66f38bca725eb3c69ad84883d185cd4 [42088654d66f38bca725eb3c69ad84883d185cd4] 11/02/05 19:32:39 Clément Stenac <zorglub@videolan.org> Merge fixes to the python binding from my branch
(edit) @e576f470007a61eb0dac4cec38fc22e577211004 [e576f470007a61eb0dac4cec38fc22e577211004] 10/30/05 22:21:22 Derk-Jan Hartman <hartman@videolan.org> * if we are certain we have a visualization module, don't try to open it …
(edit) @036c9c52326be9a14c439ffe5b7e04861779a31d [036c9c52326be9a14c439ffe5b7e04861779a31d] 09/25/05 18:49:40 Boris Dorès <babal@videolan.org> - the creation of the audio filter pipeline when specifying user audio …
(edit) @2b6826a13d9179d4d30e05efc75692b9ffa29516 [2b6826a13d9179d4d30e05efc75692b9ffa29516] 08/25/05 21:57:12 Clément Stenac <zorglub@videolan.org> Add new spectrum analyzer effect, patch from zcot. Remove the "random" …
(edit) @09161bc3bde473a5f72f77742f4c991565371eab [09161bc3bde473a5f72f77742f4c991565371eab] 08/18/05 18:41:10 Jean-Paul Saman <jpsaman@videolan.org> Added --volume-step to override AOUT_VOLUME_DEFAULT. This will give an OSD …
(edit) @fe087a38282e93addb25fa9598393e40ea233b09 [fe087a38282e93addb25fa9598393e40ea233b09] 07/09/05 08:17:09 Rémi Denis-Courmont <rem@videolan.org> Make Zorglub less unhappy
(edit) @85b29bdc288a1573d43bd524908be5748a9b3640 [85b29bdc288a1573d43bd524908be5748a9b3640] 07/08/05 20:12:44 Rémi Denis-Courmont <rem@videolan.org> Copyright fixes (da big courmischage)
(edit) @477ffed0ec6e787f5fbbc35ebc75fa99b6406877 [477ffed0ec6e787f5fbbc35ebc75fa99b6406877] 05/11/05 17:34:24 Gildas Bazin <gbazin@videolan.org> * src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options …
(edit) @7a97dae26eb5d70f3fa376d7cb7c4330527a5cd6 [7a97dae26eb5d70f3fa376d7cb7c4330527a5cd6] 03/22/05 21:17:30 Jean-Paul Saman <jpsaman@videolan.org> Variable name consistency across the file
(edit) @dfb46c597119d0aa20aefe2a2c08899cf0587753 [dfb46c597119d0aa20aefe2a2c08899cf0587753] 03/15/05 14:21:54 Gildas Bazin <gbazin@videolan.org> * src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() …
(edit) @2e3847698a715d877bf4506f4d100ba927ca0696 [2e3847698a715d877bf4506f4d100ba927ca0696] 03/10/05 14:05:43 Clément Stenac <zorglub@videolan.org> More prefs fixes - String fixes - Sort some large panels - Change some …
(edit) @00906ea88ec8bb008008fdfe6ce029249d3fd8bf [00906ea88ec8bb008008fdfe6ce029249d3fd8bf] 03/01/05 17:26:21 Gildas Bazin <gbazin@videolan.org> * modules/codec/lpcm.c: support for 20/24 bits LPCM. * …
(edit) @6c0ef07de2913906b2ab33d97c11a48eccdde110 [6c0ef07de2913906b2ab33d97c11a48eccdde110] 01/20/05 16:28:56 Gildas Bazin <gbazin@videolan.org> * src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch …
(edit) @5480fa452dc4b6fa6e4b0bfedcddd78d57f861ec [5480fa452dc4b6fa6e4b0bfedcddd78d57f861ec] 12/28/04 21:29:28 Clément Stenac <zorglub@videolan.org> * Do not search a visualizer in strict mode * Fix --help with module lists
(edit) @a90a19a6b0468ea9fedadc27cfc1118d70295263 [a90a19a6b0468ea9fedadc27cfc1118d70295263] 12/11/04 15:45:46 Clément Stenac <zorglub@videolan.org> Improvements to preferences * Each module can declare a "human-readable …
(edit) @6227d1346e069c789579a419fd4c3e38be954bdd [6227d1346e069c789579a419fd4c3e38be954bdd] 11/14/04 18:25:58 Gildas Bazin <gbazin@videolan.org> * src/audio_output/input.c: made the resampling just a bit quicker (trying …
(edit) @3c5efb42c886ba3350b8920279ee635c56d342ae [3c5efb42c886ba3350b8920279ee635c56d342ae] 10/18/04 15:57:03 Gildas Bazin <gbazin@videolan.org> * src/audio_output/input.c, mixer.c: don't try to resample when the audio …
(edit)