]> git.sesse.net Git - vlc/log
vlc
20 years agoGuard against dereferencing a NULL pointer.
Rocky Bernstein [Thu, 11 Dec 2003 05:31:37 +0000 (05:31 +0000)]
Guard against dereferencing a NULL pointer.

20 years agoUse cd-audio variable not vcd variable.
Rocky Bernstein [Thu, 11 Dec 2003 05:30:11 +0000 (05:30 +0000)]
Use cd-audio variable not vcd variable.

20 years agoSet compilation flags so that code (e.g. frontends) can test presence
Rocky Bernstein [Thu, 11 Dec 2003 05:28:21 +0000 (05:28 +0000)]
Set compilation flags so that code (e.g. frontends) can test presence
or absense of vcdx/cddax.

20 years agoImprove MRL creation.
Rocky Bernstein [Thu, 11 Dec 2003 05:27:23 +0000 (05:27 +0000)]
Improve MRL creation.

1. MRL's are of the form xxx://
2. Customize depending on vcdx/vcd or cddax/cdd
3. cdda doesn't have any such notion of a "Chapter", so remove
   the misleading :x.

For cddax/vcdx, I'm not sure though I think there is more to do.

20 years agoMore general help tab name: "Media" covers DVD, (S)VCD, *or* CD-DA.
Rocky Bernstein [Thu, 11 Dec 2003 05:12:37 +0000 (05:12 +0000)]
More general help tab name: "Media" covers DVD, (S)VCD, *or* CD-DA.

20 years ago* solved race conditions issues when the OpenSkin dialog is
Cyril Deguet [Thu, 11 Dec 2003 02:26:03 +0000 (02:26 +0000)]
* solved race conditions issues when the OpenSkin dialog is
  opened in blocking mode

20 years agoadded a 'mute' hotkey ('m')
Yoann Peronneau [Thu, 11 Dec 2003 01:36:12 +0000 (01:36 +0000)]
added a 'mute' hotkey ('m')

20 years ago* modules/stream_out/display.c: fixed segfault when switching audio/video track.
Gildas Bazin [Wed, 10 Dec 2003 23:51:05 +0000 (23:51 +0000)]
* modules/stream_out/display.c: fixed segfault when switching audio/video track.

20 years ago* modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps.
Gildas Bazin [Wed, 10 Dec 2003 23:27:34 +0000 (23:27 +0000)]
* modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps.

20 years ago* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
Gildas Bazin [Wed, 10 Dec 2003 23:16:04 +0000 (23:16 +0000)]
* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.

20 years agoAdded "Force IPv6" check box to UDP Unicast in open dialog
Rémi Denis-Courmont [Wed, 10 Dec 2003 21:54:17 +0000 (21:54 +0000)]
Added "Force IPv6" check box to UDP Unicast in open dialog

20 years agofixed a compilation error
Yoann Peronneau [Wed, 10 Dec 2003 20:56:09 +0000 (20:56 +0000)]
fixed a compilation error

20 years agoadded a hotkey ('t') which displays the position in the media
Yoann Peronneau [Wed, 10 Dec 2003 17:19:05 +0000 (17:19 +0000)]
added a hotkey ('t') which displays the position in the media

20 years agofixes a infinite loop in the search function.
Benjamin Pracht [Wed, 10 Dec 2003 12:57:12 +0000 (12:57 +0000)]
fixes a infinite loop in the search function.

20 years agoAutomatically adds [ and ] around IPv6 addresses in Media Resource Locator.
Rémi Denis-Courmont [Wed, 10 Dec 2003 11:04:25 +0000 (11:04 +0000)]
Automatically adds [ and ] around IPv6 addresses in Media Resource Locator.

20 years ago* src/misc/mtime.c: fixed an overflow in mdate() on win32.
Gildas Bazin [Tue, 9 Dec 2003 19:18:48 +0000 (19:18 +0000)]
* src/misc/mtime.c: fixed an overflow in mdate() on win32.
  This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount().
  We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days.
* src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate().

20 years ago* fixed a compatibility problem with the CVS version of wxwindows
Yoann Peronneau [Tue, 9 Dec 2003 19:15:03 +0000 (19:15 +0000)]
* fixed a compatibility problem with the CVS version of wxwindows
* added a lock when changing p_vout->p_last_osd_message

20 years ago * toolbox: Do not include MOC files in the POTFILES.in generation.
Sam Hocevar [Tue, 9 Dec 2003 14:33:31 +0000 (14:33 +0000)]
  * toolbox: Do not include MOC files in the POTFILES.in generation.

20 years agoThis fixes bugs 1285 and 1343
Yoann Peronneau [Tue, 9 Dec 2003 00:46:03 +0000 (00:46 +0000)]
This fixes bugs 1285 and 1343
* added a the default CD Audio device in General Settings -> Input
* added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp

20 years ago* ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx...
Gildas Bazin [Mon, 8 Dec 2003 19:50:22 +0000 (19:50 +0000)]
* ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
* modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.

20 years ago* modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy
Gildas Bazin [Mon, 8 Dec 2003 18:42:08 +0000 (18:42 +0000)]
* modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy
decoder to save the raw codec data to a file. This is disabled by default (while
it was always on before).
* src/input/es_out.c: bug fix for ES autoselection.

20 years agoimproves OSD sytem
Yoann Peronneau [Mon, 8 Dec 2003 17:48:13 +0000 (17:48 +0000)]
improves OSD sytem
The last OSD message is now deleted before printing new one.

20 years ago* modules/control/hotkeys.c: msvc compilation fix.
Gildas Bazin [Mon, 8 Dec 2003 13:04:58 +0000 (13:04 +0000)]
* modules/control/hotkeys.c: msvc compilation fix.

20 years ago* modules/stream_out/transcode.c: added a floating point "scale" option for video...
Gildas Bazin [Mon, 8 Dec 2003 13:02:40 +0000 (13:02 +0000)]
* modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video.
 Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video.
* modules/mux/ogg.c: fixed crash when removing streams.
* modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.

20 years ago* Update Brazilian Portugese
Derk-Jan Hartman [Mon, 8 Dec 2003 11:00:03 +0000 (11:00 +0000)]
* Update Brazilian Portugese

20 years agoMarginally better
Rocky Bernstein [Mon, 8 Dec 2003 06:01:11 +0000 (06:01 +0000)]
Marginally better

20 years ago* fix livedotcom contrib
Derk-Jan Hartman [Sun, 7 Dec 2003 22:23:00 +0000 (22:23 +0000)]
* fix livedotcom contrib
* add libcaca contrib

20 years agoTowards Philips OGT (SVCD subtitle) handling.
Rocky Bernstein [Sun, 7 Dec 2003 22:14:26 +0000 (22:14 +0000)]
Towards Philips OGT (SVCD subtitle) handling.

20 years ago* Incorrect default value of align
Derk-Jan Hartman [Sun, 7 Dec 2003 20:48:21 +0000 (20:48 +0000)]
* Incorrect default value of align

20 years ago* added livedotcom and goom to contrib system
Derk-Jan Hartman [Sun, 7 Dec 2003 20:47:19 +0000 (20:47 +0000)]
* added livedotcom and goom to contrib system
  goom sources currently located on my server.

20 years agoAll AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argum...
Jean-Paul Saman [Sun, 7 Dec 2003 19:09:37 +0000 (19:09 +0000)]
All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions.

20 years agoCompilation warning fixes and if-deffed unused functions/variables.
Jean-Paul Saman [Sun, 7 Dec 2003 19:06:21 +0000 (19:06 +0000)]
Compilation warning fixes and if-deffed unused functions/variables.

20 years agoRemove unused variable
Jean-Paul Saman [Sun, 7 Dec 2003 19:01:05 +0000 (19:01 +0000)]
Remove unused variable

20 years agoFix for iPAQ port.
Jean-Paul Saman [Sun, 7 Dec 2003 19:00:33 +0000 (19:00 +0000)]
Fix for iPAQ port.

20 years agoPDA Interface:
Jean-Paul Saman [Sun, 7 Dec 2003 18:58:38 +0000 (18:58 +0000)]
PDA Interface:
- some cleanup
- reinstated automatic lowering of interface when play button was pressed.
- double click in playlist window play selected items.

20 years agoif-deffed a unused variable.
Jean-Paul Saman [Sun, 7 Dec 2003 18:55:59 +0000 (18:55 +0000)]
if-deffed a unused variable.

20 years agoUpdating makefiles and package scripts.
Jean-Paul Saman [Sun, 7 Dec 2003 18:52:40 +0000 (18:52 +0000)]
Updating makefiles and package scripts.

20 years ago* modules/codec/theora.c: bug fix with aspect ratio.
Gildas Bazin [Sun, 7 Dec 2003 18:15:46 +0000 (18:15 +0000)]
* modules/codec/theora.c: bug fix with aspect ratio.

20 years ago* modules/codec/theora.c: encoder now respects the aspect ratio.
Gildas Bazin [Sun, 7 Dec 2003 17:53:45 +0000 (17:53 +0000)]
* modules/codec/theora.c: encoder now respects the aspect ratio.

20 years ago* src/input/es_out.c: cosmetic changes.
Gildas Bazin [Sun, 7 Dec 2003 17:17:04 +0000 (17:17 +0000)]
* src/input/es_out.c: cosmetic changes.

20 years ago* include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GE...
Gildas Bazin [Sun, 7 Dec 2003 17:09:33 +0000 (17:09 +0000)]
* include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing.
* modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT.
* modules/stream_out/transcode.c: fix for video stream header generation (theora).
* modules/codec/theora.c: don't overwrite headers.

20 years ago* include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset().
Gildas Bazin [Sun, 7 Dec 2003 12:11:13 +0000 (12:11 +0000)]
* include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset().
* modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1).
* modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available.
* modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding.

20 years agoMarginally better.
Rocky Bernstein [Sun, 7 Dec 2003 01:02:08 +0000 (01:02 +0000)]
Marginally better.

20 years ago* include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function.
Gildas Bazin [Sat, 6 Dec 2003 23:25:23 +0000 (23:25 +0000)]
* include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function.
* modules/packetizer/mpegvideo.c: rewrote the packetizer to use the block helper functions.

20 years agoRemoving last files of previous Familiar interface. Porting to Gtk+2 widget set of...
Jean-Paul Saman [Sat, 6 Dec 2003 22:58:58 +0000 (22:58 +0000)]
Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains.

20 years agoAlways use correct datatypes.
Jean-Paul Saman [Sat, 6 Dec 2003 22:53:07 +0000 (22:53 +0000)]
Always use correct datatypes.

20 years agoFixed compiler waring about signed - unsigned comparision. It is always safer to...
Jean-Paul Saman [Sat, 6 Dec 2003 22:50:08 +0000 (22:50 +0000)]
Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values.

20 years agoUpdating with info for upcoming Opie interface.
Jean-Paul Saman [Sat, 6 Dec 2003 22:47:37 +0000 (22:47 +0000)]
Updating with info for upcoming Opie interface.

20 years agoAdded PDA interface.
Jean-Paul Saman [Sat, 6 Dec 2003 22:45:53 +0000 (22:45 +0000)]
Added PDA interface.

20 years agoMake sure Gtk+2 main module gets build with PDA interface.
Jean-Paul Saman [Sat, 6 Dec 2003 22:45:02 +0000 (22:45 +0000)]
Make sure Gtk+2 main module gets build with PDA interface.

20 years agoUpdating AUTHORS list for me.
Jean-Paul Saman [Sat, 6 Dec 2003 22:42:45 +0000 (22:42 +0000)]
Updating AUTHORS list for me.

20 years agoPDA Interface:
Jean-Paul Saman [Sat, 6 Dec 2003 22:41:40 +0000 (22:41 +0000)]
PDA Interface:
- Fixed last segmentation fault.
- Slider and time progress updating.

This makes the new PDA interface almost complete. It misses the following items still:
- preference panel
- changing postion in stream with slider widget.

The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week.

20 years ago* msvc/vlc.dsw: updated the list of plugins.
Gildas Bazin [Sat, 6 Dec 2003 20:00:20 +0000 (20:00 +0000)]
* msvc/vlc.dsw: updated the list of plugins.

20 years agoRecognize Philips Overlay Graphics (OGT) and Chaoji VCD (CVD) subtitle
Rocky Bernstein [Sat, 6 Dec 2003 05:15:54 +0000 (05:15 +0000)]
Recognize Philips Overlay Graphics (OGT) and Chaoji VCD (CVD) subtitle
streams.  Still need to be able to do something with them though.

20 years ago* modules/codec/libmpeg2.c: fixed a couple of crashes on bad files.
Gildas Bazin [Fri, 5 Dec 2003 14:58:03 +0000 (14:58 +0000)]
* modules/codec/libmpeg2.c: fixed a couple of crashes on bad files.

20 years ago* modules/gui/wxwindows/preferences_widget.cpp: replaced two ( ? : ) by
Cyril Deguet [Fri, 5 Dec 2003 14:48:46 +0000 (14:48 +0000)]
* modules/gui/wxwindows/preferences_widget.cpp: replaced two ( ? : ) by
  if / else to avoid compilation problems when wxwindows is not built
  with unicode support

20 years ago * Updated current changelog and regenerated previous ones as to include
Sam Hocevar [Fri, 5 Dec 2003 09:28:45 +0000 (09:28 +0000)]
  * Updated current changelog and regenerated previous ones as to include
    changes to removed directories.

20 years agoA little cleanup on wait timing. No bug fixes yet, though.
Rocky Bernstein [Fri, 5 Dec 2003 05:01:17 +0000 (05:01 +0000)]
A little cleanup on wait timing. No bug fixes yet, though.

20 years agoSlightly better handling of stills and toggling pause by using the
Rocky Bernstein [Fri, 5 Dec 2003 04:24:47 +0000 (04:24 +0000)]
Slightly better handling of stills and toggling pause by using the
different threads better.

Still has stream still/to MPEG bug and duplicate video window bug though.
(And could use lots of cleanup.)

20 years agoRemove interface thread. It was a crock anyway -- any good stuff
Rocky Bernstein [Fri, 5 Dec 2003 02:33:49 +0000 (02:33 +0000)]
Remove interface thread. It was a crock anyway -- any good stuff
should be put into the visualization plugins instead.

Besides, there are bigger crocks that need fixing (like VCD navigation).

20 years agoOkay microseconds, then.
Rocky Bernstein [Fri, 5 Dec 2003 02:12:53 +0000 (02:12 +0000)]
Okay microseconds, then.

20 years agoFix duration that input_AddInfo uses milliseconds.
Rocky Bernstein [Fri, 5 Dec 2003 01:56:24 +0000 (01:56 +0000)]
Fix duration that input_AddInfo uses milliseconds.
Add some more meta debugging.

20 years agoSpelling.
Rocky Bernstein [Fri, 5 Dec 2003 01:52:11 +0000 (01:52 +0000)]
Spelling.

20 years ago* modules/stream_out/transcode.c: proper order for downmixed channels.
Gildas Bazin [Fri, 5 Dec 2003 00:03:54 +0000 (00:03 +0000)]
* modules/stream_out/transcode.c: proper order for downmixed channels.

20 years ago* modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio...
Gildas Bazin [Thu, 4 Dec 2003 23:15:01 +0000 (23:15 +0000)]
* modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding.

20 years agoregenerated from a clean tree
Anil Daoud [Thu, 4 Dec 2003 22:48:18 +0000 (22:48 +0000)]
regenerated from a clean tree

20 years ago* modules/codec/flac.c: several fixes to the flac decoder and encoder.
Gildas Bazin [Thu, 4 Dec 2003 22:37:02 +0000 (22:37 +0000)]
* modules/codec/flac.c: several fixes to the flac decoder and encoder.
* modules/mux/ogg.c: fixed flac in ogg.
* modules/demux/ogg.c: fix for flac seeking.

20 years ago* modules/gui/wxwindows/playlist.cpp: unicode fix.
Gildas Bazin [Thu, 4 Dec 2003 18:26:53 +0000 (18:26 +0000)]
* modules/gui/wxwindows/playlist.cpp: unicode fix.

20 years ago* modules/demux/livedotcom.cpp: compilation fix.
Gildas Bazin [Thu, 4 Dec 2003 18:13:28 +0000 (18:13 +0000)]
* modules/demux/livedotcom.cpp: compilation fix.

20 years ago* ALL: another bunch of MSVC compilation fixes.
Gildas Bazin [Thu, 4 Dec 2003 17:15:59 +0000 (17:15 +0000)]
* ALL: another bunch of MSVC compilation fixes.

20 years ago * modules/misc/dummy/renderer.c:
Sam Hocevar [Thu, 4 Dec 2003 16:49:45 +0000 (16:49 +0000)]
  * modules/misc/dummy/renderer.c:
    + Removed evil ^Ms from the file.
  * modules/video_output/caca.c:
    + Support for new dithering modes (libcaca HEAD only).
  * modules/* src/*:
    + Grammar and spelling fixes.
    + Coding style fixes.
  * po/fr.po:
    + Spelling fixes.
    + Updated a few translations.
  * po/en_GB.po:
    + Updated a few translations.

20 years ago * include/vlc_common.h:
Sam Hocevar [Thu, 4 Dec 2003 16:02:54 +0000 (16:02 +0000)]
  * include/vlc_common.h:
    + Introduced intptr_t and uintptr_t.
  * Fixed compilation warnings here and there.

20 years ago * configure.ac: Fixed an old bug that caused vlc-config to be sometimes
Sam Hocevar [Thu, 4 Dec 2003 15:54:58 +0000 (15:54 +0000)]
  * configure.ac: Fixed an old bug that caused vlc-config to be sometimes
    not set executable when regenerated.

20 years ago* modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth.
Gildas Bazin [Thu, 4 Dec 2003 14:48:24 +0000 (14:48 +0000)]
* modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth.

20 years ago* toolbox: use the "Output_Dir" property when generating the msvc project files so...
Gildas Bazin [Thu, 4 Dec 2003 12:33:43 +0000 (12:33 +0000)]
* toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling.
* msvc/config.h.in, modules/access_output/file.c: MSVC fixes.
* modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel.

20 years ago* modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE.
Gildas Bazin [Thu, 4 Dec 2003 10:25:47 +0000 (10:25 +0000)]
* modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE.

20 years agoGuard against invalid p_vcd in dbg_print.
Rocky Bernstein [Thu, 4 Dec 2003 05:14:39 +0000 (05:14 +0000)]
Guard against invalid p_vcd in dbg_print.

20 years agoall:
Sigmund Augdal Helberg [Wed, 3 Dec 2003 23:01:48 +0000 (23:01 +0000)]
all:
 * doxygenated parts of the messages system

20 years agosrc/input/input.c:
Sigmund Augdal Helberg [Wed, 3 Dec 2003 22:14:38 +0000 (22:14 +0000)]
src/input/input.c:
 * fill in the duration field of the playlist item when starting playback of
   a file, if the demuxer supports it.

20 years agoall:
Sigmund Augdal Helberg [Wed, 3 Dec 2003 21:58:43 +0000 (21:58 +0000)]
all:
 * in vlc, times are stored in microseconds. playlist_item_t::i_duration
   shouldn't be an exception
modules/gui/wxwindows/playlist.cpp:
 * fixed indentation

20 years agoMake more like the French translation which is more correct. :-\
Rocky Bernstein [Wed, 3 Dec 2003 21:55:33 +0000 (21:55 +0000)]
Make more like the French translation which is more correct. :-\

20 years agosrc/misc/mtime.c:
Sigmund Augdal Helberg [Wed, 3 Dec 2003 21:50:50 +0000 (21:50 +0000)]
src/misc/mtime.c:
 * Coding style fixes
 * Comment cleanups
 * Doxygenization
include/vlc_common.h:
 * doxygenized the comments for mtime_t and vlc_fourcc_t

20 years agoSyncing with current CVS.
Jean-Paul Saman [Wed, 3 Dec 2003 20:47:06 +0000 (20:47 +0000)]
Syncing with current CVS.

20 years agoUpdate of the french localization file
Clément Stenac [Wed, 3 Dec 2003 15:46:25 +0000 (15:46 +0000)]
Update of the french localization file

20 years agocompilation fix
Anil Daoud [Wed, 3 Dec 2003 13:52:36 +0000 (13:52 +0000)]
compilation fix

20 years agoFixed-width 2-column track number. Should help in sorting titles.
Rocky Bernstein [Wed, 3 Dec 2003 13:49:12 +0000 (13:49 +0000)]
Fixed-width 2-column track number. Should help in sorting titles.

20 years agoUpdate date. Remove boilerplate includes that I think are (or should
Rocky Bernstein [Wed, 3 Dec 2003 13:41:49 +0000 (13:41 +0000)]
Update date. Remove boilerplate includes that I think are (or should
be) pulled in from one of the other includes.

20 years agoReinstate Duration column - perhaps it's time to get more plugins
Rocky Bernstein [Wed, 3 Dec 2003 13:35:19 +0000 (13:35 +0000)]
Reinstate Duration column - perhaps it's time to get more plugins
using it.

20 years agoAdd more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE -
Rocky Bernstein [Wed, 3 Dec 2003 13:27:51 +0000 (13:27 +0000)]
Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE -
Use MSTRTIME_MAX_SIZE instead.

20 years ago include/vlc_help.h: Grammar and spelling fixes.
Sam Hocevar [Wed, 3 Dec 2003 12:33:21 +0000 (12:33 +0000)]
  include/vlc_help.h: Grammar and spelling fixes.

20 years ago * increase priority (the wrapper from ffmpeg is buggy).
Laurent Aimar [Wed, 3 Dec 2003 12:19:55 +0000 (12:19 +0000)]
 * increase priority (the wrapper from ffmpeg is buggy).

20 years agoFix bug in not updating playlist when hitting next/previous control
Rocky Bernstein [Wed, 3 Dec 2003 04:19:59 +0000 (04:19 +0000)]
Fix bug in not updating playlist when hitting next/previous control
buttons (and simplify code at the same time).

20 years agoAdd a few more fields in the stream info.
Rocky Bernstein [Wed, 3 Dec 2003 00:27:52 +0000 (00:27 +0000)]
Add a few more fields in the stream info.

20 years ago"File Info" renamed "Stream/Media Info"
Rocky Bernstein [Wed, 3 Dec 2003 00:24:16 +0000 (00:24 +0000)]
"File Info" renamed "Stream/Media Info"

20 years ago* modules/access/dshow/*: PVR support contributed by Marc Nolette.
Gildas Bazin [Tue, 2 Dec 2003 23:03:31 +0000 (23:03 +0000)]
* modules/access/dshow/*: PVR support contributed by Marc Nolette.
   I took the liberty to modify a few things so it might currently be broken (sorry Marc).
* THANKS: added Marc Nolette.

20 years ago* msvc/config.h.in: cleaned-up and updated.
Gildas Bazin [Tue, 2 Dec 2003 18:47:05 +0000 (18:47 +0000)]
* msvc/config.h.in: cleaned-up and updated.

20 years ago- Added fribidi support
Jason Luka [Tue, 2 Dec 2003 16:01:19 +0000 (16:01 +0000)]
- Added fribidi support
- Added configure-line options for mkv and fribidi

20 years ago* ALL: more MSVC compilation fixes.
Gildas Bazin [Tue, 2 Dec 2003 13:31:23 +0000 (13:31 +0000)]
* ALL: more MSVC compilation fixes.
* msvc/vlc.dsw: removed non-existant plugins.

20 years agoALL: MSVC compilation fixes to libvlc.
Gildas Bazin [Tue, 2 Dec 2003 12:57:36 +0000 (12:57 +0000)]
ALL: MSVC compilation fixes to libvlc.

20 years ago* modules/demux/mp4/mp4.c: find out aspect ratio from display size.
Gildas Bazin [Tue, 2 Dec 2003 10:55:21 +0000 (10:55 +0000)]
* modules/demux/mp4/mp4.c: find out aspect ratio from display size.
* modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any.