]> git.sesse.net Git - vlc/log
vlc
20 years ago* ALL: update for 0.7.2-test2.
Gildas Bazin [Sat, 1 May 2004 10:36:25 +0000 (10:36 +0000)]
* ALL: update for 0.7.2-test2.

20 years ago* modules/gui/wxwindows/*: hotkeys support.
Gildas Bazin [Fri, 30 Apr 2004 23:21:44 +0000 (23:21 +0000)]
* modules/gui/wxwindows/*: hotkeys support.

20 years ago * po/fr.po: updated French translation for vlc 0.7.2
Yoann Peronneau [Fri, 30 Apr 2004 22:53:33 +0000 (22:53 +0000)]
 * po/fr.po: updated French translation for vlc 0.7.2

> #, fuzzy
> msgid "Date metadata"
> msgstr "Death metal"

20 years ago + macosx/vout*: use two pictures and OpenGL textures so a texture
Eric Petit [Fri, 30 Apr 2004 16:44:59 +0000 (16:44 +0000)]
 + macosx/vout*: use two pictures and OpenGL textures so a texture
                 cannot be affected by VLC loading the next picture
 (should fix the artifacts when moving or resizing
  the window)

20 years ago* Use the playlist info panel instead of the old one everywhere
Benjamin Pracht [Fri, 30 Apr 2004 15:44:06 +0000 (15:44 +0000)]
* Use the playlist info panel instead of the old one everywhere
- old VLCInfo and InfoPanel have been removed from nib file
- VLCPlaylistInfo and PlaylistInfoPanel have been renamed
- old info.c and info.h are still in repository, but not compiled, should I remove them ?

20 years ago* modules/gui/skins2/*: a few bug fixes.
Gildas Bazin [Fri, 30 Apr 2004 15:35:56 +0000 (15:35 +0000)]
* modules/gui/skins2/*: a few bug fixes.

20 years ago* share/skins2/skin.catalog: added a default catalog as some platforms don't provide...
Gildas Bazin [Fri, 30 Apr 2004 15:30:43 +0000 (15:30 +0000)]
* share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
* modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.

20 years agoHopefully fix locking issues with wx
Clément Stenac [Fri, 30 Apr 2004 15:15:16 +0000 (15:15 +0000)]
Hopefully fix locking issues with wx

20 years ago* Update faad even further
Derk-Jan Hartman [Fri, 30 Apr 2004 12:51:53 +0000 (12:51 +0000)]
* Update faad even further

20 years ago * src/video_output/vout_intf.c: remember video-on-top via p_playlist
Derk-Jan Hartman [Fri, 30 Apr 2004 12:51:24 +0000 (12:51 +0000)]
 * src/video_output/vout_intf.c: remember video-on-top via p_playlist
 * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.

20 years ago* modules/gui/wxwindows/*: small clean-up.
Gildas Bazin [Fri, 30 Apr 2004 09:14:47 +0000 (09:14 +0000)]
* modules/gui/wxwindows/*: small clean-up.

20 years ago * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
Cyril Deguet [Thu, 29 Apr 2004 22:09:23 +0000 (22:09 +0000)]
  * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
    (a bit "C-style-coded" at the moment ;)
  * utils/var_bool.*: added true and false boolean variables, and the "OR"
    composite variable
  * src/var_manager.*: support for anonymous variables
  * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
    expressions in the XML. Any well-parenthesized expression using "not",
    "or", "and", "true", "false" and boolean variables should be understood
    (not much tested yet).

20 years ago* modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg...
Gildas Bazin [Thu, 29 Apr 2004 21:57:23 +0000 (21:57 +0000)]
* modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.

20 years ago* modules/codec/ffmpeg/*:
Gildas Bazin [Thu, 29 Apr 2004 20:30:24 +0000 (20:30 +0000)]
* modules/codec/ffmpeg/*:
  + small fix for --ffmpeg-workaround-bugs.
  + new --ffmpeg-vismv option to visualize motion vectors.

20 years ago * src/playlist/playlist.c: Don't do any playlist actions if there are no items in...
Derk-Jan Hartman [Thu, 29 Apr 2004 19:30:58 +0000 (19:30 +0000)]
 * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
 * REST: remove code duplication in some places. there might be more locations.

20 years ago* Fix the fullscreen button.
Derk-Jan Hartman [Thu, 29 Apr 2004 18:38:44 +0000 (18:38 +0000)]
* Fix the fullscreen button.

20 years ago* Add missing playlistinfo files to OSX target
Derk-Jan Hartman [Thu, 29 Apr 2004 18:32:58 +0000 (18:32 +0000)]
* Add missing playlistinfo files to OSX target

20 years ago* Made the open dialog a wxDialog to be able to call it from the wizard. Please test...
Clément Stenac [Thu, 29 Apr 2004 18:27:08 +0000 (18:27 +0000)]
* Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2

20 years ago* modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete...
Gildas Bazin [Thu, 29 Apr 2004 15:45:30 +0000 (15:45 +0000)]
* modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.

20 years agoAdd missing objects descriptions
Clément Stenac [Thu, 29 Apr 2004 15:30:00 +0000 (15:30 +0000)]
Add missing objects descriptions

20 years ago* Updated the Vout behaviour. Still a bit coupled to p_vout.
Derk-Jan Hartman [Thu, 29 Apr 2004 15:17:51 +0000 (15:17 +0000)]
* Updated the Vout behaviour. Still a bit coupled to p_vout.

20 years agoFix segfault on "del"
Clément Stenac [Thu, 29 Apr 2004 15:06:50 +0000 (15:06 +0000)]
Fix segfault on "del"

20 years ago* remove "Ja Nu!" Didn't i do that before????
Derk-Jan Hartman [Thu, 29 Apr 2004 14:52:05 +0000 (14:52 +0000)]
* remove "Ja Nu!" Didn't i do that before????

20 years ago* Set "fullscreen" var on p_playlist instead of p_input
Derk-Jan Hartman [Thu, 29 Apr 2004 14:49:25 +0000 (14:49 +0000)]
* Set "fullscreen" var on p_playlist instead of p_input
  This way we remember the fullscreen setting when we go
  to the next file in the playlist.

20 years ago* src/input/input_clock.c: avoid using mwait() for long periods of time without check...
Gildas Bazin [Thu, 29 Apr 2004 14:48:12 +0000 (14:48 +0000)]
* src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.

20 years ago* modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete...
Gildas Bazin [Thu, 29 Apr 2004 14:43:12 +0000 (14:43 +0000)]
* modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files

20 years ago* src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
Gildas Bazin [Thu, 29 Apr 2004 13:53:29 +0000 (13:53 +0000)]
* src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
* src/input/input.c: input_StopThread() sets b_die on demux2 as well.

20 years ago* src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable...
Gildas Bazin [Thu, 29 Apr 2004 11:14:48 +0000 (11:14 +0000)]
* src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.

20 years ago* modules/access/dshow/filter.cpp: removed useless debug messages.
Gildas Bazin [Thu, 29 Apr 2004 11:04:14 +0000 (11:04 +0000)]
* modules/access/dshow/filter.cpp: removed useless debug messages.

20 years ago* modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support ...
Gildas Bazin [Wed, 28 Apr 2004 20:02:13 +0000 (20:02 +0000)]
* modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.

20 years agoImproved the Xosd plugin
Clément Stenac [Wed, 28 Apr 2004 18:22:31 +0000 (18:22 +0000)]
Improved the Xosd plugin

20 years ago* modules/codec/theora.c: better sanity check for aspect ratio.
Gildas Bazin [Wed, 28 Apr 2004 17:58:26 +0000 (17:58 +0000)]
* modules/codec/theora.c: better sanity check for aspect ratio.

20 years ago* modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
Gildas Bazin [Wed, 28 Apr 2004 17:57:16 +0000 (17:57 +0000)]
* modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).

20 years ago * po/it.po: Dude, this has nothing to do with the alphabet but with the
Sam Hocevar [Wed, 28 Apr 2004 15:03:19 +0000 (15:03 +0000)]
  * po/it.po: Dude, this has nothing to do with the alphabet but with the
    charset. "Bokmål" is spelt "Bokmål" whatever the language. It's just that
    we cannot write "å" in ASCII.

20 years ago* modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.
Gildas Bazin [Wed, 28 Apr 2004 14:50:26 +0000 (14:50 +0000)]
* modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.

20 years ago * po/en_GB.po: Updated the British English translation.
Sam Hocevar [Wed, 28 Apr 2004 14:21:43 +0000 (14:21 +0000)]
  * po/en_GB.po: Updated the British English translation.

20 years ago* configure.ac: another build fix for the win32 mozilla plugin.
Gildas Bazin [Wed, 28 Apr 2004 13:29:31 +0000 (13:29 +0000)]
* configure.ac: another build fix for the win32 mozilla plugin.

20 years ago* configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the...
Gildas Bazin [Wed, 28 Apr 2004 13:01:14 +0000 (13:01 +0000)]
* configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.

20 years agoAs a quick google search shows, the letter å does not exist in the
Carlo Calabrò [Wed, 28 Apr 2004 12:38:55 +0000 (12:38 +0000)]
As a quick google search shows, the letter å does not exist in the
Italian alphabet. Therefore, we write "Norvegese Bokmal".

We're even, sam :)

20 years ago * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
Sam Hocevar [Wed, 28 Apr 2004 11:44:43 +0000 (11:44 +0000)]
  * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.

20 years ago * Control files for the official 0.7.2-test1 Debian packages.
Sam Hocevar [Wed, 28 Apr 2004 11:20:51 +0000 (11:20 +0000)]
  * Control files for the official 0.7.2-test1 Debian packages.

20 years agoUpdated italian translation for vlc 0.7.2
Carlo Calabrò [Wed, 28 Apr 2004 08:43:28 +0000 (08:43 +0000)]
Updated italian translation for vlc 0.7.2

You will therefore discover that in italian we still call Kalaallisut
"Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
exciting stuff.

20 years ago* modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed...
Gildas Bazin [Wed, 28 Apr 2004 07:05:10 +0000 (07:05 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed properly.

20 years ago* modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.
Gildas Bazin [Tue, 27 Apr 2004 22:00:07 +0000 (22:00 +0000)]
* modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.

20 years ago* modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
Gildas Bazin [Tue, 27 Apr 2004 21:33:51 +0000 (21:33 +0000)]
* modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.

20 years ago* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the servi...
Felix Paul Kühne [Tue, 27 Apr 2004 20:47:12 +0000 (20:47 +0000)]
* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
* extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
* share/http/index.html: another minor layout fix
* src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut

20 years ago* po/*: updated with latest string reviews.
Gildas Bazin [Tue, 27 Apr 2004 18:45:33 +0000 (18:45 +0000)]
* po/*: updated with latest string reviews.

20 years ago* ahum, missing avi shortcut :D
Derk-Jan Hartman [Tue, 27 Apr 2004 18:37:43 +0000 (18:37 +0000)]
* ahum, missing avi shortcut :D

20 years agoFix VLM item URI assignment
Clément Stenac [Tue, 27 Apr 2004 18:22:49 +0000 (18:22 +0000)]
Fix VLM item URI assignment

20 years ago* modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
Christophe Massiot [Tue, 27 Apr 2004 17:56:39 +0000 (17:56 +0000)]
* modules/demux/ts.c: Fixed an infinite loop in PATCallBack.

20 years ago * Massive spelling corrections.
Sam Hocevar [Tue, 27 Apr 2004 16:35:15 +0000 (16:35 +0000)]
  * Massive spelling corrections.

20 years ago * Got rid of more "VideoLAN C*****" references.
Sam Hocevar [Tue, 27 Apr 2004 14:57:37 +0000 (14:57 +0000)]
  * Got rid of more "VideoLAN C*****" references.
  * include/vlc_meta.h: s/Url/URL/.

20 years agoReview of sout help strings
Christophe Massiot [Tue, 27 Apr 2004 14:43:44 +0000 (14:43 +0000)]
Review of sout help strings

20 years ago * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
Sam Hocevar [Tue, 27 Apr 2004 09:33:58 +0000 (09:33 +0000)]
  * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
    player". A couple are remaining, but I don't want to break the string
    freeze yet.

20 years ago * modules/access/v4l/v4l.c:
Sam Hocevar [Tue, 27 Apr 2004 09:28:25 +0000 (09:28 +0000)]
  * modules/access/v4l/v4l.c:
    + Fixed possible deadlocks.

20 years agoogt.c: add object_release for object_find
Rocky Bernstein [Tue, 27 Apr 2004 01:04:53 +0000 (01:04 +0000)]
ogt.c: add object_release for object_find
cvd.c: if spu-channel variable not set, don't bother handling subtitle.

20 years ago * debian/control:
Sam Hocevar [Mon, 26 Apr 2004 22:04:21 +0000 (22:04 +0000)]
  * debian/control:
    + Removed the libdv2-dev build-dependency.
    + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
    + Set the libmatroska-dev build-dependency to (>= 0.7.0).
    + Build-depend on libfribidi-dev.
    + Build-depend on libcdio-dev.
    + Build-depend on libmodplug-dev.
  * debian/rules:
    + Activated fribidi support.
    + Activated CDDA support via libcdio.
    + Activated MOD support.

20 years ago* configure.ac: fix detection of libfaad2 cvs.
Gildas Bazin [Mon, 26 Apr 2004 21:56:24 +0000 (21:56 +0000)]
* configure.ac: fix detection of libfaad2 cvs.

20 years ago * src/interface/interface.c:
Sam Hocevar [Mon, 26 Apr 2004 21:53:26 +0000 (21:53 +0000)]
  * src/interface/interface.c:
    + Only populate the "switch interface" menu with modules that we have.

20 years ago* ALL: updated for the 0.7.2-test1 release.
Gildas Bazin [Mon, 26 Apr 2004 21:34:32 +0000 (21:34 +0000)]
* ALL: updated for the 0.7.2-test1 release.

20 years ago* modules/demux/avi/libavi.h: added h264 fourccs.
Gildas Bazin [Mon, 26 Apr 2004 21:25:11 +0000 (21:25 +0000)]
* modules/demux/avi/libavi.h: added h264 fourccs.

20 years ago * src/interface/interface.c:
Sam Hocevar [Mon, 26 Apr 2004 21:20:03 +0000 (21:20 +0000)]
  * src/interface/interface.c:
    + Do not crash miserably if an interface switch failed at the module_Need
      stage.

20 years ago* punctuation and spelling fixes
Derk-Jan Hartman [Mon, 26 Apr 2004 21:14:02 +0000 (21:14 +0000)]
* punctuation and spelling fixes

20 years ago* modules/mux/mpeg/ts.c: revised config options descriptions.
Gildas Bazin [Mon, 26 Apr 2004 21:07:04 +0000 (21:07 +0000)]
* modules/mux/mpeg/ts.c: revised config options descriptions.

20 years agoOS X build system fixes
Derk-Jan Hartman [Mon, 26 Apr 2004 21:06:51 +0000 (21:06 +0000)]
OS X build system fixes
- updated version of speex, theora, libebml, libmatroska

20 years agoOptions descriptions for TS muxer
Clément Stenac [Mon, 26 Apr 2004 20:07:30 +0000 (20:07 +0000)]
Options descriptions for TS muxer

** FIXME : Unfinished, shaping and use-key-frames are not documented **

20 years ago* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition...
Gildas Bazin [Mon, 26 Apr 2004 17:50:44 +0000 (17:50 +0000)]
* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).

20 years ago * debian/rules: fixed shell syntax.
Sam Hocevar [Mon, 26 Apr 2004 15:24:21 +0000 (15:24 +0000)]
  * debian/rules: fixed shell syntax.

20 years ago* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because...
Gildas Bazin [Mon, 26 Apr 2004 14:36:13 +0000 (14:36 +0000)]
* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.

20 years ago * modules/codec/Modules.am:
Sam Hocevar [Mon, 26 Apr 2004 13:58:25 +0000 (13:58 +0000)]
  * modules/codec/Modules.am:
    + Added disabled plugin sources to EXTRA_DIST.
  * modules/stream_out/transrate/Modules.am:
    + Added missing transrate.h to _SOURCES.

20 years ago * Makefile.am:
Sam Hocevar [Mon, 26 Apr 2004 13:14:57 +0000 (13:14 +0000)]
  * Makefile.am:
    + Copy the original ebuild instead of copying it, to allow recursive
      "make dist" calls.

20 years ago* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the...
Gildas Bazin [Mon, 26 Apr 2004 13:10:09 +0000 (13:10 +0000)]
* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.

20 years ago* modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can...
Gildas Bazin [Mon, 26 Apr 2004 13:06:17 +0000 (13:06 +0000)]
* modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.

20 years ago* modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
Gildas Bazin [Mon, 26 Apr 2004 10:00:53 +0000 (10:00 +0000)]
* modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.

20 years ago* src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer...
Gildas Bazin [Mon, 26 Apr 2004 09:43:45 +0000 (09:43 +0000)]
* src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).

20 years ago* modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
Gildas Bazin [Mon, 26 Apr 2004 09:22:28 +0000 (09:22 +0000)]
* modules/video_output/x11/xcommon.c: fix for detection of parent window size changes

20 years ago* modules/codec/ffmpeg/encoder.c: win32 compilation fix
Gildas Bazin [Mon, 26 Apr 2004 09:10:53 +0000 (09:10 +0000)]
* modules/codec/ffmpeg/encoder.c: win32 compilation fix

20 years ago* modules/codec/theora.c: new --sout-theora-quality option.
Gildas Bazin [Mon, 26 Apr 2004 06:09:15 +0000 (06:09 +0000)]
* modules/codec/theora.c: new --sout-theora-quality option.

20 years ago* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
Gildas Bazin [Mon, 26 Apr 2004 05:48:11 +0000 (05:48 +0000)]
* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.

20 years ago* modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
Gildas Bazin [Mon, 26 Apr 2004 05:26:53 +0000 (05:26 +0000)]
* modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
  + convention is to use '-' in composed option names (not '_').

20 years ago* when you use object_find you need to do a object_release as well
Derk-Jan Hartman [Mon, 26 Apr 2004 00:07:02 +0000 (00:07 +0000)]
* when you use object_find you need to do a object_release as well

20 years ago* modules/codec/vorbis.c: fix for quality setting.
Gildas Bazin [Sun, 25 Apr 2004 20:48:54 +0000 (20:48 +0000)]
* modules/codec/vorbis.c: fix for quality setting.

20 years agoAdded --enable-cddax to make building with cdrom support possible. Just use --disable...
Jean-Paul Saman [Sun, 25 Apr 2004 20:25:00 +0000 (20:25 +0000)]
Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.

20 years ago* modules/codec/vorbis.c:
Gildas Bazin [Sun, 25 Apr 2004 19:23:40 +0000 (19:23 +0000)]
* modules/codec/vorbis.c:
  + added an --sout-vorbis-quality option for VBR encoding.
  + new --sout-vorbis-min/max-bitrate options.

20 years ago * x264: compilation fix.
Laurent Aimar [Sun, 25 Apr 2004 18:37:47 +0000 (18:37 +0000)]
 * x264: compilation fix.
 * stream_output.c: sout_ParseCfg warns about unknown option.

20 years ago* modules/stream_out/transcode.c:
Gildas Bazin [Sun, 25 Apr 2004 18:08:13 +0000 (18:08 +0000)]
* modules/stream_out/transcode.c:
  + avoid a few unneeded memcpy().
  + fixed memory leaks.
* modules/codec/flac.c:
  + added a "flac" shortcut.

20 years ago* modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
Gildas Bazin [Sun, 25 Apr 2004 17:33:37 +0000 (17:33 +0000)]
* modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.

20 years ago* modules/stream_out/transcode.c: fix for when forcing encoder.
Gildas Bazin [Sun, 25 Apr 2004 17:21:16 +0000 (17:21 +0000)]
* modules/stream_out/transcode.c: fix for when forcing encoder.

20 years ago* modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
Gildas Bazin [Sun, 25 Apr 2004 17:02:49 +0000 (17:02 +0000)]
* modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.

20 years ago* modules/stream_out/transcode.c:
Gildas Bazin [Sun, 25 Apr 2004 16:35:39 +0000 (16:35 +0000)]
*  modules/stream_out/transcode.c:
   + new options to allow forcing an encoder and passing options to it.
     (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
   + got rid of aopts/vopts which is not needed anymore ;)

20 years agoUpdated
Clément Stenac [Sun, 25 Apr 2004 16:07:15 +0000 (16:07 +0000)]
Updated

20 years agoDo not translate wizard strings, and stop ignoring old win32 gui plugin
Clément Stenac [Sun, 25 Apr 2004 15:32:28 +0000 (15:32 +0000)]
Do not translate wizard strings, and stop ignoring old win32 gui plugin

20 years ago * ctrl_text.cpp: put the control text in the "moving" state initially
Cyril Deguet [Sun, 25 Apr 2004 15:04:45 +0000 (15:04 +0000)]
  * ctrl_text.cpp: put the control text in the "moving" state initially

20 years ago* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
Gildas Bazin [Sun, 25 Apr 2004 14:15:29 +0000 (14:15 +0000)]
* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
* modules/stream_out/duplicate.c: small coding style changes.
* modules/stream_out/transcode.c:
  + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
  + Got rid of the ffmpeg encoder specific options.
* modules/codec/ffmpeg/*:
  + Changed the encoder options to normal config options.
  + Parse the options forwarded by transcode.
* include/vlc_codec.h:
  + encoder_t cleanup.
  + include a "sout_cfg_t *" in encoder_t to allow passing options.

20 years ago * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
Cyril Deguet [Sun, 25 Apr 2004 13:35:56 +0000 (13:35 +0000)]
  * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
  the dialog provider: fixes tons of errors such as
  "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.

20 years agoAdd options descriptions
Clément Stenac [Sun, 25 Apr 2004 08:53:52 +0000 (08:53 +0000)]
Add options descriptions

20 years agoAdd option descriptions
Clément Stenac [Sun, 25 Apr 2004 08:45:28 +0000 (08:45 +0000)]
Add option descriptions

20 years agoFix description
Clément Stenac [Sun, 25 Apr 2004 08:45:01 +0000 (08:45 +0000)]
Fix description

20 years ago* src/stream_output/stream_output.c: small coding style changes.
Gildas Bazin [Sun, 25 Apr 2004 08:24:24 +0000 (08:24 +0000)]
* src/stream_output/stream_output.c: small coding style changes.

20 years ago * debian/rules:
Sam Hocevar [Sun, 25 Apr 2004 00:27:12 +0000 (00:27 +0000)]
  * debian/rules:
    + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
    + Check for .svn directories in addition to CVS.