]> git.sesse.net Git - vlc/log
vlc
20 years agoUpdated brazilian portuguese translation
Clément Stenac [Thu, 1 Jan 2004 14:33:15 +0000 (14:33 +0000)]
Updated brazilian portuguese translation

20 years agoRemove a magic number.
Rocky Bernstein [Thu, 1 Jan 2004 13:55:17 +0000 (13:55 +0000)]
Remove a magic number.

20 years agoAdd RV16 rendering. With transparancy, but still only Y plane is done.
Rocky Bernstein [Thu, 1 Jan 2004 13:51:38 +0000 (13:51 +0000)]
Add RV16 rendering. With transparancy, but still only Y plane is done.

20 years agoUpdated french and Brazilian Portuguese translations
Clément Stenac [Wed, 31 Dec 2003 12:50:11 +0000 (12:50 +0000)]
Updated french and Brazilian Portuguese translations

20 years agoDisabled aspect ratio and visualization button as they don't work as expected
Clément Stenac [Wed, 31 Dec 2003 10:30:44 +0000 (10:30 +0000)]
Disabled aspect ratio and visualization button as they don't work as expected

20 years agoUpdated italian translation, courtesy of Carlo Calabr�
Clément Stenac [Tue, 30 Dec 2003 21:55:48 +0000 (21:55 +0000)]
Updated italian translation, courtesy of Carlo Calabr�

20 years agoFix browse feature
Clément Stenac [Tue, 30 Dec 2003 18:29:26 +0000 (18:29 +0000)]
Fix browse feature

20 years agocommon.*: add common routine to eliminate palette from pixmap.
Rocky Bernstein [Tue, 30 Dec 2003 04:43:52 +0000 (04:43 +0000)]
common.*: add common routine to eliminate palette from pixmap.
cvd*: finally shows subtitles (with some bugs)
ogt_parse.c: use common just added above.

20 years agocvd: bitmap extraction further completed - not fully done.
Rocky Bernstein [Mon, 29 Dec 2003 04:47:44 +0000 (04:47 +0000)]
cvd: bitmap extraction further completed - not fully done.
ogt_parse.c, render.c: go back to 4-bit alpha since that's what DVD
and CVD have.

20 years ago* modules/access/cdda/access.c: added some missing #ifdef HAVE_LIBCDDB
Cyril Deguet [Sun, 28 Dec 2003 20:50:20 +0000 (20:50 +0000)]
* modules/access/cdda/access.c: added some missing #ifdef HAVE_LIBCDDB
 (fixes compilation issues when the libcddb is not present)

20 years agoFirst cut at CVD subtitle unit assembly and initial parsing.
Rocky Bernstein [Sun, 28 Dec 2003 11:26:52 +0000 (11:26 +0000)]
First cut at CVD subtitle unit assembly and initial parsing.

20 years agoStart work on CVD subtitles.
Rocky Bernstein [Sun, 28 Dec 2003 04:51:52 +0000 (04:51 +0000)]
Start work on CVD subtitles.

20 years agoWork towards handling all planes in subtites, generalizing for CVD, and
Rocky Bernstein [Sun, 28 Dec 2003 02:01:11 +0000 (02:01 +0000)]
Work towards handling all planes in subtites, generalizing for CVD, and
some cleanup.

20 years ago beos/*:
Eric Petit [Sun, 28 Dec 2003 01:49:12 +0000 (01:49 +0000)]
 beos/*:
  + fixed a possible crash with Alt+X shortcuts
  + fixed volume slider update

20 years agomodules/demux/mpeg/mpga.c: forgot to remove a debugging printf...
Cyril Deguet [Sat, 27 Dec 2003 16:14:48 +0000 (16:14 +0000)]
modules/demux/mpeg/mpga.c: forgot to remove a debugging printf...

20 years ago* modules/demux/mpeg/mpga.c: disabled the bitrate detection from the Xing
Cyril Deguet [Sat, 27 Dec 2003 14:47:10 +0000 (14:47 +0000)]
* modules/demux/mpeg/mpga.c: disabled the bitrate detection from the Xing
 header, since it doesn't seem to be reliable

20 years ago* modules/gui/wxwindows/*: use the wxL2U macro when necessary.
Gildas Bazin [Sat, 27 Dec 2003 14:36:30 +0000 (14:36 +0000)]
* modules/gui/wxwindows/*: use the wxL2U macro when necessary.

20 years ago* ALL: bumped version number to 0.7.0-test3
Gildas Bazin [Sat, 27 Dec 2003 10:36:42 +0000 (10:36 +0000)]
* ALL: bumped version number to 0.7.0-test3

20 years agoScale bitmaps for 4:3 output
Rocky Bernstein [Sat, 27 Dec 2003 01:49:59 +0000 (01:49 +0000)]
Scale bitmaps for 4:3 output

20 years agoKeep in synch with rest of source. Should also have no effect on upcoming release
Rocky Bernstein [Fri, 26 Dec 2003 02:47:59 +0000 (02:47 +0000)]
Keep in synch with rest of source. Should also have no effect on upcoming release

20 years agoCheck in a stable copy for reference against future changes. Should
Rocky Bernstein [Fri, 26 Dec 2003 01:39:35 +0000 (01:39 +0000)]
Check in a stable copy for reference against future changes. Should
not affect or be seen in upcoming release.

20 years ago* src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck...
Gildas Bazin [Wed, 24 Dec 2003 12:38:04 +0000 (12:38 +0000)]
* src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck during video startup) so --win9x-cv-method=1 is now the default.

20 years ago* src/libvlc.c: small fixes to Usage().
Gildas Bazin [Wed, 24 Dec 2003 10:06:53 +0000 (10:06 +0000)]
* src/libvlc.c: small fixes to Usage().

20 years ago* include/vlc_block.h: added a temporary i_rate field to block_t.
Gildas Bazin [Wed, 24 Dec 2003 09:46:08 +0000 (09:46 +0000)]
* include/vlc_block.h: added a temporary i_rate field to block_t.
* modules/codec/libmpeg2.c: synchro uses p_block->i_rate again.
* src/input/*: do not decode audio when i_rate != DEFAULT_RATE.

20 years ago* modules/video_output/directx/events.c: warning message into debug message.
Gildas Bazin [Tue, 23 Dec 2003 17:10:18 +0000 (17:10 +0000)]
* modules/video_output/directx/events.c: warning message into debug message.

20 years ago* modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation...
Gildas Bazin [Tue, 23 Dec 2003 15:27:50 +0000 (15:27 +0000)]
* modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video.

20 years ago* modules/video_output/directx/*: fixed strange race condition.
Gildas Bazin [Tue, 23 Dec 2003 02:11:27 +0000 (02:11 +0000)]
* modules/video_output/directx/*: fixed strange race condition.

20 years ago* Fixed and updated for a 00.7 'Bond' release.
Derk-Jan Hartman [Tue, 23 Dec 2003 00:23:31 +0000 (00:23 +0000)]
* Fixed and updated for a 00.7 'Bond' release.

20 years ago* Fix a leak in goom module that caused all the pictures of a vout to be
Derk-Jan Hartman [Mon, 22 Dec 2003 23:46:23 +0000 (23:46 +0000)]
* Fix a leak in goom module that caused all the pictures of a vout to be
  unavailable after several songs.

20 years ago* stream_Size reports the size of a stream, not stream_Tell
Derk-Jan Hartman [Mon, 22 Dec 2003 22:37:01 +0000 (22:37 +0000)]
* stream_Size reports the size of a stream, not stream_Tell
  This fixes the ID3 detection of ID3v1.

20 years ago* modules/access/dshow/dshow.cpp: fixed previous fix.
Gildas Bazin [Mon, 22 Dec 2003 17:44:58 +0000 (17:44 +0000)]
* modules/access/dshow/dshow.cpp: fixed previous fix.

20 years agoback to config_PutInt when using the fullscreen button on the interface. This allows...
Benjamin Pracht [Mon, 22 Dec 2003 17:08:22 +0000 (17:08 +0000)]
back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item

20 years ago* modules/access/dshow/dshow.cpp: small fix for devices list.
Gildas Bazin [Mon, 22 Dec 2003 16:42:47 +0000 (16:42 +0000)]
* modules/access/dshow/dshow.cpp: small fix for devices list.

20 years ago* modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs.
Gildas Bazin [Mon, 22 Dec 2003 16:40:04 +0000 (16:40 +0000)]
* modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs.

20 years ago* modules/gui/wxwindows/*: use our new wxL2U() macro where needed.
Gildas Bazin [Mon, 22 Dec 2003 15:42:44 +0000 (15:42 +0000)]
* modules/gui/wxwindows/*: use our new wxL2U() macro where needed.

20 years ago* Fix the 'currently playing' field in the OSX intf.
Derk-Jan Hartman [Mon, 22 Dec 2003 14:45:37 +0000 (14:45 +0000)]
* Fix the 'currently playing' field in the OSX intf.

20 years ago * Coding style cleanup: removed tabs and trailing spaces.
Sam Hocevar [Mon, 22 Dec 2003 14:32:57 +0000 (14:32 +0000)]
  * Coding style cleanup: removed tabs and trailing spaces.

20 years ago* modules/gui/wxwindows/*: don't forget to convert the filename/author fields in...
Gildas Bazin [Mon, 22 Dec 2003 14:31:01 +0000 (14:31 +0000)]
* modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface.

20 years ago * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde:
Sam Hocevar [Mon, 22 Dec 2003 14:23:14 +0000 (14:23 +0000)]
  * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde:
    + Added missing copyright information.
    + Added GPL header.
  * src/misc/iso-639_def.h:
    + Removed useless (and unprotected) macros.

20 years ago beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla)
Eric Petit [Mon, 22 Dec 2003 11:14:25 +0000 (11:14 +0000)]
 beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla)

20 years ago beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown
Eric Petit [Mon, 22 Dec 2003 11:08:00 +0000 (11:08 +0000)]
 beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown
         because it's reserved for system shorcuts - added a workaround)

20 years ago * toolbox:
Sam Hocevar [Mon, 22 Dec 2003 02:24:53 +0000 (02:24 +0000)]
  * toolbox:
    + Added pda.glade to the list of Glade2 generated files.
    + Remove strings such as "http://" or "/dev/video0" from the list of
      translated strings in the PDA interface.
  * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
    whitespaces and tabulations here and there.

20 years ago * modules/demux/asf/asf.c: Fixed a buffer overflow.
Sam Hocevar [Mon, 22 Dec 2003 00:26:01 +0000 (00:26 +0000)]
  * modules/demux/asf/asf.c: Fixed a buffer overflow.

20 years ago * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This
Sam Hocevar [Mon, 22 Dec 2003 00:13:52 +0000 (00:13 +0000)]
  * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This
    code is still unsafe, bounds need to be checked after each sprintf/strcat
    call.

20 years ago + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style
Eric Petit [Mon, 22 Dec 2003 00:06:05 +0000 (00:06 +0000)]
 + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style
   for sliders)

20 years ago * Fixed URLs here and there.
Sam Hocevar [Sun, 21 Dec 2003 23:32:58 +0000 (23:32 +0000)]
  * Fixed URLs here and there.

20 years ago beos/PreferencesWindow*:
Eric Petit [Sun, 21 Dec 2003 21:30:43 +0000 (21:30 +0000)]
 beos/PreferencesWindow*:
  + Cleaned a bit the way the prefs are created
  + Added missing CONFIG_ITEM_KEY implementation

20 years ago* libvlc.h input.c headphone.c:
Boris Dorès [Sat, 20 Dec 2003 22:57:36 +0000 (22:57 +0000)]
* libvlc.h input.c headphone.c:
    fix support of audio channel mixers, like the headphone channel mixer
    for instance, which was broken since the introduction of user audio
    filters; if specified by the user and compatible with the audio
    pipeline, we add the channel mixer after the user filters.
    -> unfortunately, this fix removed two strings and introduced 4 new
       ones
    -> TODO: allow the user to choose only amongst channel mixers, not
       all available audio filters

* vlc.exe.manifest Makefile.am install-win32 :
    add a manifest file to allow the win32 gui to use Windows XP visual
    styles when available.

20 years ago* modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio...
Gildas Bazin [Sat, 20 Dec 2003 16:22:59 +0000 (16:22 +0000)]
* modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly.

20 years ago* modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio.
Gildas Bazin [Sat, 20 Dec 2003 16:11:11 +0000 (16:11 +0000)]
* modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio.

20 years agoRemove unused variable. Artifact of old track/entry handling.
Rocky Bernstein [Sat, 20 Dec 2003 15:25:32 +0000 (15:25 +0000)]
Remove unused variable. Artifact of old track/entry handling.

20 years agoGrammar correction.
Rocky Bernstein [Sat, 20 Dec 2003 11:56:56 +0000 (11:56 +0000)]
Grammar correction.

20 years agoSpelling correction.
Rocky Bernstein [Sat, 20 Dec 2003 11:55:12 +0000 (11:55 +0000)]
Spelling correction.

20 years ago* Fix broken http intf in macosx package.
Derk-Jan Hartman [Thu, 18 Dec 2003 16:29:47 +0000 (16:29 +0000)]
* Fix broken http intf in macosx package.

20 years agoGo over for spelling and acurracy.
Rocky Bernstein [Thu, 18 Dec 2003 12:35:26 +0000 (12:35 +0000)]
Go over for spelling and acurracy.

20 years ago* Commented out the option 'goom' for the visualizer. It isn't working in
Derk-Jan Hartman [Wed, 17 Dec 2003 23:21:15 +0000 (23:21 +0000)]
* Commented out the option 'goom' for the visualizer. It isn't working in
  this system yet and will not work before release. The visualizer system
  needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads
  one or more 'visualization' true modules.

20 years ago* second round of dutch translation update for 0.7.0-test2
Derk-Jan Hartman [Wed, 17 Dec 2003 23:09:36 +0000 (23:09 +0000)]
* second round of dutch translation update for 0.7.0-test2

20 years ago* Updated portuguese brazilian update
Derk-Jan Hartman [Wed, 17 Dec 2003 21:29:04 +0000 (21:29 +0000)]
* Updated portuguese brazilian update

20 years ago* First run of dutch translations.
Derk-Jan Hartman [Wed, 17 Dec 2003 11:42:03 +0000 (11:42 +0000)]
* First run of dutch translations.

20 years ago * Makefile.am: cleaned up package-beos
Eric Petit [Wed, 17 Dec 2003 08:53:54 +0000 (08:53 +0000)]
 * Makefile.am: cleaned up package-beos
 * share/vlc_beos.rsrc: new icon based on Stephane's cone

20 years agoContrib build system :
Christophe Massiot [Tue, 16 Dec 2003 23:01:41 +0000 (23:01 +0000)]
Contrib build system :
* Jumped to ogg-1.1
* Reverted to ffmpeg-0.4.8

20 years ago* modules/access/cdda/access.c: need to include errno.h
Gildas Bazin [Tue, 16 Dec 2003 22:14:22 +0000 (22:14 +0000)]
* modules/access/cdda/access.c: need to include errno.h

20 years ago* modules/video_output/directx/events.c: the coordinates used to blit the video must...
Gildas Bazin [Tue, 16 Dec 2003 22:10:56 +0000 (22:10 +0000)]
* modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display).

20 years agoJust a release number update in the spec file. (It won't break anything I promise)
Jason Luka [Tue, 16 Dec 2003 21:56:55 +0000 (21:56 +0000)]
Just a release number update in the spec file.  (It won't break anything I promise)

20 years ago* modules/gui/wxwindows/open.cpp: compilation fix.
Gildas Bazin [Tue, 16 Dec 2003 19:02:44 +0000 (19:02 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix.

20 years ago* modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value...
Gildas Bazin [Tue, 16 Dec 2003 18:18:14 +0000 (18:18 +0000)]
* modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value in the tar header.

20 years ago* modules/codec/araw.c: small fix.
Gildas Bazin [Tue, 16 Dec 2003 16:51:10 +0000 (16:51 +0000)]
* modules/codec/araw.c: small fix.

20 years ago* modules/gui/wxwindows/open.cpp: compilation fix.
Gildas Bazin [Tue, 16 Dec 2003 13:35:12 +0000 (13:35 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix.

20 years ago* modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on...
Gildas Bazin [Tue, 16 Dec 2003 13:22:51 +0000 (13:22 +0000)]
* modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on win32.

20 years ago* modules/misc/dummy/input.c: fixed the vlc:quit command.
Gildas Bazin [Tue, 16 Dec 2003 12:54:29 +0000 (12:54 +0000)]
* modules/misc/dummy/input.c: fixed the vlc:quit command.

20 years ago* modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via...
Gildas Bazin [Tue, 16 Dec 2003 12:38:18 +0000 (12:38 +0000)]
* modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via ffmpeg (currently slower than libtheora).

20 years agoAdded field for RTSP in Network Stream open tab
Rémi Denis-Courmont [Tue, 16 Dec 2003 09:14:22 +0000 (09:14 +0000)]
Added field for RTSP in Network Stream open tab

20 years agoRemember the disc selection type (DVD, VCD, CD-DA) selected in "Open
Rocky Bernstein [Tue, 16 Dec 2003 03:21:47 +0000 (03:21 +0000)]
Remember the disc selection type (DVD, VCD, CD-DA) selected in "Open
Disc" and use that as the default for next time.

20 years ago* doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST.
Gildas Bazin [Tue, 16 Dec 2003 00:36:50 +0000 (00:36 +0000)]
* doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST.

20 years ago* ALL: preparing for 0.7.0-test2.
Gildas Bazin [Tue, 16 Dec 2003 00:01:04 +0000 (00:01 +0000)]
* ALL: preparing for 0.7.0-test2.

20 years ago* modules/demux/ogg.c: a couple of fixes for flac streaming.
Gildas Bazin [Mon, 15 Dec 2003 23:31:11 +0000 (23:31 +0000)]
* modules/demux/ogg.c: a couple of fixes for flac streaming.

20 years ago* modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer.
Gildas Bazin [Mon, 15 Dec 2003 22:55:01 +0000 (22:55 +0000)]
* modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer.
* modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag.

20 years ago* modules/gui/skins/src/skin_main.cpp: bail out if we can't open an X11 display.
Gildas Bazin [Mon, 15 Dec 2003 22:04:25 +0000 (22:04 +0000)]
* modules/gui/skins/src/skin_main.cpp: bail out if we can't open an X11 display.

20 years ago* modules/codec/vorbis.c: added 5.1 channel configuration to the decoder.
Gildas Bazin [Mon, 15 Dec 2003 21:54:55 +0000 (21:54 +0000)]
* modules/codec/vorbis.c: added 5.1 channel configuration to the decoder.

20 years ago* modules/audio_output/directx.c: don't set the default audio output to mono even...
Gildas Bazin [Mon, 15 Dec 2003 21:35:37 +0000 (21:35 +0000)]
* modules/audio_output/directx.c: don't set the default audio output to mono even if the windows settings are set to mono.
  Too many people just don't know how to set the windows speakers configuration setting properly.

20 years agoFixing QT/Embedded header detection.
Jean-Paul Saman [Mon, 15 Dec 2003 21:07:55 +0000 (21:07 +0000)]
Fixing QT/Embedded header detection.

20 years ago* modules/video_output/directx/directx.c: debug message.
Gildas Bazin [Mon, 15 Dec 2003 20:21:45 +0000 (20:21 +0000)]
* modules/video_output/directx/directx.c: debug message.

20 years ago* modules/gui/wxwindows/open.cpp: compilation fix.
Gildas Bazin [Mon, 15 Dec 2003 20:20:55 +0000 (20:20 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix.

20 years ago* share/http/admin/dboxfiles.html: html page used by the dbox.
Gildas Bazin [Mon, 15 Dec 2003 19:55:37 +0000 (19:55 +0000)]
* share/http/admin/dboxfiles.html: html page used by the dbox.

20 years agoForgot this
Benjamin Pracht [Mon, 15 Dec 2003 19:26:25 +0000 (19:26 +0000)]
Forgot this

20 years agoFix for the fullscreen button state (it is only enabled if a vout is present)
Benjamin Pracht [Mon, 15 Dec 2003 19:25:56 +0000 (19:25 +0000)]
Fix for the fullscreen button state (it is only enabled if a vout is present)

20 years ago* fix the skip 10 seconds buttons availability.
Derk-Jan Hartman [Mon, 15 Dec 2003 15:38:26 +0000 (15:38 +0000)]
* fix the skip 10 seconds buttons availability.

20 years ago* Fix the problem with OpenDVD crash.
Derk-Jan Hartman [Mon, 15 Dec 2003 15:06:23 +0000 (15:06 +0000)]
* Fix the problem with OpenDVD crash.

20 years ago* don't search the playlist when there is nothing in it. We will crash.
Derk-Jan Hartman [Mon, 15 Dec 2003 14:25:43 +0000 (14:25 +0000)]
* don't search the playlist when there is nothing in it. We will crash.

20 years ago* compile before you commit
Derk-Jan Hartman [Mon, 15 Dec 2003 14:05:19 +0000 (14:05 +0000)]
* compile before you commit

20 years ago* added bookmark 9 and 10 but set their combo to KEY_UNSET
Derk-Jan Hartman [Mon, 15 Dec 2003 13:38:27 +0000 (13:38 +0000)]
* added bookmark 9 and 10 but set their combo to KEY_UNSET

20 years agoDo not add http:// to MRL if the URI given in the HTTP field already contains it...
Clément Stenac [Mon, 15 Dec 2003 13:10:05 +0000 (13:10 +0000)]
Do not add http:// to MRL if the URI given in the HTTP field already contains it (Fixes bug #1510)

20 years agoFor OSX:
Yoann Peronneau [Mon, 15 Dec 2003 01:11:44 +0000 (01:11 +0000)]
For OSX:
* added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8
* bookmark9 and 10 are not added since F9 and F10 are reserved keys

20 years ago* modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying...
Gildas Bazin [Mon, 15 Dec 2003 00:47:18 +0000 (00:47 +0000)]
* modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph.

20 years agosigned/unsigned mismatch fix.
Rocky Bernstein [Sun, 14 Dec 2003 23:40:36 +0000 (23:40 +0000)]
signed/unsigned mismatch fix.

20 years ago* Clarify the error when utf8 is set and the sub is actually not utf8.
Derk-Jan Hartman [Sun, 14 Dec 2003 23:14:20 +0000 (23:14 +0000)]
* Clarify the error when utf8 is set and the sub is actually not utf8.

20 years ago* modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog.
Gildas Bazin [Sun, 14 Dec 2003 22:49:28 +0000 (22:49 +0000)]
* modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog.
* modules/mux/dummy.c: added "raw" shortcut.

20 years ago* modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box.
Gildas Bazin [Sun, 14 Dec 2003 21:03:27 +0000 (21:03 +0000)]
* modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box.
  Added a nasty hack to reset LC_NUMERIC to "C" because the stream output MRL parsing can't deal with "," in floating point numbers.
* modules/codec/ffmpeg/encoder.c: sanity checks.
* modules/stream_out/transcode.c: sanity checks.

20 years ago* modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8.
Gildas Bazin [Sun, 14 Dec 2003 19:18:11 +0000 (19:18 +0000)]
* modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8.

20 years ago* modules/mux/ogg.c: added support for WMV1/2 and MJPG.
Gildas Bazin [Sun, 14 Dec 2003 18:44:50 +0000 (18:44 +0000)]
* modules/mux/ogg.c: added support for WMV1/2 and MJPG.