]> git.sesse.net Git - vlc/log
vlc
20 years ago* src/input/input_programs.c: Fixed the --program option (thanks gibalou)
Christophe Massiot [Mon, 10 May 2004 15:07:15 +0000 (15:07 +0000)]
* src/input/input_programs.c: Fixed the --program option (thanks gibalou)
* modules/access/dvb/access.c: Removed the temporary --dvb-program hack
* modules/demux/ts.c: New --ts-silent option to avoid complaints about
  encrypted packets (especially useful with --sout-all for streaming a part
  of a transponder).

20 years ago* modules/access/dvb: Major rewrite of the code.
Christophe Massiot [Mon, 10 May 2004 14:57:00 +0000 (14:57 +0000)]
* modules/access/dvb: Major rewrite of the code.
  - new options (now prepended with --dvb) :
     --dvb-program : to work around the non-working --program
     --dvb-inversion : to (optionally) specify the inversion, which is not
                       the same as polarization
     --dvb-budget-mode : if you have a budget card this will set a filter
                         on 0x2000, meaning all PIDs will be returned by
                         the driver. The budget-mode is compatible with demux2.
     --dvb-satno : to specify a sat number in the diseqc system
     --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
                     value in special configurations)
     --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
                  if frequency >= lnb-slof)
  - fixed a handful of QPSK tuning bugs, especially the diseqc was not
    working and frequencies above 11700 couldn't be tuned to.
  - the modules now uses the inherited object variables for its
    configuration.
  - symbol-rate= url option is now srate= for consistency with the
    configuration variable.
  - all linux-dvb specific code is now in linux_dvb.c. access.c contains
    only code which could be reused on other platforms.
  - better keep track of demux file descriptors (especially useful on
    limited boards).
  - do not block in read() when no data is available.
  - fixed msleep() calls (reminder : mtime_t is in _microseconds_).

I didn't test the QAM and OFDM variants, so please report.

20 years ago* src/audio_ouput/input.c: better on-the-fly switching of audio filters.
Gildas Bazin [Mon, 10 May 2004 12:21:29 +0000 (12:21 +0000)]
* src/audio_ouput/input.c: better on-the-fly switching of audio filters.

20 years agoconfigure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You...
Gildas Bazin [Sun, 9 May 2004 09:35:12 +0000 (09:35 +0000)]
configure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You can find it here: http://www.ios-software.com/index.php3?page=projet&quoi=1

20 years agoMakefile.am: email address obfuscation for text files included in the win32 package...
Gildas Bazin [Sun, 9 May 2004 09:20:34 +0000 (09:20 +0000)]
Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)

20 years ago * drms.c: DRMS v2 endian fix.
Jon Lech Johansen [Sat, 8 May 2004 22:58:46 +0000 (22:58 +0000)]
  * drms.c: DRMS v2 endian fix.

20 years ago * modules/demux/mp4/drms.c:
Sam Hocevar [Sat, 8 May 2004 21:00:47 +0000 (21:00 +0000)]
  * modules/demux/mp4/drms.c:
    + Removed unreachable code here and there.
    + Refactored some shuffling functions and got rid of the ext structure.
    + More code cleanup.

20 years ago * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
Jon Lech Johansen [Sat, 8 May 2004 20:48:37 +0000 (20:48 +0000)]
  * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
            code outside of VLC and don't set _fmode to _O_BINARY.

20 years ago * skins2/src/skin_main.cpp: Transparency is default disabled
Olivier Teulière [Sat, 8 May 2004 18:10:38 +0000 (18:10 +0000)]
 * skins2/src/skin_main.cpp: Transparency is default disabled
 * skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
   because in the future resizing will be allowed in all directions
 * share/skins2/default/theme.xml: Updated the skin accordingly

20 years ago* modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.
Gildas Bazin [Sat, 8 May 2004 16:58:05 +0000 (16:58 +0000)]
* modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.

20 years ago* modules/demux/dvdnav.c: a few fixes.
Gildas Bazin [Sat, 8 May 2004 11:59:28 +0000 (11:59 +0000)]
* modules/demux/dvdnav.c: a few fixes.

20 years ago * avi: hack to let few xvid files working.
Laurent Aimar [Fri, 7 May 2004 21:12:26 +0000 (21:12 +0000)]
 * avi: hack to let few xvid files working.
 (set codec to xvid if the hanlder is xvid).

20 years ago * video: set avtcx->codec_tag
Laurent Aimar [Fri, 7 May 2004 21:10:48 +0000 (21:10 +0000)]
 * video: set avtcx->codec_tag

20 years ago* modules/demux/asf/*: fixed mem leak.
Gildas Bazin [Fri, 7 May 2004 15:36:01 +0000 (15:36 +0000)]
* modules/demux/asf/*: fixed mem leak.
* modules/demux/mp4/*: fixed segfault on close with some files.

20 years ago* modules/gui/wxwindows/*: move a few things out of wxwindows.h
Gildas Bazin [Fri, 7 May 2004 14:36:51 +0000 (14:36 +0000)]
* modules/gui/wxwindows/*: move a few things out of wxwindows.h

20 years ago* modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.
Gildas Bazin [Fri, 7 May 2004 13:03:43 +0000 (13:03 +0000)]
* modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.

20 years ago* src/video_output/video_output.c: make sure vout_Create() returns NULL when the...
Gildas Bazin [Fri, 7 May 2004 11:25:42 +0000 (11:25 +0000)]
* src/video_output/video_output.c: make sure vout_Create() returns NULL when the pf_init() of the vout plugin failed.

20 years agoTuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.
Jean-Paul Saman [Fri, 7 May 2004 11:17:40 +0000 (11:17 +0000)]
Tuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.

20 years agoGracefully interrupt the tuning process.
Jean-Paul Saman [Fri, 7 May 2004 08:51:56 +0000 (08:51 +0000)]
Gracefully interrupt the tuning process.

20 years agocompilation fixes
Jean-Paul Saman [Fri, 7 May 2004 08:31:16 +0000 (08:31 +0000)]
compilation fixes

20 years agoRefactoring of dvb.c and access.c. Coding style and messages cleanup.
Jean-Paul Saman [Fri, 7 May 2004 08:12:34 +0000 (08:12 +0000)]
Refactoring of dvb.c and access.c. Coding style and messages cleanup.

20 years agoTolerate compilation with vcdimager 0.7.20. Sigh.
Rocky Bernstein [Fri, 7 May 2004 02:03:56 +0000 (02:03 +0000)]
Tolerate compilation with vcdimager 0.7.20. Sigh.

20 years ago* introduced a bug with my latest patch in the autogenerated menus.
Derk-Jan Hartman [Fri, 7 May 2004 00:46:20 +0000 (00:46 +0000)]
* introduced a bug with my latest patch in the autogenerated menus.

20 years ago* fixed a number of memleaks
Derk-Jan Hartman [Thu, 6 May 2004 23:14:23 +0000 (23:14 +0000)]
* fixed a number of memleaks

20 years ago* modules/mux/mp4.c:fixed a minor mem leak.
Gildas Bazin [Thu, 6 May 2004 21:14:13 +0000 (21:14 +0000)]
* modules/mux/mp4.c:fixed a minor mem leak.

20 years ago* set -O3 on faad
Derk-Jan Hartman [Thu, 6 May 2004 21:14:02 +0000 (21:14 +0000)]
* set -O3 on faad

20 years ago* modules/demux/mp4/mp4.c: fixed memory leak.
Gildas Bazin [Thu, 6 May 2004 20:51:47 +0000 (20:51 +0000)]
* modules/demux/mp4/mp4.c: fixed memory leak.

20 years ago* don't autorelease the application
Derk-Jan Hartman [Thu, 6 May 2004 19:34:41 +0000 (19:34 +0000)]
* don't autorelease the application
* make sure the terminate of the super is called

This might fix the CodeTek VirtualDesktop appl. (untested)

20 years ago* src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.
Gildas Bazin [Thu, 6 May 2004 17:35:26 +0000 (17:35 +0000)]
* src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.

20 years ago* modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h
Gildas Bazin [Thu, 6 May 2004 10:58:57 +0000 (10:58 +0000)]
* modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h

20 years ago* Makefile.am: include the vlm html files in the win32 package.
Gildas Bazin [Thu, 6 May 2004 08:14:03 +0000 (08:14 +0000)]
* Makefile.am: include the vlm html files in the win32 package.

20 years ago * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
Jon Lech Johansen [Wed, 5 May 2004 22:25:12 +0000 (22:25 +0000)]
  * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.

20 years ago* .access for http intf added to OSX build.
Derk-Jan Hartman [Wed, 5 May 2004 21:53:07 +0000 (21:53 +0000)]
* .access for http intf added to OSX build.

20 years ago* modules/demux/ts.c: support for DVB subtitles and memory leak fixes.
Gildas Bazin [Wed, 5 May 2004 21:52:07 +0000 (21:52 +0000)]
* modules/demux/ts.c: support for DVB subtitles and memory leak fixes.

20 years ago* src/input/es_out.c: remove deprecated hack.
Gildas Bazin [Wed, 5 May 2004 21:50:49 +0000 (21:50 +0000)]
* src/input/es_out.c: remove deprecated hack.

20 years ago * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
Olivier Teulière [Wed, 5 May 2004 21:15:04 +0000 (21:15 +0000)]
 * skins2/parser/skin_parser.cpp: Make sure that IDs are unique

20 years ago* src/libvlc.h: moved a few hotkeys to the advanced options.
Gildas Bazin [Wed, 5 May 2004 20:29:14 +0000 (20:29 +0000)]
* src/libvlc.h: moved a few hotkeys to the advanced options.

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
Gildas Bazin [Wed, 5 May 2004 11:18:18 +0000 (11:18 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.

20 years ago * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
Jon Lech Johansen [Wed, 5 May 2004 11:13:33 +0000 (11:13 +0000)]
  * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
            DoExtShuffle into smaller functions.

20 years ago* Added the WAVE-file-type
Felix Paul Kühne [Tue, 4 May 2004 21:25:48 +0000 (21:25 +0000)]
* Added the WAVE-file-type

20 years ago * skins2/parser/skin_parser.cpp: Fixed my last commit.
Olivier Teulière [Tue, 4 May 2004 20:42:08 +0000 (20:42 +0000)]
 * skins2/parser/skin_parser.cpp: Fixed my last commit.
   I didn't remove all the code handling the removed attribute (Playlist.var),
   because it can still be useful if we decide to have other List controls.

20 years ago* updates to ebuild for 0.7.2
Derk-Jan Hartman [Tue, 4 May 2004 20:03:10 +0000 (20:03 +0000)]
* updates to ebuild for 0.7.2

20 years ago * share/skins2/skin.dtd: removed a useless attribute
Olivier Teulière [Tue, 4 May 2004 19:50:43 +0000 (19:50 +0000)]
 * share/skins2/skin.dtd: removed a useless attribute

20 years ago* modules/demux/ts.c: coding style changes.
Gildas Bazin [Tue, 4 May 2004 19:46:03 +0000 (19:46 +0000)]
* modules/demux/ts.c: coding style changes.

20 years ago + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
Eric Petit [Tue, 4 May 2004 14:09:45 +0000 (14:09 +0000)]
 + video_chroma/i420_yuy2.h : grmbl, x86 compile fix

20 years ago + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
Eric Petit [Tue, 4 May 2004 13:57:48 +0000 (13:57 +0000)]
 + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
                              widths (MMX untested)

20 years ago + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
Eric Petit [Tue, 4 May 2004 11:35:18 +0000 (11:35 +0000)]
 + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
                   in window mode. I'm not sure how we can catch
                   mouseDown events in fullscreen GL mode)

20 years agoCorrect bitrate in the WAV header.
Rocky Bernstein [Tue, 4 May 2004 05:14:15 +0000 (05:14 +0000)]
Correct bitrate in the WAV header.

20 years ago* Updated '(c) 1996-2003' to '(c) 1996-2004'
Felix Paul Kühne [Mon, 3 May 2004 19:52:32 +0000 (19:52 +0000)]
* Updated '(c) 1996-2003' to '(c) 1996-2004'

20 years ago* modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.
Gildas Bazin [Mon, 3 May 2004 13:55:39 +0000 (13:55 +0000)]
* modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.

20 years ago * po/:
Sam Hocevar [Mon, 3 May 2004 12:06:10 +0000 (12:06 +0000)]
  * po/:
    + Updated the British translation.
    + Merged Javier Varela's Spanish translation. There's more to come.

20 years agomodules/access/cdda.c: write proper bitrate in the wav header.
Sigmund Augdal Helberg [Sun, 2 May 2004 20:25:11 +0000 (20:25 +0000)]
modules/access/cdda.c: write proper bitrate in the wav header.

20 years ago * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
Olivier Teulière [Sun, 2 May 2004 19:00:54 +0000 (19:00 +0000)]
 * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
   coding style changes

20 years ago * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
Olivier Teulière [Sun, 2 May 2004 18:41:52 +0000 (18:41 +0000)]
 * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
   style fixes

20 years ago* po/de.po: corrected a misunderstanding
Felix Paul Kühne [Sun, 2 May 2004 16:15:17 +0000 (16:15 +0000)]
* po/de.po: corrected a misunderstanding
* po/it.po: layout fixes to the rc-help-message

20 years ago * skins2/parser/interpreter.cpp: parse the "or" operator
Olivier Teulière [Sun, 2 May 2004 14:03:20 +0000 (14:03 +0000)]
 * skins2/parser/interpreter.cpp: parse the "or" operator
 * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility

20 years ago* Fixed some translations
Felix Paul Kühne [Sun, 2 May 2004 12:36:52 +0000 (12:36 +0000)]
* Fixed some  translations

20 years ago* modules/demux/dvdnav.c: a few coding style changes.
Gildas Bazin [Sat, 1 May 2004 18:00:36 +0000 (18:00 +0000)]
* modules/demux/dvdnav.c: a few coding style changes.

20 years ago* modules/demux/dvdnav.c: a bit less debug and fixed seeking.
Gildas Bazin [Sat, 1 May 2004 17:56:14 +0000 (17:56 +0000)]
* modules/demux/dvdnav.c: a bit less debug and fixed seeking.

20 years ago=* Updated German translation
Felix Paul Kühne [Sat, 1 May 2004 16:01:41 +0000 (16:01 +0000)]
=* Updated German translation

20 years ago * src/vlcproc.*: added the callbacks for vout requests. The vout window
Cyril Deguet [Sat, 1 May 2004 14:23:40 +0000 (14:23 +0000)]
  * src/vlcproc.*: added the callbacks for vout requests. The vout window
    handle is now stored in VlcProc.
  * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in
    VlcProc instead of the old "drawable" trick
  * all: renamed "Time" into "StreamTime" because of a name conflict with
   X11 (did i hear "namespace" ? ;)

20 years ago* NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
Gildas Bazin [Sat, 1 May 2004 10:51:24 +0000 (10:51 +0000)]
* NEWS: support for theora alpha3 and hotkeys in the wxwin interface.

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.