root/src/audio_output/intf.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @a56b8f9c5973dd145f91991dd8ae7f3cba04e854 [a56b8f9c5973dd145f91991dd8ae7f3cba04e854] 08/16/08 00:23:08 Pierre d'Herbemont <pdherbemont@videolan.org> audio_output: Use help to lock and unlock so we can hopefully track bad …
(edit) @f4132b2e81b4d3e2a1080c075f5249c0403b1374 [f4132b2e81b4d3e2a1080c075f5249c0403b1374] 08/12/08 01:17:27 Pierre d'Herbemont <pdherbemont@videolan.org> audio_output: Properly lock the input_fifos_lock in aout_Restart. (Should …
(edit) @36d1d663db8961cbb85e578f43f90ecfde11016e [36d1d663db8961cbb85e578f43f90ecfde11016e] 07/19/08 13:19:16 Laurent Aimar <fenrir@videolan.org> Fixed a segfault in aout_EnableFilter. Fixed missing lock in aout …
(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) @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) @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) @c704c4afd46601b4e0333525329f71ebbbb397ba [c704c4afd46601b4e0333525329f71ebbbb397ba] 12/16/07 15:58:43 Antoine Cellerier <dionoea@videolan.org> Add warning if people try using an unimplemented aout function …
(edit) @d79eca2e492fc6dab0718b2c9f99e870047922d3 [d79eca2e492fc6dab0718b2c9f99e870047922d3] 09/16/07 10:49:55 Rémi Denis-Courmont <rem@videolan.org> Simplification / memory error handling
(edit) @a45076375c3dd884bd7dd586335937f05e0e394b [a45076375c3dd884bd7dd586335937f05e0e394b] 08/16/07 21:45:54 Rémi Denis-Courmont <rem@videolan.org> aout_Restart: make static
(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) @0e39834a0ac7ba0f9f492881ef90902f5d8fedd5 [0e39834a0ac7ba0f9f492881ef90902f5d8fedd5] 04/05/07 18:42:16 Rémi Denis-Courmont <rem@videolan.org> Compiler warnings rampage
(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) @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) @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) @2cb472dba008f7d877ffe6bae9c5575253365282 [2cb472dba008f7d877ffe6bae9c5575253365282] 01/13/06 00:10:04 Antoine Cellerier <dionoea@videolan.org> FSF address change.
(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) @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) @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) @86f50fede6632f5349c49dbefe435ab4e0af2c0f [86f50fede6632f5349c49dbefe435ab4e0af2c0f] 10/04/04 15:34:42 Gildas Bazin <gbazin@videolan.org> * src/*: got rid of the #ifdef HAVE_ERRNO_H.
(edit) @25cd1327a67705cdecbb8754f405be01557a175b [25cd1327a67705cdecbb8754f405be01557a175b] 01/06/04 13:02:06 Clément Stenac <zorglub@videolan.org> Updated copyrights in libvlc
(edit) @a6233ea01656066338399427cea3dc8f764ffbfa [a6233ea01656066338399427cea3dc8f764ffbfa] 10/30/03 23:34:48 Derk-Jan Hartman <hartman@videolan.org> * implemented a vout_OSDMessage to display messages on the video at a …
(edit) @e1aabc8fe10fe18d159c32ac2fb34d3744744927 [e1aabc8fe10fe18d159c32ac2fb34d3744744927] 08/04/03 01:11:21 Gildas Bazin <gbazin@videolan.org> * src/misc/configuration.c, include/configuration.h, …
(edit) @e27abe75a1d2017799af345709d0db0bcb172a36 [e27abe75a1d2017799af345709d0db0bcb172a36] 02/12/03 15:22:23 Derk-Jan Hartman <hartman@videolan.org> * modules/gui/macosx/controls.m: - fixed the mute and volumeup …
(edit) @f055f01f00d6a5744e67fc6b240f1641779033c0 [f055f01f00d6a5744e67fc6b240f1641779033c0] 02/09/03 02:13:43 Christophe Massiot <massiot@videolan.org> * aout_Volume* functions now do their own vlc_object_find() on the audio …
(edit) @200902575d980605296fc44ea185757a6d5b77a7 [200902575d980605296fc44ea185757a6d5b77a7] 01/21/03 11:29:12 Christophe Massiot <massiot@videolan.org> Fixed two major bugs in the audio output, triggering segfault when …
(edit) @0bbce5b50d4f6acab7899231b3d4b649dc718d71 [0bbce5b50d4f6acab7899231b3d4b649dc718d71] 01/16/03 15:08:39 Christophe Massiot <massiot@videolan.org> * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though …
(edit) @a16b6c3c4c08e5c349ace00b55e496cba06427f3 [a16b6c3c4c08e5c349ace00b55e496cba06427f3] 01/16/03 14:22:30 Derk-Jan Hartman <hartman@videolan.org> VolumeGet/VolumeSet? now work even if no file is playing.
(edit) @3ddfd217080e88775d3769dace2b0f09c335d984 [3ddfd217080e88775d3769dace2b0f09c335d984] 01/15/03 12:27:29 Christophe Massiot <massiot@videolan.org> VolumeUp/Down/Mute? now work even if no file is playing.
(edit) @05b378dd459f5cee10755dcacaad794e53fa4be7 [05b378dd459f5cee10755dcacaad794e53fa4be7] 12/10/02 19:22:01 Gildas Bazin <gbazin@videolan.org> * ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 …
(edit) @ec518727fc898bf1ded6d58d90ff21135f703107 [ec518727fc898bf1ded6d58d90ff21135f703107] 12/08/02 00:50:31 Christophe Massiot <massiot@videolan.org> * configure.ac.in: Disabled -Wtraditional as it produces much more bogus …
(edit) @1b7ce2697e98a3fcff4f78d1610f7f0268cd47c1 [1b7ce2697e98a3fcff4f78d1610f7f0268cd47c1] 12/06/02 11:10:40 Sam Hocevar <sam@videolan.org> * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a …
(edit) @8928554ebd629ddc1d4cdc6d670bc2e1a918dd83 [8928554ebd629ddc1d4cdc6d670bc2e1a918dd83] 11/14/02 23:38:48 Christophe Massiot <massiot@videolan.org> Major change of the channels management. p_format->i_channels …
(edit) @2547dac3dc686fd756f2177d463b1005ec3a7684 [2547dac3dc686fd756f2177d463b1005ec3a7684] 11/14/02 15:08:01 Gildas Bazin <gbazin@videolan.org> * src/audio_output/intf.c: fixed a bug affecting audio volume …
(edit) @d1296b32da7293d0f780cdb9b4782c84e39fb1da [d1296b32da7293d0f780cdb9b4782c84e39fb1da] 11/13/02 21:51:05 Sam Hocevar <sam@videolan.org> * ./bootstrap: bootstrap now requires the --config flag. With no …
(edit) @54929735f8c480fcbdecb870e97405670acc6ce8 [54929735f8c480fcbdecb870e97405670acc6ce8] 10/20/02 14:23:48 Christophe Massiot <massiot@videolan.org> * modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6), * …
(edit) @7a58ef70ff4c51288388703728752bce3f253c96 [7a58ef70ff4c51288388703728752bce3f253c96] 09/27/02 00:40:27 Christophe Massiot <massiot@videolan.org> * Major API change of the audio output. New aout_Dec* functions. * Fixed a …
(edit) @81442b6bf1af46dbaedc3388ea0b48f55bf13ae1 [81442b6bf1af46dbaedc3388ea0b48f55bf13ae1] 09/19/02 23:56:40 Christophe Massiot <massiot@videolan.org> * Audio volume management now works properly. See src/audio_output/intf.c …
(edit) @35b474003dac21d775f8c37f0c68e40e65bf2e9b [35b474003dac21d775f8c37f0c68e40e65bf2e9b] 09/18/02 23:21:24 Christophe Massiot <massiot@videolan.org> * ALL: More hooks for audio volume management. * configure.in: Fixed a …
(edit) @cf891bad55157104f8d9d50b1d95b25ebc7f7a5e [cf891bad55157104f8d9d50b1d95b25ebc7f7a5e] 09/16/02 22:46:38 Christophe Massiot <massiot@videolan.org> * configure.in: Fixed detection of Qt-embedded. * modules/codec/a52.c: …
Note: See TracRevisionLog for help on using the revision log.