]> git.sesse.net Git - vlc/log
vlc
21 years ago beos/* : New Preferences window that lets you configure everything.
Eric Petit [Sat, 3 May 2003 13:37:21 +0000 (13:37 +0000)]
 beos/* : New Preferences window that lets you configure everything.
          It is not complete yet (see the TODO in PreferencesWindow.cpp)

21 years ago * transcode: added two options:
Laurent Aimar [Sat, 3 May 2003 13:18:16 +0000 (13:18 +0000)]
 * transcode: added two options:
    - vt : video bitrate tolerance
    - keyint : number of inter frames between intra frames.

21 years ago * v4l: used the same trick than vls to avoid too much resampling.
Laurent Aimar [Sat, 3 May 2003 12:36:17 +0000 (12:36 +0000)]
 * v4l: used the same trick than vls to avoid too much resampling.

21 years ago * ts: fix a memory leak.
Laurent Aimar [Sat, 3 May 2003 02:18:26 +0000 (02:18 +0000)]
 * ts: fix a memory leak.

21 years ago*** empty log message ***
Laurent Aimar [Sat, 3 May 2003 02:09:41 +0000 (02:09 +0000)]
*** empty log message ***

21 years ago * v4l: fix a stupid bug that broke audio.
Laurent Aimar [Sat, 3 May 2003 01:52:43 +0000 (01:52 +0000)]
 * v4l: fix a stupid bug that broke audio.

21 years ago * all: shut up valgrind ;) (memory leacks and one overead/overwrite).
Laurent Aimar [Sat, 3 May 2003 01:12:13 +0000 (01:12 +0000)]
 * all: shut up valgrind ;) (memory leacks and one overead/overwrite).

21 years ago * transcode: fix about raw audio.
Laurent Aimar [Fri, 2 May 2003 19:37:08 +0000 (19:37 +0000)]
 * transcode: fix about raw audio.

21 years ago * v4l: audio grabbing part begin to work :)
Laurent Aimar [Fri, 2 May 2003 17:35:48 +0000 (17:35 +0000)]
 * v4l: audio grabbing part begin to work :)

21 years ago * transcode: compilation fix.
Laurent Aimar [Fri, 2 May 2003 16:25:12 +0000 (16:25 +0000)]
 * transcode: compilation fix.

21 years ago* modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find...
Gildas Bazin [Fri, 2 May 2003 15:53:32 +0000 (15:53 +0000)]
* modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined.

21 years ago Missing files
Eric Petit [Fri, 2 May 2003 15:36:41 +0000 (15:36 +0000)]
 Missing files

21 years ago * transcode: should be able to compress raw audio, need to be cleaned up.
Laurent Aimar [Fri, 2 May 2003 14:51:57 +0000 (14:51 +0000)]
 * transcode: should be able to compress raw audio, need to be cleaned up.
 u8,s8,s16 big and little endian should be supported but not all tested.

21 years ago * ./configure.ac.in: another kludge to avoid linking twice with libavcodec.
Sam Hocevar [Fri, 2 May 2003 12:18:23 +0000 (12:18 +0000)]
  * ./configure.ac.in: another kludge to avoid linking twice with libavcodec.

21 years ago * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24).
Laurent Aimar [Fri, 2 May 2003 03:41:03 +0000 (03:41 +0000)]
 * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24).

21 years ago * rawvideo.c: fix a bug while filling picture.
Laurent Aimar [Fri, 2 May 2003 03:40:01 +0000 (03:40 +0000)]
 * rawvideo.c: fix a bug while filling picture.

21 years ago * copy: added raw audio/video support.
Laurent Aimar [Fri, 2 May 2003 00:33:42 +0000 (00:33 +0000)]
 * copy: added raw audio/video support.
 * avi: added raw audio support (little endian only).

21 years ago * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
Olivier Teulière [Thu, 1 May 2003 13:51:03 +0000 (13:51 +0000)]
 * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
   basic-skins plugin with GTK2
 * modules/gui/skins/parser/skin.*: small compilation fix, but i don't
   really understand why it is necessary :)

21 years ago* modules/gui/macosx/macosx.m
Derk-Jan Hartman [Thu, 1 May 2003 01:11:17 +0000 (01:11 +0000)]
* modules/gui/macosx/macosx.m
  - added a macosx-float config option
  - changed 'opaqueness' into 'macosx-opaqueness'
* modules/gui/macosx/vout.?
  - let vout respect 'float' on top option.
  - added a toggle function to toggle float on top.
ALL:
  - menuitem and corresponding code for float on top.

21 years agoALL: New output dialog that uses the new --sout syntax.
Derk-Jan Hartman [Wed, 30 Apr 2003 23:58:56 +0000 (23:58 +0000)]
ALL: New output dialog that uses the new --sout syntax.
  - it is not so powerful as --sout (does not allow for multiple unicasts ie)
  - there is a bug in the transcode settings. not sure what is causing it.

21 years ago * mp4: fix playback of some stream with raw audio. I also split
Laurent Aimar [Wed, 30 Apr 2003 21:45:52 +0000 (21:45 +0000)]
 * mp4: fix playback of some stream with raw audio. I also split
big audio chunk. (Avoid 100000 samples at once :(

21 years ago* enable basic-skins for GTK2 (not tested yet ;)
Cyril Deguet [Wed, 30 Apr 2003 21:16:24 +0000 (21:16 +0000)]
* enable basic-skins for GTK2 (not tested yet ;)

21 years ago * ./configure.ac.in:
Olivier Teulière [Wed, 30 Apr 2003 19:22:27 +0000 (19:22 +0000)]
 * ./configure.ac.in:
    - added a basic-skins plugin, which doesn't make use of wxWindows
      dialogs (currently only works for win32)
    - renamed with-wx-config-path in with-skins-wx-config-path for the
      skins plugin, to avoid problems with the wxwindows plugin

21 years ago* modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.
Gildas Bazin [Wed, 30 Apr 2003 19:20:32 +0000 (19:20 +0000)]
* modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.

21 years agomodules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu.
Derk-Jan Hartman [Wed, 30 Apr 2003 14:04:53 +0000 (14:04 +0000)]
modules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu.

21 years ago* modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
Gildas Bazin [Wed, 30 Apr 2003 09:11:13 +0000 (09:11 +0000)]
* modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.

21 years agomodules/access/http.c:
Derk-Jan Hartman [Wed, 30 Apr 2003 04:13:12 +0000 (04:13 +0000)]
modules/access/http.c:
modules/access/ftp.c:
* fixed a very serious bug in the atoll code. this contained a never ending while loop.
  It showed on systems without atoll() (MacOSX) as an inability to view http
  and ftp streams.

21 years ago all: use /* */ instead of // (we write c code)
Laurent Aimar [Tue, 29 Apr 2003 22:44:08 +0000 (22:44 +0000)]
 all: use /* */ instead of // (we write c code)

21 years ago * stream_output.c: some sanity checks and bypass default behavour of
Laurent Aimar [Tue, 29 Apr 2003 22:38:56 +0000 (22:38 +0000)]
 * stream_output.c: some sanity checks and bypass default behavour of
module_Need (when I ask for udp I want udp or an error, but not file
or something else) by adding ",none" when a module name is specified.
 I will clean up that by adding a flag to module_Need or something like
that.

21 years ago * stream_output.c: fix segfault when not specifying mux name.
Laurent Aimar [Tue, 29 Apr 2003 21:32:21 +0000 (21:32 +0000)]
 * stream_output.c: fix segfault when not specifying mux name.

21 years ago * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with
Olivier Teulière [Tue, 29 Apr 2003 20:36:56 +0000 (20:36 +0000)]
 * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with
   circular anchoring

21 years ago * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
Laurent Aimar [Tue, 29 Apr 2003 20:29:19 +0000 (20:29 +0000)]
 * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
resampling with some files while keeping good synchronisation.
 Anybody has an idea of the maximum desynchronisation between audio and
video that still be imperceptible ?

21 years ago* modules/gui/macosx/playlist.m:
Derk-Jan Hartman [Tue, 29 Apr 2003 20:17:12 +0000 (20:17 +0000)]
* modules/gui/macosx/playlist.m:
  - When we delete an item, update playlist with to indicate 'currently playing'

21 years ago* modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx...
Gildas Bazin [Tue, 29 Apr 2003 16:03:14 +0000 (16:03 +0000)]
* modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards.
* modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.

21 years ago * file: use - to write on stdout. (but you can only use ts and ps muxer,
Laurent Aimar [Tue, 29 Apr 2003 15:40:31 +0000 (15:40 +0000)]
 * file: use - to write on stdout. (but you can only use ts and ps muxer,
as the others need to seek).

21 years ago* modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg3...
Gildas Bazin [Tue, 29 Apr 2003 12:54:57 +0000 (12:54 +0000)]
* modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.

21 years ago * avi: fixed playback of broken stream....
Laurent Aimar [Mon, 28 Apr 2003 23:25:50 +0000 (23:25 +0000)]
 * avi: fixed playback of broken stream....

21 years ago * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread
Olivier Teulière [Mon, 28 Apr 2003 22:44:26 +0000 (22:44 +0000)]
 * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread

21 years ago * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by
Olivier Teulière [Mon, 28 Apr 2003 20:46:41 +0000 (20:46 +0000)]
 * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by
   missing tags in the XML.

21 years ago* skeleton of X11 skins
Cyril Deguet [Mon, 28 Apr 2003 14:32:57 +0000 (14:32 +0000)]
* skeleton of X11 skins

21 years ago* skeleton of X11 skins
Cyril Deguet [Mon, 28 Apr 2003 14:12:33 +0000 (14:12 +0000)]
* skeleton of X11 skins

21 years ago* changed Region into SkinRegion to prepare the X11 port
Cyril Deguet [Mon, 28 Apr 2003 12:25:34 +0000 (12:25 +0000)]
* changed Region into SkinRegion to prepare the X11 port

21 years ago* fixed compilation under linux
Cyril Deguet [Mon, 28 Apr 2003 12:00:14 +0000 (12:00 +0000)]
* fixed compilation under linux
* added a flag GTK2_SKINS

21 years ago * ./modules/gui/skins/*: first attempt at porting the skins to Win9x
Olivier Teulière [Mon, 28 Apr 2003 00:18:27 +0000 (00:18 +0000)]
 * ./modules/gui/skins/*: first attempt at porting the skins to Win9x
   There is still a lot to do but some things are working.

21 years ago* src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture...
Gildas Bazin [Sun, 27 Apr 2003 23:16:35 +0000 (23:16 +0000)]
* src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
* modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
* modules/codec/rawvideo.c: a few fixes.
* modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.

21 years ago* src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until...
Gildas Bazin [Sun, 27 Apr 2003 17:53:21 +0000 (17:53 +0000)]
* src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run.
* src/video_output/vout_pictures.[ch]: added support for FOURCC I411.
* modules/codec/rawvideo.c: support for more chroma formats.

21 years ago* modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin...
Gildas Bazin [Sun, 27 Apr 2003 15:25:11 +0000 (15:25 +0000)]
* modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
  (I can finaly watch my RGB tarkin samples :))
* modules/demux/rawdv.c: fixed a couple of compiler warnings.

21 years ago* modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both...
Gildas Bazin [Sun, 27 Apr 2003 14:56:47 +0000 (14:56 +0000)]
* modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.

21 years ago* modules/misc/httpd.c: win32 fix for non-blocking sockets.
Gildas Bazin [Sun, 27 Apr 2003 14:11:26 +0000 (14:11 +0000)]
* modules/misc/httpd.c: win32 fix for non-blocking sockets.

21 years ago * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML
Laurent Aimar [Sun, 27 Apr 2003 13:55:51 +0000 (13:55 +0000)]
 * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML
index, so use it when normal index (idx1 chunk) isn't found.

21 years ago * ffmpeg: stop skipping video sometime ;).
Laurent Aimar [Sun, 27 Apr 2003 13:03:28 +0000 (13:03 +0000)]
 * ffmpeg: stop skipping video sometime ;).

21 years ago * avi: Support for OpenDML file.
Laurent Aimar [Sun, 27 Apr 2003 11:55:03 +0000 (11:55 +0000)]
 * avi: Support for OpenDML file.
 Not tested with file size > 2Go, so report status.

21 years ago * httpd: added "Cache-Control: no-cache" by default.
Laurent Aimar [Sun, 27 Apr 2003 03:08:36 +0000 (03:08 +0000)]
 * httpd: added "Cache-Control: no-cache" by default.

21 years ago * ./configure.ac.in: Added --with-libmpeg2-tree
Jon Lech Johansen [Sun, 27 Apr 2003 02:00:15 +0000 (02:00 +0000)]
 * ./configure.ac.in: Added --with-libmpeg2-tree

21 years ago* modules/control/http.c: fixed buffer allocation problem.
Gildas Bazin [Sun, 27 Apr 2003 00:02:27 +0000 (00:02 +0000)]
* modules/control/http.c: fixed buffer allocation problem.

21 years ago * video: spelling error.
Laurent Aimar [Sat, 26 Apr 2003 22:06:12 +0000 (22:06 +0000)]
 * video: spelling error.

21 years ago * ffmpeg: we always skip video if we have more than 5 second of late video.
Laurent Aimar [Sat, 26 Apr 2003 21:45:26 +0000 (21:45 +0000)]
 * ffmpeg: we always skip video if we have more than 5 second of late video.
(This should avoid 'decoder stuck' message.)

21 years ago* modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc...
Gildas Bazin [Sat, 26 Apr 2003 21:36:23 +0000 (21:36 +0000)]
* modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).

21 years ago * mpegaudio: if the file name end by .mp3, use a stronger dectection.
Laurent Aimar [Sat, 26 Apr 2003 20:51:54 +0000 (20:51 +0000)]
 * mpegaudio: if the file name end by .mp3, use a stronger dectection.
(over the first 2ko).

21 years ago* configure.ac.in: enabled xvid and ffmpeg encoders
Gildas Bazin [Sat, 26 Apr 2003 14:54:49 +0000 (14:54 +0000)]
* configure.ac.in: enabled xvid and ffmpeg encoders
* modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.

21 years ago* modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPi...
Gildas Bazin [Sat, 26 Apr 2003 12:26:46 +0000 (12:26 +0000)]
* modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) )

21 years ago * libmp4: clean up and preliminary work to read mp4 file through http.
Laurent Aimar [Fri, 25 Apr 2003 21:47:25 +0000 (21:47 +0000)]
 * libmp4: clean up and preliminary work to read mp4 file through http.
 * mp4: don't return a failed value when recognize a ref file, but use
a dummy Demux function that return EOF.

21 years ago * ffmpeg: use bigger split size (~8000 samples) as it avoid too much
Laurent Aimar [Fri, 25 Apr 2003 18:57:41 +0000 (18:57 +0000)]
 * ffmpeg: use bigger split size (~8000 samples) as it avoid too much
resampling with my samples. Fix a potential divide by 0 (thx meuuh).

21 years ago *ffmpeg: split huge audio packets as aout didn't like them.
Laurent Aimar [Fri, 25 Apr 2003 17:35:52 +0000 (17:35 +0000)]
 *ffmpeg: split huge audio packets as aout didn't like them.

21 years ago * mms: reduce mtu (avoid too much delay with slow connection)
Laurent Aimar [Fri, 25 Apr 2003 17:33:57 +0000 (17:33 +0000)]
 * mms: reduce mtu (avoid too much delay with slow connection)

21 years ago* modules/gui/skins/src/vlcproc.cpp: small compilation fix.
Gildas Bazin [Fri, 25 Apr 2003 12:37:52 +0000 (12:37 +0000)]
* modules/gui/skins/src/vlcproc.cpp: small compilation fix.

21 years ago * mp4: fix a buffer overflow.
Laurent Aimar [Thu, 24 Apr 2003 20:49:54 +0000 (20:49 +0000)]
 * mp4: fix a buffer overflow.

21 years ago * .cvsignore: forgot this file.
Laurent Aimar [Thu, 24 Apr 2003 20:33:53 +0000 (20:33 +0000)]
 * .cvsignore: forgot this file.

21 years ago * asf: fix to play stream over mmsh.
Laurent Aimar [Thu, 24 Apr 2003 20:26:32 +0000 (20:26 +0000)]
 * asf: fix to play stream over mmsh.

21 years ago * mpeg4video.c: use video size when available from bitmapinfoheader.
Laurent Aimar [Thu, 24 Apr 2003 20:24:44 +0000 (20:24 +0000)]
 * mpeg4video.c: use video size when available from bitmapinfoheader.

21 years ago* src/libvlc.c: forgot to reload the command line options after we reload the main...
Gildas Bazin [Thu, 24 Apr 2003 17:44:53 +0000 (17:44 +0000)]
* src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.

21 years ago* Makefile.am: added a dist-hook target to include the auto-generated msvc files...
Gildas Bazin [Thu, 24 Apr 2003 16:13:38 +0000 (16:13 +0000)]
* Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.

21 years ago* modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar
Gildas Bazin [Thu, 24 Apr 2003 15:57:50 +0000 (15:57 +0000)]
* modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar
   for the .vlt skins support. libtar is still used if present, otherwise
   we use our small implementation of untar.

21 years ago * mp4: select only first enabled track.
Laurent Aimar [Thu, 24 Apr 2003 14:39:53 +0000 (14:39 +0000)]
 * mp4: select only first enabled track.

21 years ago* get screen size with gtk2
Cyril Deguet [Thu, 24 Apr 2003 14:38:06 +0000 (14:38 +0000)]
* get screen size with gtk2

21 years ago modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated
Eric Petit [Wed, 23 Apr 2003 15:18:24 +0000 (15:18 +0000)]
 modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated
  strings and "...". i18n seems OK under BeOS now.

21 years ago* fixed some constructors and destructors
Cyril Deguet [Wed, 23 Apr 2003 10:29:52 +0000 (10:29 +0000)]
* fixed some constructors and destructors

21 years ago* modules/codec/libmpeg2.c: make sure there are no more linked pictures
Gildas Bazin [Tue, 22 Apr 2003 23:31:07 +0000 (23:31 +0000)]
* modules/codec/libmpeg2.c: make sure there are no more linked pictures
   left when closing the decoder.

21 years ago * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows
Olivier Teulière [Tue, 22 Apr 2003 22:57:40 +0000 (22:57 +0000)]
 * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows

21 years ago* modules/audio_filter/converter/s16tofloat32swab.c:
Gildas Bazin [Tue, 22 Apr 2003 22:25:09 +0000 (22:25 +0000)]
* modules/audio_filter/converter/s16tofloat32swab.c:
   added an #ifdef HAVE_ALLOCA.

21 years ago* configure.ac.in: don't link with the math library on win32. It isn't
Gildas Bazin [Tue, 22 Apr 2003 21:45:42 +0000 (21:45 +0000)]
* configure.ac.in: don't link with the math library on win32. It isn't
   needed and will even screw up things under cygwin with -mno-cygwin.

21 years ago* output.c: avoid a floating point exception when aout-rate==0
Cyril Deguet [Tue, 22 Apr 2003 19:26:02 +0000 (19:26 +0000)]
* output.c: avoid a floating point exception when aout-rate==0
* gtk2_api.cpp: made valgrind happy ;)

21 years ago * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes
Olivier Teulière [Tue, 22 Apr 2003 18:21:15 +0000 (18:21 +0000)]
 * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes

21 years ago* fixed the volume slider bug
Cyril Deguet [Tue, 22 Apr 2003 17:56:44 +0000 (17:56 +0000)]
* fixed the volume slider bug

21 years ago * Makefile.am: fixed 'make package-beos'
Eric Petit [Tue, 22 Apr 2003 16:36:16 +0000 (16:36 +0000)]
 * Makefile.am: fixed 'make package-beos'
 * modules/gui/beos/*: added _()s so the whole interface is translated
 * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now)
   FIXME: currently, untranslated strings are not converted to UTF-8

21 years ago * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add '\0' :(
Laurent Aimar [Tue, 22 Apr 2003 16:28:24 +0000 (16:28 +0000)]
 * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add '\0' :(

21 years ago* modules/codec/libmpeg2.c: fixed aspect ratio problem.
Gildas Bazin [Tue, 22 Apr 2003 12:54:49 +0000 (12:54 +0000)]
* modules/codec/libmpeg2.c: fixed aspect ratio problem.

21 years ago * mp4: preliminary support of "mov playlist(ref) file"
Laurent Aimar [Tue, 22 Apr 2003 11:38:25 +0000 (11:38 +0000)]
 * mp4: preliminary support of "mov playlist(ref) file"

21 years ago * mp4: more mov fields are parsed.
Laurent Aimar [Tue, 22 Apr 2003 08:51:28 +0000 (08:51 +0000)]
 * mp4: more mov fields are parsed.

21 years ago* changed "Font" into "SkinFont" (see previous commit)
Cyril Deguet [Mon, 21 Apr 2003 22:12:37 +0000 (22:12 +0000)]
* changed "Font" into "SkinFont" (see previous commit)

21 years ago* changed "Window" into "SkinWindow" to prepare X11 port
Cyril Deguet [Mon, 21 Apr 2003 21:51:16 +0000 (21:51 +0000)]
* changed "Window" into "SkinWindow" to prepare X11 port
 (Window is already a Xlib type !)
  *** not tested under win32, please check ! ***

21 years ago* at last fixed transparency under linux !!
Cyril Deguet [Mon, 21 Apr 2003 18:39:39 +0000 (18:39 +0000)]
* at last fixed transparency under linux !!

21 years ago*All: fixed unwanted fileinfo window refresh under windows.
Anil Daoud [Mon, 21 Apr 2003 16:55:53 +0000 (16:55 +0000)]
*All: fixed unwanted fileinfo window refresh under windows.

21 years ago* modules/misc/network/ipv4.c: a bit of cleanup.
Gildas Bazin [Mon, 21 Apr 2003 16:22:43 +0000 (16:22 +0000)]
* modules/misc/network/ipv4.c: a bit of cleanup.

21 years ago* raise the skin window on top when clicked
Cyril Deguet [Mon, 21 Apr 2003 14:26:59 +0000 (14:26 +0000)]
* raise the skin window on top when clicked
* a bit of code cleaning

21 years ago* configure.ac.in: print an error message if libmpeg2 is not found or too old.
Gildas Bazin [Mon, 21 Apr 2003 12:54:08 +0000 (12:54 +0000)]
* configure.ac.in: print an error message if libmpeg2 is not found or too old.

21 years ago* configure.ac.in: the libmpeg2 plugin is now enabled by default when the right versi...
Gildas Bazin [Mon, 21 Apr 2003 12:22:54 +0000 (12:22 +0000)]
* configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs).

21 years ago* added a preferences button in the default skin
Cyril Deguet [Mon, 21 Apr 2003 11:47:22 +0000 (11:47 +0000)]
* added a preferences button in the default skin

21 years ago* fixed the previous commit for linux
Cyril Deguet [Mon, 21 Apr 2003 03:37:40 +0000 (03:37 +0000)]
* fixed the previous commit for linux

21 years ago* fixed a timing issue under windows ?
Cyril Deguet [Mon, 21 Apr 2003 02:50:49 +0000 (02:50 +0000)]
* fixed a timing issue under windows ?