]> git.sesse.net Git - vlc/log
vlc
20 years ago * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
Olivier Teulière [Wed, 22 Oct 2003 19:12:56 +0000 (19:12 +0000)]
 * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
     tag, which enables to choose whether drop files should be played
     directly or only enqueued (default is "true", to be backwards
     compatible).
     Implemented on win32 and x11, only tested on win32.
 * doc/skins/skins-howto.txt: Updated the doc accordingly

20 years ago* modules/codec/speex.c: fixed a couple of bugs.
Gildas Bazin [Wed, 22 Oct 2003 18:24:08 +0000 (18:24 +0000)]
* modules/codec/speex.c: fixed a couple of bugs.

20 years ago* configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder...
Gildas Bazin [Wed, 22 Oct 2003 17:12:31 +0000 (17:12 +0000)]
* configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
* modules/demux/ogg.c: added support for speex to the Ogg demuxer.
* modules/mux/ogg.c: added support for speex to the Ogg muxer.
* src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
* modules/access/udp.c: use an object variable and inheritance for "udp-caching".
* src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.

20 years ago * added support for S_SSA and S_ASS old way (fix 1373).
Laurent Aimar [Wed, 22 Oct 2003 00:00:54 +0000 (00:00 +0000)]
 * added support for S_SSA and S_ASS old way (fix 1373).
   added removing of all {\xxxx} in the SSA stream.

20 years ago* modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRati...
Gildas Bazin [Tue, 21 Oct 2003 18:33:53 +0000 (18:33 +0000)]
* modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational).

20 years ago* configure.ac: tell the build system that mkv is a c++ plugin.
Gildas Bazin [Tue, 21 Oct 2003 17:31:36 +0000 (17:31 +0000)]
* configure.ac: tell the build system that mkv is a c++ plugin.

20 years agoFixed dropdown lists. they were returning descriptions on a SaveAll instead of config...
Derk-Jan Hartman [Tue, 21 Oct 2003 12:30:40 +0000 (12:30 +0000)]
Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options.

20 years ago beos/VlcWrapper.cpp: started to use object variables
Eric Petit [Tue, 21 Oct 2003 01:48:02 +0000 (01:48 +0000)]
 beos/VlcWrapper.cpp: started to use object variables

20 years ago configure.ac:
Eric Petit [Tue, 21 Oct 2003 01:05:32 +0000 (01:05 +0000)]
 configure.ac:
  + updated libebml/libmatroska detection as matroska headers no longer
    include ebml headers directly. Hope you upgraded it - if not, you'll
    have to set your CFLAGS accordingly.
  + on BeOS, libmkv_plugin.so has to be linked to libstdc++

 modules/control/http.c:
  + fix for gcc != 3

20 years ago * intf-http.txt: small doc about how to write .html page for the http
Laurent Aimar [Mon, 20 Oct 2003 22:43:36 +0000 (22:43 +0000)]
 * intf-http.txt: small doc about how to write .html page for the http
 interface (up to date, but a bit technical...).

 Btw, the first who ask me to write another documentation will just go
 to hell ;)

20 years ago* src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).
Gildas Bazin [Mon, 20 Oct 2003 22:28:26 +0000 (22:28 +0000)]
* src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).

20 years ago* modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are...
Gildas Bazin [Mon, 20 Oct 2003 22:27:05 +0000 (22:27 +0000)]
* modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback.

20 years ago* Makefile.am, install-win32: include the mozilla plugin in the win32 package.
Gildas Bazin [Mon, 20 Oct 2003 21:48:46 +0000 (21:48 +0000)]
* Makefile.am, install-win32: include the mozilla plugin in the win32 package.
   You'll still have to install the mozilla plugin manually though.

20 years ago* modules/demux/avi/libavi.c: multiline strings are not valid C.
Gildas Bazin [Mon, 20 Oct 2003 17:18:54 +0000 (17:18 +0000)]
* modules/demux/avi/libavi.c: multiline strings are not valid C.

20 years agoRemoved an awful debug message
Clément Stenac [Mon, 20 Oct 2003 15:28:03 +0000 (15:28 +0000)]
Removed an awful debug message

20 years ago* modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced(...
Gildas Bazin [Mon, 20 Oct 2003 12:25:22 +0000 (12:25 +0000)]
* modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications.

20 years ago* Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic...
Gildas Bazin [Mon, 20 Oct 2003 10:37:56 +0000 (10:37 +0000)]
* Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process.

20 years ago* even less duplicate entries by id3tags. Dupes are annoying :)
Derk-Jan Hartman [Mon, 20 Oct 2003 01:07:28 +0000 (01:07 +0000)]
* even less duplicate entries by id3tags. Dupes are annoying :)

20 years ago* modules/gui/wxwindows/preferences*: beware, casts from strings to char * are alloca...
Gildas Bazin [Mon, 20 Oct 2003 00:09:27 +0000 (00:09 +0000)]
* modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack.

20 years ago* Added a "demuxed-id3" variable to input.c so id3tags won't be parsed
Derk-Jan Hartman [Mon, 20 Oct 2003 00:01:06 +0000 (00:01 +0000)]
* Added a "demuxed-id3" variable to input.c so id3tags won't be parsed
  multiple times anymore.

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
Gildas Bazin [Sun, 19 Oct 2003 23:38:09 +0000 (23:38 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
   Small cosmetic fixes to the code.
* modules/gui/wxwindows/menus.cpp: added a couple of new options.

20 years ago* include/codecs.h: cosmetic fixes.
Derk-Jan Hartman [Sun, 19 Oct 2003 23:12:16 +0000 (23:12 +0000)]
* include/codecs.h: cosmetic fixes.
* modules/gui/macosx/*:
  - remove the enqueue option from the open panel. why did i even add it? KISS
  - better use of name and uri fields of playlist_item_t
  - when users d&d a CD on VLC, it will now play. This breaks d&d folders
    located on a CD for now. Not really important but should be fixed later on.

20 years agomodules/gui/wxwindows/interface.cpp: oooops
Sigmund Augdal Helberg [Sun, 19 Oct 2003 22:52:11 +0000 (22:52 +0000)]
modules/gui/wxwindows/interface.cpp: oooops

20 years agoFactored the code for each of the different types of config options out into
Sigmund Augdal Helberg [Sun, 19 Oct 2003 22:41:18 +0000 (22:41 +0000)]
Factored the code for each of the different types of config options out into
separate widgets. This makes preferences.cpp much cleaner and opens up
greater possibilities for the config item controls.
* Added "browse..." button to CONFIG_ITEM_DIRECTORY
* Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0
* Made it possible to change CONFIG_ITEM_KEY options with the preferences
dialog

20 years ago* modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for...
Gildas Bazin [Sun, 19 Oct 2003 22:25:10 +0000 (22:25 +0000)]
* modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.

20 years ago* lalala
Cyril Deguet [Sun, 19 Oct 2003 20:32:21 +0000 (20:32 +0000)]
* lalala

20 years ago* tried to implement on-top windows on X11, but doesn't work for me :(
Cyril Deguet [Sun, 19 Oct 2003 20:05:56 +0000 (20:05 +0000)]
* tried to implement on-top windows on X11, but doesn't work for me :(

20 years ago* modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while...
Gildas Bazin [Sun, 19 Oct 2003 16:53:59 +0000 (16:53 +0000)]
* modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.

20 years ago* Update portugese brazilian translation
Derk-Jan Hartman [Sun, 19 Oct 2003 14:02:33 +0000 (14:02 +0000)]
* Update portugese brazilian translation

20 years ago* modules/demux/avi/*
Derk-Jan Hartman [Sun, 19 Oct 2003 13:39:12 +0000 (13:39 +0000)]
* modules/demux/avi/*
  - print a debug message in case of 0xfffe audio
    This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio
  - use c-style comments
* modules/gui/macosx/info.m:
  - release your objects when you finished using them.

20 years ago* modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
Gildas Bazin [Sun, 19 Oct 2003 12:37:03 +0000 (12:37 +0000)]
* modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.

20 years ago* src/playlist/playlist.c: fixed locking problem.
Gildas Bazin [Sun, 19 Oct 2003 12:20:00 +0000 (12:20 +0000)]
* src/playlist/playlist.c: fixed locking problem.
* modules/gui/skins/src/skin_main.cpp: fixed division by 0.

20 years ago* id3tag fills the psz_name and psz_author field of playlist_item_t
Derk-Jan Hartman [Sat, 18 Oct 2003 22:48:25 +0000 (22:48 +0000)]
* id3tag fills the psz_name and psz_author field of playlist_item_t

20 years ago* The SAMI parses did case sensitive tag parsing. However both START, Start
Derk-Jan Hartman [Sat, 18 Oct 2003 21:46:01 +0000 (21:46 +0000)]
* The SAMI parses did case sensitive tag parsing. However both START, Start
  and start are legal tags. I added a local_stristr (also sometime known as strcasestr)
  function to this file. It probably doesn't belong here, anyone is welcome
  to move it.

20 years ago* modules/access/dshow/*: fixes and optimizations. Also changed all the parameters...
Gildas Bazin [Sat, 18 Oct 2003 20:09:23 +0000 (20:09 +0000)]
* modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options.

20 years ago* modules/gui/wxwindows/streamout.cpp: fixed the rtp field.
Gildas Bazin [Fri, 17 Oct 2003 21:28:21 +0000 (21:28 +0000)]
* modules/gui/wxwindows/streamout.cpp: fixed the rtp field.

20 years ago * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
Olivier Teulière [Fri, 17 Oct 2003 20:21:59 +0000 (20:21 +0000)]
 * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
 * doc/skins/events-howto.txt: Updated the doc accordingly

20 years ago* A few sanity checks
Clément Stenac [Fri, 17 Oct 2003 18:59:00 +0000 (18:59 +0000)]
* A few sanity checks

* Escape < and > to prevent script injections (could be done easily with crappy playlist items)

20 years ago* Makefile.am: don't forget include/vlc_keys.h in "make dist"
Gildas Bazin [Fri, 17 Oct 2003 18:45:20 +0000 (18:45 +0000)]
* Makefile.am: don't forget include/vlc_keys.h in "make dist"

20 years ago* src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibi...
Gildas Bazin [Fri, 17 Oct 2003 18:38:47 +0000 (18:38 +0000)]
* src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins).

20 years ago * modules/gui/skins/*:
Olivier Teulière [Fri, 17 Oct 2003 18:17:28 +0000 (18:17 +0000)]
 * modules/gui/skins/*:
        Added an "Always on top" entry in the system menu (it can also
        be triggered by Ctrl+T). Implemented on Windows only, but to do
        that on X11 you just need to write X11Window::ToggleOnTop().

20 years ago* modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config...
Gildas Bazin [Fri, 17 Oct 2003 16:40:09 +0000 (16:40 +0000)]
* modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel.
* modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume.
* modules/video_output/directx/*: use inheritance for the direct-always-on-top object var.
   Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks.
* modules/mux/mp4.c: fixed the audio/video sync.

20 years ago* modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object.
Gildas Bazin [Thu, 16 Oct 2003 16:04:25 +0000 (16:04 +0000)]
* modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object.
   Check p_playlist->i_index is != -1 as well.

20 years ago* modules/video_filter/*: forward fullscreen event between children and parent.
Gildas Bazin [Wed, 15 Oct 2003 22:49:48 +0000 (22:49 +0000)]
* modules/video_filter/*: forward fullscreen event between children and parent.

20 years ago* modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc
Gildas Bazin [Wed, 15 Oct 2003 12:24:14 +0000 (12:24 +0000)]
* modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc
* modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks.
* modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice.
* modules/gui/wxwindows/menus.cpp: small cosmetic changes.

20 years ago* modules/control/http.c: small bug fix.
Gildas Bazin [Wed, 15 Oct 2003 07:34:25 +0000 (07:34 +0000)]
* modules/control/http.c: small bug fix.
* mozilla/vlcshell.cpp: win32 fix.

20 years ago* src/interface/interface.c: interfaces added on the fly are attached to p_vlc instea...
Gildas Bazin [Tue, 14 Oct 2003 23:09:03 +0000 (23:09 +0000)]
* src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface.

20 years ago* modules/gui/wxwindows/*: don't forget to delete the timer.
Gildas Bazin [Tue, 14 Oct 2003 22:41:41 +0000 (22:41 +0000)]
* modules/gui/wxwindows/*: don't forget to delete the timer.
   Use wxApp::OnExit() to cleanup the dialogs provider.
   Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu.
* modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS.
   Don't forget to attach/detach the dialogs provider to its parent intf.
   Work around a bug in imlib2 when we close the plugin.
* src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers.
* src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).

20 years agoNew update again !
Alexis de Lattre [Tue, 14 Oct 2003 16:46:39 +0000 (16:46 +0000)]
New update again !

20 years agoSpanish translation update.
Alexis de Lattre [Tue, 14 Oct 2003 07:30:31 +0000 (07:30 +0000)]
Spanish translation update.

20 years ago* modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)
Clément Stenac [Mon, 13 Oct 2003 05:48:08 +0000 (05:48 +0000)]
* modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)

* NEWS: added some more stuff

20 years ago* Updated the pt_BR translation
Derk-Jan Hartman [Sun, 12 Oct 2003 23:28:36 +0000 (23:28 +0000)]
* Updated the pt_BR translation
* Added the new es language to the preferences
* Updated same stuff in the NEWS file, new release will still take a long time
* Updated the subtitle info in the README file.

20 years ago* added a "auto" mode to sub-type. This is because the wxwin intf doesn't
Derk-Jan Hartman [Sun, 12 Oct 2003 21:53:58 +0000 (21:53 +0000)]
* added a "auto" mode to sub-type. This is because the wxwin intf doesn't
  like dropdown lists, with no selection. it therefore selects the first item
  in this case microdvd, which then has the potential that you can save and
  set this sub-type accidently.

20 years ago* src/video_output/video_text.h: removed useless file.
Gildas Bazin [Sun, 12 Oct 2003 09:49:30 +0000 (09:49 +0000)]
* src/video_output/video_text.h: removed useless file.

20 years ago* src/input/subtitles.c: made the autodetection fuzziness a config option.
Derk-Jan Hartman [Sat, 11 Oct 2003 22:40:05 +0000 (22:40 +0000)]
* src/input/subtitles.c: made the autodetection fuzziness a config option.
* ALL:
  use a counter and pass this along to New_Subtitle, so we can add more
  than one subtitle file. This 'fixes' a problem where all subtitles got the
  same track_id and therefore were all (un)selected at the same time.

20 years ago* src/misc/charset.c: Fixed a segfault and removed some gcc warnings
Derk-Jan Hartman [Sat, 11 Oct 2003 21:08:40 +0000 (21:08 +0000)]
* src/misc/charset.c: Fixed a segfault and removed some gcc warnings
  The day i understand strings and memory in C is going to be a joyful day :)
* modules/demux/mkv.cpp: fixed an error if there is no ICONV support

20 years ago* removed an undef HAVE_ICONV from this file, and fixed a cast warning.
Derk-Jan Hartman [Sat, 11 Oct 2003 14:08:58 +0000 (14:08 +0000)]
* removed an undef HAVE_ICONV from this file, and fixed a cast warning.

20 years agoMinor fix.
Alexis de Lattre [Fri, 10 Oct 2003 19:42:30 +0000 (19:42 +0000)]
Minor fix.

20 years ago* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers.
Gildas Bazin [Fri, 10 Oct 2003 17:09:42 +0000 (17:09 +0000)]
* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers.
* modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams.

20 years agoRan toolbox --update-po.
Alexis de Lattre [Fri, 10 Oct 2003 07:33:53 +0000 (07:33 +0000)]
Ran toolbox --update-po.

20 years agoNew spanish translation, by Antonio Javier Varela.
Alexis de Lattre [Fri, 10 Oct 2003 07:28:37 +0000 (07:28 +0000)]
New spanish translation, by Antonio Javier Varela.

P.S. : it compiles fine, but I can't figure out how to change the
language on the CVS version of VLC, so I couldn't test it.

20 years ago* modules/stream_out/transcode.c: yes, I can do it!
Gildas Bazin [Thu, 9 Oct 2003 19:40:29 +0000 (19:40 +0000)]
* modules/stream_out/transcode.c: yes, I can do it!

20 years ago* modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting...
Gildas Bazin [Thu, 9 Oct 2003 19:31:38 +0000 (19:31 +0000)]
* modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting pts problem in the ogg muxer.

20 years ago* modules/stream_out/transcode.c: couple of fixes.
Gildas Bazin [Thu, 9 Oct 2003 18:53:01 +0000 (18:53 +0000)]
* modules/stream_out/transcode.c: couple of fixes.
* modules/codec/theora.c, modules/mux/ogg.c: proper granulepos generation for theora streams.
* modules/mux/ogg.c: ignore pts from headers.

20 years agoHOLY SHIT, IS IT TOO DIFFICULT TO COMPILE YOUR SOURCE BEFORE CHECKING
Christophe Massiot [Thu, 9 Oct 2003 18:05:32 +0000 (18:05 +0000)]
HOLY SHIT, IS IT TOO DIFFICULT TO COMPILE YOUR SOURCE BEFORE CHECKING
IT IN ???

20 years ago* modules/stream_out/transcode.c: fixed resizing with theora encoding.
Gildas Bazin [Thu, 9 Oct 2003 12:31:05 +0000 (12:31 +0000)]
* modules/stream_out/transcode.c: fixed resizing with theora encoding.

20 years ago* modules/codec/theora.c, modules/stream_out/transcode.c: fixed encoder module unloading.
Gildas Bazin [Thu, 9 Oct 2003 11:48:41 +0000 (11:48 +0000)]
* modules/codec/theora.c, modules/stream_out/transcode.c: fixed encoder module unloading.
* modules/mux/ogg.c: fixed packing of OggDS structure.

20 years ago* modules/stream_out/transcode.c: fixed transcoding.
Gildas Bazin [Thu, 9 Oct 2003 09:39:16 +0000 (09:39 +0000)]
* modules/stream_out/transcode.c: fixed transcoding.

20 years ago* modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.
Gildas Bazin [Wed, 8 Oct 2003 23:00:40 +0000 (23:00 +0000)]
* modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.

20 years ago* modules/demux/util/sub.c: fix when no subs specified.
Gildas Bazin [Wed, 8 Oct 2003 21:03:36 +0000 (21:03 +0000)]
* modules/demux/util/sub.c: fix when no subs specified.
* modules/video_output/x11/xcommon.c: fixed invalid chroma.
* modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.

20 years ago* include/vlc_codec.h: defines decoders/encoders related structures here.
Gildas Bazin [Wed, 8 Oct 2003 21:01:07 +0000 (21:01 +0000)]
* include/vlc_codec.h: defines decoders/encoders related structures here.
* include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
* include/vlc/decoder.h: include vlc_codec.h
* src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
* modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
* src/input/*: some cleanup.

20 years ago* include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle...
Gildas Bazin [Wed, 8 Oct 2003 19:40:42 +0000 (19:40 +0000)]
* include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences.
* src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support.
* modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.

20 years ago* modules/misc/sap.c: fixed win32 breakage.
Gildas Bazin [Wed, 8 Oct 2003 18:26:58 +0000 (18:26 +0000)]
* modules/misc/sap.c: fixed win32 breakage.

20 years ago* Fixed slider values (boundaries were wrong, some values were unreachable)
Clément Stenac [Wed, 8 Oct 2003 12:18:50 +0000 (12:18 +0000)]
* Fixed slider values (boundaries were wrong, some values were unreachable)

20 years agoCompilation fix
Clément Stenac [Wed, 8 Oct 2003 11:24:59 +0000 (11:24 +0000)]
Compilation fix

20 years ago* modules/misc/httpd.c: added missing sanity checks
Clément Stenac [Wed, 8 Oct 2003 10:07:22 +0000 (10:07 +0000)]
* modules/misc/httpd.c: added missing sanity checks

* modules/misc/sap.c: added sanity checks and more coding style fixes

* src/video_output/video_output.c:
  Video filters can now be enabled on the fly (vout is respawned)
  You need to var_Set( p_vout, "filters", psz_yourvalue)
      for this

* modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly

20 years ago * bootstrap: Fixed a shell syntax error when pkg-config is not present.
Sam Hocevar [Tue, 7 Oct 2003 21:13:01 +0000 (21:13 +0000)]
  * bootstrap: Fixed a shell syntax error when pkg-config is not present.

20 years ago * Only look for kernel32.dll if the target is windows.
Sam Hocevar [Tue, 7 Oct 2003 18:53:01 +0000 (18:53 +0000)]
  * Only look for kernel32.dll if the target is windows.

20 years ago* Makefile.am: forgot to include vlc_block_helper.h
Gildas Bazin [Tue, 7 Oct 2003 16:54:53 +0000 (16:54 +0000)]
* Makefile.am: forgot to include vlc_block_helper.h

20 years ago* modules/mux/mp4.c: Use SoundDescription instead of SoundDescriptionV1.
Gildas Bazin [Tue, 7 Oct 2003 14:59:10 +0000 (14:59 +0000)]
* modules/mux/mp4.c: Use SoundDescription instead of SoundDescriptionV1.
* modules/demux/mp4/*: Added support for the "wave" tag used in mov files with aac.

20 years ago* src/misc/modules.c: win32 compilation fix.
Gildas Bazin [Tue, 7 Oct 2003 09:32:48 +0000 (09:32 +0000)]
* src/misc/modules.c: win32 compilation fix.

20 years ago* modules/gui/wxwindows/*: compilation fixes for the unicode version.
Gildas Bazin [Mon, 6 Oct 2003 17:41:47 +0000 (17:41 +0000)]
* modules/gui/wxwindows/*: compilation fixes for the unicode version.
   made the "Extended GUI" option a checkable menuitem.

20 years ago* include/vlc_playlist.h
Clément Stenac [Mon, 6 Oct 2003 16:23:30 +0000 (16:23 +0000)]
* include/vlc_playlist.h
  src/playlist/playlist.c:
     * Implemented a boolean b_enabled to disable a playlist item
     * Implemented the idea of group (p_item->i_group), that allows
       to enable/disable and to sort some series of items
     * Implemented an unused (at the moment), psz_author field
     * Started to implement a new playlist format to store all of these

* modules/gui/wxwindows/interface.cpp:
     Added a hiddeable panel to put some important options.
     (Menu Preferences->Extra GUI)
     At the moment, we put the adjust filter and aspect ratio, and must
     decide what options we want here

* modules/gui/wxwindows/playlist.cpp
  modules/gui/wxwindows/iteminfo.cpp:
     Added "Enable/disable group button", options to enable/disable selection
     Added an item info dialog box

* modules/misc/sap.c :
     Added a sap-group-id option: the SAP playlist items are in a separate group
     (defaults to 42)

* modules/visualization/visual/effects.c:
     Minor coding style fixes

Todo:
-----

* Advanced sort (alphabetical and/or by group)
* Ability to load 0_6 playlists
* Really use the libid3tag

20 years ago* src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
Gildas Bazin [Mon, 6 Oct 2003 15:22:53 +0000 (15:22 +0000)]
* src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.

20 years ago* src/video_output/video_output.c: fixed a recent patch that had been causing a lot...
Gildas Bazin [Sun, 5 Oct 2003 23:03:35 +0000 (23:03 +0000)]
* src/video_output/video_output.c: fixed a recent patch that had been causing a lot of jerkiness in the video.

20 years ago * configure.ac:
Sam Hocevar [Sun, 5 Oct 2003 21:29:23 +0000 (21:29 +0000)]
  * configure.ac:
    + Better BeOS dynamic loader detection.
  * src/misc/modules.c:
    + Consistency fixes.

20 years ago* modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS strea...
Gildas Bazin [Sun, 5 Oct 2003 18:09:36 +0000 (18:09 +0000)]
* modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization.

20 years ago * src/misc/modules.c, src/misc/modules_plugin.h.in:
Sam Hocevar [Sun, 5 Oct 2003 15:35:59 +0000 (15:35 +0000)]
  * src/misc/modules.c, src/misc/modules_plugin.h.in:
    + As platform-dependant dynamic loader functions are no longer inline,
      moved them to modules.c which is their real place.
    + More verbose error messages on some platforms.

20 years agoAdd ability to dynamically set debug ouput.
Rocky Bernstein [Sun, 5 Oct 2003 14:51:47 +0000 (14:51 +0000)]
Add ability to dynamically set debug ouput.

20 years agoAdd pf_demux_control setting. Also fix some small typos.
Rocky Bernstein [Sun, 5 Oct 2003 10:54:55 +0000 (10:54 +0000)]
Add pf_demux_control setting. Also fix some small typos.

20 years ago* use the new look also for capabilities and main helps.
Clément Stenac [Sun, 5 Oct 2003 09:27:46 +0000 (09:27 +0000)]
* use the new look also for capabilities and main helps.

20 years ago* modules/codec/mpeg_audio.c: fixes and improvements.
Gildas Bazin [Sun, 5 Oct 2003 00:50:05 +0000 (00:50 +0000)]
* modules/codec/mpeg_audio.c: fixes and improvements.
* include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer).

20 years agomodules/gui/wxwindows/preferences.cpp:
Sigmund Augdal Helberg [Sat, 4 Oct 2003 23:52:32 +0000 (23:52 +0000)]
modules/gui/wxwindows/preferences.cpp:
 * Increased size of and decreased margins around the section heading. It
   looks nice now.

20 years ago* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdi...
Gildas Bazin [Sat, 4 Oct 2003 18:55:13 +0000 (18:55 +0000)]
* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
* modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
* modules/LIST: update.

20 years agoFurther doxygenization.
Sigmund Augdal Helberg [Sat, 4 Oct 2003 15:51:22 +0000 (15:51 +0000)]
Further doxygenization.

20 years ago * src/misc/modules_plugin.h.in: Added a missing return value that caused
Sam Hocevar [Sat, 4 Oct 2003 15:49:13 +0000 (15:49 +0000)]
  * src/misc/modules_plugin.h.in: Added a missing return value that caused
    module loading to fail.

20 years ago * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic
Sam Hocevar [Sat, 4 Oct 2003 15:04:49 +0000 (15:04 +0000)]
  * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic
    loader.

20 years ago* modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even...
Gildas Bazin [Sat, 4 Oct 2003 14:59:38 +0000 (14:59 +0000)]
* modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.

20 years agoFixed dyld commit.
Christophe Massiot [Sat, 4 Oct 2003 12:30:53 +0000 (12:30 +0000)]
Fixed dyld commit.

20 years ago * include/modules.h: Fixed the OS X build by adding a required header.
Sam Hocevar [Sat, 4 Oct 2003 12:25:00 +0000 (12:25 +0000)]
  * include/modules.h: Fixed the OS X build by adding a required header.