]> git.sesse.net Git - vlc/log
vlc
17 years agoCosmetic
Jean-Paul Saman [Wed, 23 Aug 2006 20:03:48 +0000 (20:03 +0000)]
Cosmetic

17 years agoRemove debug that shouldn't be there.
Jean-Paul Saman [Wed, 23 Aug 2006 20:01:21 +0000 (20:01 +0000)]
Remove debug that shouldn't be there.

17 years ago* change my email address
Benjamin Pracht [Wed, 23 Aug 2006 13:25:22 +0000 (13:25 +0000)]
* change my email address

17 years ago * Fixed make dist by updating POTFILES.in.
Sam Hocevar [Wed, 23 Aug 2006 11:57:43 +0000 (11:57 +0000)]
  * Fixed make dist by updating POTFILES.in.

17 years ago* compilation fix
Felix Paul Kühne [Wed, 23 Aug 2006 09:44:27 +0000 (09:44 +0000)]
* compilation fix

17 years ago* browsed through all code files starting with A to F and added non-blocking intf_Use...
Felix Paul Kühne [Tue, 22 Aug 2006 23:22:14 +0000 (23:22 +0000)]
* browsed through all code files starting with A to F and added non-blocking intf_UserFatal calls next to msg_err where I think that it is necessary.
I tried to select the most important msg_errs. If I missed your favourite, feel free to add it.
Feedback on the wording and the placement of the interaction calls is strongly welcomed.

For the records: I'm using some general topics for most of the dialogues to produce less work for the translators. The current ones go like this:
"Audio output failed", "Network interaction failed", "Streaming / Transcoding failed", "Audio filtering failed", "File reading failed", "Playback failure"

More to come.

17 years ago* modules/codec/ffmpeg/mux.c: libavformat is much more happy with timestamps which...
Gildas Bazin [Tue, 22 Aug 2006 19:03:20 +0000 (19:03 +0000)]
* modules/codec/ffmpeg/mux.c: libavformat is much more happy with timestamps which start from 0.

17 years ago* modules/packetizer/h264.c: fixed insertion of SPS/PPS.
Gildas Bazin [Tue, 22 Aug 2006 18:24:57 +0000 (18:24 +0000)]
* modules/packetizer/h264.c: fixed insertion of SPS/PPS.

17 years agoDownmix stereo to mono channel and choose with --sout-mono-channel <n> the destinatio...
Jean-Paul Saman [Tue, 22 Aug 2006 14:31:40 +0000 (14:31 +0000)]
Downmix stereo to mono channel and choose with --sout-mono-channel <n> the destination channel.

17 years ago* modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat.
Gildas Bazin [Mon, 21 Aug 2006 07:26:31 +0000 (07:26 +0000)]
* modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat.

17 years agocosmetic
Jean-Paul Saman [Sun, 20 Aug 2006 22:11:27 +0000 (22:11 +0000)]
cosmetic

17 years agoFix messages layout bug
Clément Stenac [Sun, 20 Aug 2006 22:03:18 +0000 (22:03 +0000)]
Fix messages layout bug
Ensure we scroll correctly

17 years agoenable plugin mono audio filter 2
Jean-Paul Saman [Sun, 20 Aug 2006 21:10:17 +0000 (21:10 +0000)]
enable plugin mono audio filter 2

17 years agoMake headphone also an audio_filter2
Jean-Paul Saman [Sun, 20 Aug 2006 21:00:34 +0000 (21:00 +0000)]
Make headphone also an audio_filter2

17 years agouse memset
Jean-Paul Saman [Sun, 20 Aug 2006 20:56:33 +0000 (20:56 +0000)]
use memset

17 years agoFirst part of a new mono for audio filter 2. You can select the channel you want...
Jean-Paul Saman [Sun, 20 Aug 2006 20:51:56 +0000 (20:51 +0000)]
First part of a new mono for audio filter 2. You can select the channel you want to hear all other channels are silenced.

TODO:
- stereo_to_mono downmix

17 years agoRemove some whitespace
Jean-Paul Saman [Sun, 20 Aug 2006 20:48:35 +0000 (20:48 +0000)]
Remove some whitespace

17 years agoRemove some whitespace
Jean-Paul Saman [Sun, 20 Aug 2006 20:47:57 +0000 (20:47 +0000)]
Remove some whitespace

17 years agoDon't force s16l as fourcc but let that depend on the stream chain
Jean-Paul Saman [Sun, 20 Aug 2006 20:46:40 +0000 (20:46 +0000)]
Don't force s16l as fourcc but let that depend on the stream chain

17 years ago* First implementation of the simpleOpenFile Dialog for Qt4
Jean-Baptiste Kempf [Sun, 20 Aug 2006 12:57:07 +0000 (12:57 +0000)]
* First implementation of the simpleOpenFile Dialog for Qt4
* Cosmetic fixes in messages.

17 years ago* configure.ac: fixed compilation when shoutcast module is enabled.
Gildas Bazin [Sun, 20 Aug 2006 11:53:35 +0000 (11:53 +0000)]
* configure.ac: fixed compilation when shoutcast module is enabled.

17 years ago * skins2/src/top_window.cpp: Hide the tooltip when the string to display becomes...
Olivier Teulière [Sun, 20 Aug 2006 09:14:00 +0000 (09:14 +0000)]
 * skins2/src/top_window.cpp: Hide the tooltip when the string to display becomes empty

17 years ago * skins2/win32/win32_dragdrop.cpp: Added a missing encoding conversion
Olivier Teulière [Sun, 20 Aug 2006 08:48:53 +0000 (08:48 +0000)]
 * skins2/win32/win32_dragdrop.cpp: Added a missing encoding conversion
 * skins2/parser/interpreter.cpp: playtree.del() is now a synonym of
    playlist.del(), as it is already in use in some skins...
    Same thing for playtree.sort().

17 years ago* also forward the mouse events to super if no vout is present
Felix Paul Kühne [Sat, 19 Aug 2006 22:54:18 +0000 (22:54 +0000)]
* also forward the mouse events to super if no vout is present

17 years ago* fixed stupid typo (fixes the highlighting of DVD menu entries)
Felix Paul Kühne [Sat, 19 Aug 2006 22:46:47 +0000 (22:46 +0000)]
* fixed stupid typo (fixes the highlighting of DVD menu entries)

17 years ago* always forward the clicks to OSX's core
Felix Paul Kühne [Sat, 19 Aug 2006 21:39:06 +0000 (21:39 +0000)]
* always forward the clicks to OSX's core

17 years ago* modules/codec/x264.c: cosmetics and added SSIM stats computation option.
Dennis van Amerongen [Sat, 19 Aug 2006 21:32:19 +0000 (21:32 +0000)]
* modules/codec/x264.c: cosmetics and added SSIM stats computation option.

17 years ago * skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
Olivier Teulière [Sat, 19 Aug 2006 17:51:41 +0000 (17:51 +0000)]
 * skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
   by a previous commit

17 years ago* Tests for previous commit
Clément Stenac [Sat, 19 Aug 2006 16:19:56 +0000 (16:19 +0000)]
* Tests for previous commit
* Improve test output

17 years ago* B-search macro
Clément Stenac [Sat, 19 Aug 2006 16:19:31 +0000 (16:19 +0000)]
* B-search macro
* Redo dictionnary handling to remove recursion and bugs

17 years ago* First implementation of the messages dialog for qt4.
Jean-Baptiste Kempf [Sat, 19 Aug 2006 13:08:04 +0000 (13:08 +0000)]
* First implementation of the messages dialog for qt4.
  It works but it is not finished.
  - The changing verbosity does not work yet.
  - Too many messages are displayed ?

17 years ago * skins2/parser/interpreter.cpp: Restored action names modified in [15629]
Olivier Teulière [Fri, 18 Aug 2006 22:00:04 +0000 (22:00 +0000)]
 * skins2/parser/interpreter.cpp: Restored action names modified in [15629]

17 years ago * skins2/src/theme.cpp: Improved the saving/loading of skins config
Olivier Teulière [Fri, 18 Aug 2006 18:58:16 +0000 (18:58 +0000)]
 * skins2/src/theme.cpp: Improved the saving/loading of skins config
   - the format of the skins2-config variable has changed (not backwards-compatible)
   - the active layout and its size are now restored
   - the windows and layouts are now identified by their id, instead of their
     order in the XML file; this fixes problems of disappearing windows
     when editing a skin (commenting a Window for example)
   - it should now be impossible to have all windows hidden at the same time
     (but there is no check that the windows are on screen)

17 years ago- minor fixes
Damien Fouilleul [Fri, 18 Aug 2006 15:11:02 +0000 (15:11 +0000)]
- minor fixes

17 years ago- fixed Cygwin issue when linking/building shared libvlc.dll
Damien Fouilleul [Fri, 18 Aug 2006 15:10:21 +0000 (15:10 +0000)]
- fixed Cygwin issue when linking/building shared libvlc.dll

17 years ago* finish the vout menu (cloeses #302)
Felix Paul Kühne [Fri, 18 Aug 2006 14:05:45 +0000 (14:05 +0000)]
* finish the vout menu (cloeses #302)

17 years ago* Fix a RTSP crash
Derk-Jan Hartman [Fri, 18 Aug 2006 01:27:00 +0000 (01:27 +0000)]
* Fix a RTSP crash

17 years ago* modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime...
Gildas Bazin [Thu, 17 Aug 2006 20:53:27 +0000 (20:53 +0000)]
* modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime files with H263 video.

17 years ago* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET...
Gildas Bazin [Thu, 17 Aug 2006 20:14:14 +0000 (20:14 +0000)]
* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET instead when preparsing.

17 years ago* modules/stream_out/transcode.c: couple of small fixes.
Gildas Bazin [Thu, 17 Aug 2006 20:07:13 +0000 (20:07 +0000)]
* modules/stream_out/transcode.c: couple of small fixes.

17 years agoFix interaction locking
Clément Stenac [Thu, 17 Aug 2006 18:16:09 +0000 (18:16 +0000)]
Fix interaction locking

17 years ago* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.
Gildas Bazin [Wed, 16 Aug 2006 21:45:56 +0000 (21:45 +0000)]
* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.

17 years ago* modules/access_output/shout.c: changed 'no bitrate information' warning to be used...
Dennis van Amerongen [Wed, 16 Aug 2006 21:36:26 +0000 (21:36 +0000)]
* modules/access_output/shout.c: changed 'no bitrate information' warning to be used for both icecast and shoutcast.

17 years ago* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.
Gildas Bazin [Wed, 16 Aug 2006 21:19:15 +0000 (21:19 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.

17 years ago* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages...
Gildas Bazin [Wed, 16 Aug 2006 20:59:04 +0000 (20:59 +0000)]
* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.

17 years ago* modules/demux/mkv.cpp: remove useless printf()s
Gildas Bazin [Wed, 16 Aug 2006 20:48:06 +0000 (20:48 +0000)]
* modules/demux/mkv.cpp: remove useless printf()s

17 years ago* modules/demux/live555.cpp: fixed segfault
Gildas Bazin [Wed, 16 Aug 2006 20:30:04 +0000 (20:30 +0000)]
* modules/demux/live555.cpp: fixed segfault

17 years ago * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
Olivier Teulière [Wed, 16 Aug 2006 07:03:52 +0000 (07:03 +0000)]
 * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
   bug in ScaledBitmap is fixed
 * skins2/controls/ctrl_slider.*: Support resizing of the SliderBackground control

17 years ago* modules/access_output/shout.c: removed protocol selection and set it to automaticly...
Dennis van Amerongen [Tue, 15 Aug 2006 23:13:46 +0000 (23:13 +0000)]
* modules/access_output/shout.c: removed protocol selection and set it to automaticly try shoutcast protocol if icecast fails. added options for stream info settings, genre, url and public (yellow pages).

17 years ago* scaled_bitmap.cpp: better fix than [16273] ...
Cyril Deguet [Tue, 15 Aug 2006 22:38:49 +0000 (22:38 +0000)]
* scaled_bitmap.cpp: better fix than [16273] ...

17 years ago* scaled_bitmap.cpp: - fixed an infinite loop when width=1
Cyril Deguet [Tue, 15 Aug 2006 22:25:27 +0000 (22:25 +0000)]
* scaled_bitmap.cpp: - fixed an infinite loop when width=1
   + fixed a huge bug in horizontal scaling (btw, TODO: use bresenham for
   vertical scaling too)

17 years ago* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui...
Gildas Bazin [Tue, 15 Aug 2006 22:10:37 +0000 (22:10 +0000)]
* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit, introduced in changelist 16148 (unix VOUT_REPARENT).

17 years ago * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
Olivier Teulière [Tue, 15 Aug 2006 20:57:56 +0000 (20:57 +0000)]
 * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
   to a very small size, in scaling mode

17 years ago * skins2/controls/*: forward the onResize() method to the decorated controls
Olivier Teulière [Tue, 15 Aug 2006 18:59:40 +0000 (18:59 +0000)]
 * skins2/controls/*: forward the onResize() method to the decorated controls

17 years ago* Get and write the correct profile_compat_byte
Derk-Jan Hartman [Tue, 15 Aug 2006 16:17:59 +0000 (16:17 +0000)]
* Get and write the correct profile_compat_byte

17 years ago* provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)
Derk-Jan Hartman [Tue, 15 Aug 2006 16:12:44 +0000 (16:12 +0000)]
* provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)

17 years ago * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax
Olivier Teulière [Tue, 15 Aug 2006 11:04:13 +0000 (11:04 +0000)]
 * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax

17 years ago * qt4: Added a few forward declarations and includes
Olivier Teulière [Tue, 15 Aug 2006 10:43:00 +0000 (10:43 +0000)]
 * qt4: Added a few forward declarations and includes

17 years ago* first sps, then pps
Derk-Jan Hartman [Mon, 14 Aug 2006 23:37:28 +0000 (23:37 +0000)]
* first sps, then pps

17 years ago* modules/packetizer/h264.c: insert an SPS and PPS before each keyframe.
Gildas Bazin [Mon, 14 Aug 2006 22:16:07 +0000 (22:16 +0000)]
* modules/packetizer/h264.c: insert an SPS and PPS before each keyframe.

17 years ago* Set the SPS and PPS properly in the extradata when we receive RTP h264
Derk-Jan Hartman [Mon, 14 Aug 2006 21:46:13 +0000 (21:46 +0000)]
* Set the SPS and PPS properly in the extradata when we receive RTP h264

17 years ago* set extradata of the x264 encoder.
Derk-Jan Hartman [Mon, 14 Aug 2006 21:45:19 +0000 (21:45 +0000)]
* set extradata of the x264 encoder.

17 years ago* Victory at last. The h264 packetizer is fixed. Thx to Haali and gibalou for the...
Derk-Jan Hartman [Mon, 14 Aug 2006 21:44:15 +0000 (21:44 +0000)]
* Victory at last. The h264 packetizer is fixed. Thx to Haali and gibalou for the insights.
  - manage private data properly
  - use 4 byte startcodes

17 years ago* shout.c: add support for protocol selection (icy for shoutcast and http for icecast)
Dennis van Amerongen [Sun, 13 Aug 2006 22:23:33 +0000 (22:23 +0000)]
* shout.c: add support for protocol selection (icy for shoutcast and http for icecast)

17 years agoDistribute the java bindings in the tarball
Christophe Mutricy [Sun, 13 Aug 2006 19:33:16 +0000 (19:33 +0000)]
Distribute the java bindings in the tarball

17 years agoAttempt to remove all the non standard GNU/make stuff
Rémi Denis-Courmont [Sun, 13 Aug 2006 18:48:17 +0000 (18:48 +0000)]
Attempt to remove all the non standard GNU/make stuff

17 years agoFix memory leak
Jean-Paul Saman [Sun, 13 Aug 2006 14:31:02 +0000 (14:31 +0000)]
Fix memory leak

17 years ago * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC...
Olivier Teulière [Sun, 13 Aug 2006 12:34:37 +0000 (12:34 +0000)]
 * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only.

17 years ago* all macintel patches have been fixed upstream now. Also remove outdated ffmpeg...
Derk-Jan Hartman [Sat, 12 Aug 2006 20:08:08 +0000 (20:08 +0000)]
* all macintel patches have been fixed upstream now. Also remove outdated ffmpeg prefix patch

17 years ago* fix the getlength. It needs to be after the SETUP, so that liveMedia can correct...
Derk-Jan Hartman [Sat, 12 Aug 2006 14:24:54 +0000 (14:24 +0000)]
* fix the getlength. It needs to be after the SETUP, so that liveMedia can correct Windows Media Servers.

17 years ago* refactoring of live555 module.
Derk-Jan Hartman [Sat, 12 Aug 2006 00:10:37 +0000 (00:10 +0000)]
* refactoring of live555 module.
  - less code duplication
  - automaticly try HTTP tunneling if describe fails
  - upon authentication failure, ask for a new user/passwd and try again (untested due to lack of a rtsp source)
  - fix a bug with adding tracks introduced in [16114]
  - fix a bug closing the RTSPClient
  - disabled the QT VoD detection because it's unreliable like hell.

  TODO:
  - test with a WMS RTSP session
  - test against a paswd. protected RTSP session
  - find a better way for error communication with live (parsing random strings is so 1990)
  - find a way to relay Control() calls to a subdemux (for time/pos in TS)
  - add the HREF support of the 0.8.5-href branch
  - better flushing etc. during the PAUSE (ideas anyone?)

17 years agoShould fix compilation. Not tested
Christophe Mutricy [Fri, 11 Aug 2006 23:30:02 +0000 (23:30 +0000)]
Should fix compilation. Not tested

17 years agoAdd functions to use the media library
Clément Stenac [Fri, 11 Aug 2006 13:32:42 +0000 (13:32 +0000)]
Add functions to use the media library

17 years agoGah, forgot to commit this: fix a potential crash in stats
Clément Stenac [Fri, 11 Aug 2006 06:23:56 +0000 (06:23 +0000)]
Gah, forgot to commit this: fix a potential crash in stats

17 years ago* nop part of ffmpeg patch was fixed upstream
Derk-Jan Hartman [Thu, 10 Aug 2006 21:28:56 +0000 (21:28 +0000)]
* nop part of ffmpeg patch was fixed upstream

17 years agoAdd "enqueue" command. Original patch by Greg Farell
Antoine Cellerier [Thu, 10 Aug 2006 19:21:25 +0000 (19:21 +0000)]
Add "enqueue" command. Original patch by Greg Farell

17 years ago * doc/skins/skins2-howto.xml: Updated copyright year
Olivier Teulière [Thu, 10 Aug 2006 18:26:18 +0000 (18:26 +0000)]
 * doc/skins/skins2-howto.xml: Updated copyright year

17 years ago * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
Olivier Teulière [Thu, 10 Aug 2006 17:25:30 +0000 (17:25 +0000)]
 * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
   nicer output

17 years agoPartial UPnP fix from Christian Henz, from Ralf Huvendiek.
Rémi Denis-Courmont [Thu, 10 Aug 2006 14:27:28 +0000 (14:27 +0000)]
Partial UPnP fix from Christian Henz, from Ralf Huvendiek.

17 years ago* p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.
Derk-Jan Hartman [Thu, 10 Aug 2006 12:51:53 +0000 (12:51 +0000)]
* p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.

17 years ago* Part of the Intel patches are now fixed upstream
Derk-Jan Hartman [Thu, 10 Aug 2006 11:46:19 +0000 (11:46 +0000)]
* Part of the Intel patches are now fixed upstream

17 years agoFix comments
Jean-Paul Saman [Wed, 9 Aug 2006 18:09:34 +0000 (18:09 +0000)]
Fix comments

17 years ago* Fix an #ifdef hidden error in cddax
Derk-Jan Hartman [Tue, 8 Aug 2006 20:39:12 +0000 (20:39 +0000)]
* Fix an #ifdef hidden error in cddax

17 years agoFix sort by artist
Clément Stenac [Mon, 7 Aug 2006 17:26:02 +0000 (17:26 +0000)]
Fix sort by artist

17 years ago* configure.ac: enabled Obj-C exceptions in the OBJCFLAGS (they're currently used...
Felix Paul Kühne [Mon, 7 Aug 2006 16:36:57 +0000 (16:36 +0000)]
* configure.ac: enabled Obj-C exceptions in the OBJCFLAGS (they're currently used by AppleRemote only, but we should extend them to further classes)
* AppleRemote.*: added svn id and proper notes about the MIT-style and GPL dual licensing

17 years ago* Add random/loop buttons
Clément Stenac [Sun, 6 Aug 2006 17:12:01 +0000 (17:12 +0000)]
* Add random/loop buttons
* Improve hilighting

17 years ago * skins2: Fixed resizing of the Text control
Olivier Teulière [Sun, 6 Aug 2006 16:36:30 +0000 (16:36 +0000)]
 * skins2: Fixed resizing of the Text control

17 years agoFix deletion of items when changing them to nodes
Clément Stenac [Sun, 6 Aug 2006 16:14:56 +0000 (16:14 +0000)]
Fix deletion of items when changing them to nodes

17 years ago* fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView...
Felix Paul Kühne [Sun, 6 Aug 2006 16:10:19 +0000 (16:10 +0000)]
* fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView's interface

17 years ago * skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
Olivier Teulière [Sun, 6 Aug 2006 15:49:56 +0000 (15:49 +0000)]
 * skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
   the top left corner of the layout

17 years agoOops use VLC_ error messages
Jean-Paul Saman [Sun, 6 Aug 2006 15:07:47 +0000 (15:07 +0000)]
Oops use VLC_ error messages

17 years agoOh look ! Bananas !
Clément Stenac [Sun, 6 Aug 2006 13:53:58 +0000 (13:53 +0000)]
Oh look ! Bananas !

17 years agosanity checking
Jean-Paul Saman [Sun, 6 Aug 2006 13:43:18 +0000 (13:43 +0000)]
sanity checking

17 years agoenabled check for p_sys->i_channels>2 again for mp3 audio. It was wrongly disabled.
Jean-Paul Saman [Sun, 6 Aug 2006 13:40:11 +0000 (13:40 +0000)]
enabled check for p_sys->i_channels>2 again for mp3 audio. It was wrongly disabled.

17 years agoImplement afilter transcode filters and renamed vfilter to ufilter (userfilter) so...
Jean-Paul Saman [Sun, 6 Aug 2006 13:27:58 +0000 (13:27 +0000)]
Implement afilter transcode filters and renamed vfilter to ufilter (userfilter) so only one extra entry in sout_stream_id_t is needed and not one for every ES type.

17 years agoifdef away compiler warning
Jean-Paul Saman [Sun, 6 Aug 2006 13:25:05 +0000 (13:25 +0000)]
ifdef away compiler warning

17 years agoRemove unused variable
Jean-Paul Saman [Sun, 6 Aug 2006 13:24:29 +0000 (13:24 +0000)]
Remove unused variable

17 years agoFix double free bug in psychedelic filter
Jean-Paul Saman [Sun, 6 Aug 2006 13:24:11 +0000 (13:24 +0000)]
Fix double free bug in psychedelic filter

17 years agoPut just deleted objects to NULL.
Jean-Paul Saman [Sun, 6 Aug 2006 13:23:47 +0000 (13:23 +0000)]
Put just deleted objects to NULL.

17 years agoUse NULL iso 0 (is more portable)
Jean-Paul Saman [Sun, 6 Aug 2006 13:21:54 +0000 (13:21 +0000)]
Use NULL iso 0 (is more portable)