]> git.sesse.net Git - vlc/log
vlc
19 years ago* configure.ac: fixed --with-ffmpeg-dts.
Gildas Bazin [Tue, 14 Sep 2004 11:45:44 +0000 (11:45 +0000)]
* configure.ac: fixed --with-ffmpeg-dts.
* INSTALL.win32: update with new contrib package.

19 years ago* modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.
Gildas Bazin [Tue, 14 Sep 2004 11:38:50 +0000 (11:38 +0000)]
* modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.

19 years ago* updated used libcdio-version from 0.69 to 0.70
Felix Paul Kühne [Mon, 13 Sep 2004 20:30:12 +0000 (20:30 +0000)]
* updated used libcdio-version from 0.69 to 0.70

19 years ago* modules/access/dshow/crossbar.cpp: real compilation fix.
Gildas Bazin [Mon, 13 Sep 2004 20:29:58 +0000 (20:29 +0000)]
* modules/access/dshow/crossbar.cpp: real compilation fix.

19 years ago* modules/access/dshow/crossbar.cpp: compilation fix.
Gildas Bazin [Mon, 13 Sep 2004 19:46:38 +0000 (19:46 +0000)]
* modules/access/dshow/crossbar.cpp: compilation fix.

19 years ago* modules/video_filter/swscale/*: new resizing/chroma conversion video filter based...
Gildas Bazin [Mon, 13 Sep 2004 19:43:30 +0000 (19:43 +0000)]
* modules/video_filter/swscale/*: new resizing/chroma conversion video filter based on MPlayer's swscale module.
  (not enabled in configure.ac yet as it may have problems building on some platforms)

19 years ago contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
Eric Petit [Mon, 13 Sep 2004 15:46:00 +0000 (15:46 +0000)]
 contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)

19 years ago* include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.
Gildas Bazin [Mon, 13 Sep 2004 13:28:10 +0000 (13:28 +0000)]
* include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.

19 years ago + configure.ac: explicitly link to -lnet the modules which need it
Eric Petit [Mon, 13 Sep 2004 10:57:03 +0000 (10:57 +0000)]
 + configure.ac: explicitly link to -lnet the modules which need it
   (cause latest BeOS gcc doesn't do it by default anymore)

19 years ago + mux/asf.c: gcc < 3 compile fix
Eric Petit [Mon, 13 Sep 2004 08:27:58 +0000 (08:27 +0000)]
 + mux/asf.c: gcc < 3 compile fix

19 years ago* modules/video_output/directx/directx.c: removed debug message.
Gildas Bazin [Sun, 12 Sep 2004 20:32:08 +0000 (20:32 +0000)]
* modules/video_output/directx/directx.c: removed debug message.

19 years ago* src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with...
Gildas Bazin [Sun, 12 Sep 2004 20:31:00 +0000 (20:31 +0000)]
* src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with fast user switching on win32).

19 years ago* modules/access/dshow/*:
Gildas Bazin [Sun, 12 Sep 2004 18:00:02 +0000 (18:00 +0000)]
* modules/access/dshow/*:
  - switch to access_demux module for raw video/audio streams.
  - massive cleanup and simplifications.
  - a bunch of fixes.

19 years ago* modules/access/screen/win32.c: proper rgb mask for RV24.
Gildas Bazin [Sun, 12 Sep 2004 10:30:24 +0000 (10:30 +0000)]
* modules/access/screen/win32.c: proper rgb mask for RV24.

19 years ago* modules/access/dshow: simplification (video inversion is now handled in the rawvide...
Gildas Bazin [Sun, 12 Sep 2004 09:31:47 +0000 (09:31 +0000)]
* modules/access/dshow: simplification (video inversion is now handled in the rawvideo codec/packetizer).

19 years ago* modules/video_output/directx/directx.c: small fix.
Gildas Bazin [Sun, 12 Sep 2004 09:16:55 +0000 (09:16 +0000)]
* modules/video_output/directx/directx.c: small fix.

19 years ago* modules/video_output/directx/events.c: use a different window class for the video...
Gildas Bazin [Sun, 12 Sep 2004 09:10:33 +0000 (09:10 +0000)]
* modules/video_output/directx/events.c: use a different window class for the video sub-window so the background color doesn't get messed-up with.

19 years ago* include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.
Gildas Bazin [Sat, 11 Sep 2004 13:15:18 +0000 (13:15 +0000)]
* include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.

19 years ago* modules/video_filter/logo.c: complete rewrite using the alpha-blending module.
Gildas Bazin [Fri, 10 Sep 2004 21:08:41 +0000 (21:08 +0000)]
* modules/video_filter/logo.c: complete rewrite using the alpha-blending module.

19 years ago* src/video_output/video_output.c: oops.
Gildas Bazin [Fri, 10 Sep 2004 19:47:16 +0000 (19:47 +0000)]
* src/video_output/video_output.c: oops.

19 years ago* src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().
Gildas Bazin [Fri, 10 Sep 2004 18:03:25 +0000 (18:03 +0000)]
* src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().

19 years ago* include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().
Gildas Bazin [Fri, 10 Sep 2004 17:22:03 +0000 (17:22 +0000)]
* include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().

19 years ago* modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when...
Gildas Bazin [Fri, 10 Sep 2004 13:53:43 +0000 (13:53 +0000)]
* modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when we invert the YV12 picture buffer chroma planes, we need to report a I420 chroma.

19 years ago* modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.
Gildas Bazin [Fri, 10 Sep 2004 13:15:59 +0000 (13:15 +0000)]
* modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.

19 years ago* modules/demux/asf/*: get video aspect ratio from metadata object.
Gildas Bazin [Fri, 10 Sep 2004 12:43:08 +0000 (12:43 +0000)]
* modules/demux/asf/*: get video aspect ratio from metadata object.

19 years ago* commit modules/demux/asf/*: load and parse the metadata object + coding style changes.
Gildas Bazin [Fri, 10 Sep 2004 11:35:42 +0000 (11:35 +0000)]
* commit modules/demux/asf/*: load and parse the metadata object + coding style changes.

19 years ago* modules/stream_out/standard.c: compilation fix.
Gildas Bazin [Fri, 10 Sep 2004 09:49:01 +0000 (09:49 +0000)]
* modules/stream_out/standard.c: compilation fix.

19 years ago* modules/codec/cmml/intf.c: compilation fix.
Gildas Bazin [Fri, 10 Sep 2004 09:19:59 +0000 (09:19 +0000)]
* modules/codec/cmml/intf.c: compilation fix.

19 years ago* src/misc/httpd.c: spelling mistake.
Gildas Bazin [Thu, 9 Sep 2004 22:18:51 +0000 (22:18 +0000)]
* src/misc/httpd.c: spelling mistake.

19 years ago modules/codec/ffmpeg/video_filter.c, modules/audio_filter/format.c, normvol.c: added...
Gildas Bazin [Thu, 9 Sep 2004 21:45:38 +0000 (21:45 +0000)]
 modules/codec/ffmpeg/video_filter.c, modules/audio_filter/format.c, normvol.c: added Id svn keyword.

19 years ago* src/input/input.c: hack to allow for the udp:@:port syntax again... not really...
Gildas Bazin [Thu, 9 Sep 2004 14:47:33 +0000 (14:47 +0000)]
* src/input/input.c: hack to allow for the udp:@:port syntax again... not really pretty though.

19 years ago* src/extras/libc.c: forgot a small modification.
Gildas Bazin [Thu, 9 Sep 2004 14:33:33 +0000 (14:33 +0000)]
* src/extras/libc.c: forgot a small modification.

19 years ago* modules/codec/theora.c: use vlc_reduce() to before storing the aspect-ratio.
Gildas Bazin [Thu, 9 Sep 2004 14:25:07 +0000 (14:25 +0000)]
* modules/codec/theora.c: use vlc_reduce() to before storing the aspect-ratio.

19 years ago* modules/mux/asf.c: include a metadata header to store the video pixel aspect ratio...
Gildas Bazin [Thu, 9 Sep 2004 14:23:44 +0000 (14:23 +0000)]
* modules/mux/asf.c: include a metadata header to store the video pixel aspect ratio info.

19 years ago* modules/control/gestures.c: compilation fix.
Gildas Bazin [Thu, 9 Sep 2004 14:02:24 +0000 (14:02 +0000)]
* modules/control/gestures.c: compilation fix.

19 years ago* include/vlc_common.h, src/extras/libc.c: added GCD() and vlc_reduce().
Gildas Bazin [Thu, 9 Sep 2004 13:04:12 +0000 (13:04 +0000)]
* include/vlc_common.h, src/extras/libc.c: added GCD() and vlc_reduce().

19 years ago* modules/access/dvdnav.c: call buttonUpdate() again when the video ES is started.
Gildas Bazin [Wed, 8 Sep 2004 22:02:48 +0000 (22:02 +0000)]
* modules/access/dvdnav.c: call buttonUpdate() again when the video ES is started.

19 years ago* src/video_output/vout_intf.c, modules/video_output/opengl.c: we do really need...
Gildas Bazin [Wed, 8 Sep 2004 21:11:31 +0000 (21:11 +0000)]
* src/video_output/vout_intf.c, modules/video_output/opengl.c: we do really need these, so please don't remove them again.

19 years ago* src/video_output/*: fixed race condition in spu initialization which affected DVD...
Gildas Bazin [Wed, 8 Sep 2004 21:01:11 +0000 (21:01 +0000)]
* src/video_output/*: fixed race condition in spu initialization which affected DVD menus.

19 years ago* modules/demux/ts.c: small video artefacts are usually better than dropping whole...
Gildas Bazin [Wed, 8 Sep 2004 15:25:56 +0000 (15:25 +0000)]
* modules/demux/ts.c: small video artefacts are usually better than dropping whole frames.

19 years ago* modules/audio_filter/converter/*: a couple of fixes for transcoding.
Gildas Bazin [Wed, 8 Sep 2004 14:10:20 +0000 (14:10 +0000)]
* modules/audio_filter/converter/*: a couple of fixes for transcoding.

19 years ago* modules/stream_out/transcode.c: use picture ring buffers to avoid leaks due to...
Gildas Bazin [Wed, 8 Sep 2004 12:48:57 +0000 (12:48 +0000)]
* modules/stream_out/transcode.c: use picture ring buffers to avoid leaks due to decoders not releasing pictures properly and to avoid uncessary mallocs.

19 years ago* include/vlc_help.h: update.
Gildas Bazin [Wed, 8 Sep 2004 10:07:05 +0000 (10:07 +0000)]
* include/vlc_help.h: update.

19 years ago* modules/gui/wxwindows/interface.cpp: fix for the interface resizing when video...
Gildas Bazin [Tue, 7 Sep 2004 22:55:26 +0000 (22:55 +0000)]
* modules/gui/wxwindows/interface.cpp: fix for the interface resizing when video is stopped.

19 years ago* modules/gui/wxwindows/video.cpp: reverted change to re-use the video window as...
Gildas Bazin [Tue, 7 Sep 2004 22:08:36 +0000 (22:08 +0000)]
* modules/gui/wxwindows/video.cpp: reverted change to re-use the video window as it doesn't work well on wxGTK.

19 years ago* include/vlc_common.h: forgot this file in my last commit.
Gildas Bazin [Tue, 7 Sep 2004 21:46:16 +0000 (21:46 +0000)]
* include/vlc_common.h: forgot this file in my last commit.

19 years ago* configure.ac: small iconv fix.
Gildas Bazin [Tue, 7 Sep 2004 21:28:52 +0000 (21:28 +0000)]
* configure.ac: small iconv fix.

19 years ago* src/extras/libc.c: provide iconv facility in the core (vlc_iconv_open(), vlc_iconv...
Gildas Bazin [Tue, 7 Sep 2004 21:16:49 +0000 (21:16 +0000)]
* src/extras/libc.c: provide iconv facility in the core (vlc_iconv_open(), vlc_iconv(), vlc_iconv_close()).
* modules/misc/freetype.c, modules/codec/subsdec.c, modules/gui/skins2: use iconv from the core.

19 years agofreetype.c: don't hang if user specify negative fontsize
Sigmund Augdal Helberg [Tue, 7 Sep 2004 10:34:47 +0000 (10:34 +0000)]
freetype.c: don't hang if user specify negative fontsize

19 years ago* src/input/decoder.c, modules/codec/faad.c: work around another bug in libfaad with...
Gildas Bazin [Tue, 7 Sep 2004 09:34:03 +0000 (09:34 +0000)]
* src/input/decoder.c, modules/codec/faad.c: work around another bug in libfaad with ADTS streams.

19 years agofixed track selection for mkv-files with default flag set on tracks.
Sigmund Augdal Helberg [Tue, 7 Sep 2004 08:11:49 +0000 (08:11 +0000)]
fixed track selection for mkv-files with default flag set on tracks.

19 years ago Fixed OpenGL mouse events
Eric Petit [Mon, 6 Sep 2004 21:28:07 +0000 (21:28 +0000)]
 Fixed OpenGL mouse events

19 years ago + src/input/var.c: when starting a title, don't recreate next/prev-chapter
Eric Petit [Mon, 6 Sep 2004 21:07:43 +0000 (21:07 +0000)]
 + src/input/var.c: when starting a title, don't recreate next/prev-chapter
     and add callbacks if they already exist

19 years agosome timecode and chapter-related fixes from Mosu(thanks a lot).
Sigmund Augdal Helberg [Mon, 6 Sep 2004 19:01:34 +0000 (19:01 +0000)]
some timecode and chapter-related fixes from Mosu(thanks a lot).

19 years ago beos/*: fixed title/chapter navigation
Eric Petit [Mon, 6 Sep 2004 16:46:25 +0000 (16:46 +0000)]
 beos/*: fixed title/chapter navigation

19 years agoAdded matroska-related items to todo-list
Sigmund Augdal Helberg [Mon, 6 Sep 2004 16:10:34 +0000 (16:10 +0000)]
Added matroska-related items to todo-list

19 years agodebug message accessed free'd structure causing a segmentation fault
Rémi Denis-Courmont [Mon, 6 Sep 2004 15:09:37 +0000 (15:09 +0000)]
debug message accessed free'd structure causing a segmentation fault

19 years agoAllow size of blocks reads to be specified/adjusted
Rocky Bernstein [Mon, 6 Sep 2004 12:49:29 +0000 (12:49 +0000)]
Allow size of blocks reads to be specified/adjusted
Split out callback routines.
Some cleanup. Still largely broken though.

19 years ago0 is a legal socket descriptor
Rémi Denis-Courmont [Mon, 6 Sep 2004 11:45:44 +0000 (11:45 +0000)]
0 is a legal socket descriptor

19 years ago2nd attempt to get libcdio cdda working.
Rocky Bernstein [Mon, 6 Sep 2004 04:38:46 +0000 (04:38 +0000)]
2nd attempt to get libcdio cdda working.

mtime.h: define constant for second-to-millisecond conversions.

19 years agomodules/gui/wxwindows/extrapanel.cpp: minor string fix
Felix Paul Kühne [Sun, 5 Sep 2004 18:38:53 +0000 (18:38 +0000)]
modules/gui/wxwindows/extrapanel.cpp: minor string fix
po/*: updated the po-files
THANKS: updated my mail-address

19 years ago* first update of the German translation
Felix Paul Kühne [Sun, 5 Sep 2004 16:53:39 +0000 (16:53 +0000)]
* first update of the German translation

19 years ago* string review
Felix Paul Kühne [Sun, 5 Sep 2004 16:53:04 +0000 (16:53 +0000)]
* string review

19 years agoFirst attempt to reinstate a libcdio cdda.
Rocky Bernstein [Sat, 4 Sep 2004 14:51:04 +0000 (14:51 +0000)]
First attempt to reinstate a libcdio cdda.

vlc_meta.h: added CD-Text, ISO 9660, and CDDB fields. Separate email
will be sent about this.

Note: sound may be off by 2 seconds (150 sectors or pregap
amount). The sound for both this and the other cdda plugin don't work
for me. Before the last SVN update though that's what it sounded like.

19 years ago* syntax to specify the dvd title/chapter to open has changed...
Benjamin Pracht [Sat, 4 Sep 2004 10:39:44 +0000 (10:39 +0000)]
* syntax to specify the dvd title/chapter to open has changed...

19 years ago* modules/demux/ts.c, modules/access/dvb: Added support for the CAM device
Christophe Massiot [Fri, 3 Sep 2004 18:42:25 +0000 (18:42 +0000)]
* modules/demux/ts.c, modules/access/dvb: Added support for the CAM device
  of linuxtv drivers. We currently only descramble one channel (this will
  change in the near future). Also fixed a few demux-related bugs.

19 years ago* modules/demux/demuxdump.c: Added a --demuxdump-append boolean option.
Christophe Massiot [Fri, 3 Sep 2004 18:38:33 +0000 (18:38 +0000)]
* modules/demux/demuxdump.c: Added a --demuxdump-append boolean option.

19 years ago* modules/access/pvr/pvr.c: Added a --pvr-caching option.
Christophe Massiot [Fri, 3 Sep 2004 18:37:21 +0000 (18:37 +0000)]
* modules/access/pvr/pvr.c: Added a --pvr-caching option.

19 years agomsg_Err -> msg_Dbg
Clément Stenac [Fri, 3 Sep 2004 00:11:25 +0000 (00:11 +0000)]
msg_Err -> msg_Dbg

19 years ago* src/libvlc.h: plugins-cache is now enabled by default.
Gildas Bazin [Thu, 2 Sep 2004 21:42:14 +0000 (21:42 +0000)]
* src/libvlc.h: plugins-cache is now enabled by default.

19 years ago* NEWS: next version is going to be 0.8.0.
Gildas Bazin [Thu, 2 Sep 2004 21:19:35 +0000 (21:19 +0000)]
* NEWS: next version is going to be 0.8.0.

19 years ago* src/video_output/vout_intf.c: fixed mouse events forwarding in opengl provider.
Gildas Bazin [Thu, 2 Sep 2004 19:40:28 +0000 (19:40 +0000)]
* src/video_output/vout_intf.c: fixed mouse events forwarding in opengl provider.

19 years ago* extras/contrib/src/packages.mak: fixed the faad2 package
Gildas Bazin [Thu, 2 Sep 2004 17:51:02 +0000 (17:51 +0000)]
* extras/contrib/src/packages.mak: fixed the faad2 package

19 years ago* modules/gui/wxwindows/video.cpp: before resizing the interface when a video stops...
Gildas Bazin [Thu, 2 Sep 2004 16:00:44 +0000 (16:00 +0000)]
* modules/gui/wxwindows/video.cpp: before resizing the interface when a video stops, wait a bit just to make sure a new video outut is not being spawned.

19 years agoSwitch video-filters on the fly
Clément Stenac [Thu, 2 Sep 2004 15:31:00 +0000 (15:31 +0000)]
Switch video-filters on the fly

19 years ago* src/video_output/video_output.c: re-enabled on-the-fly switching of video filters.
Gildas Bazin [Thu, 2 Sep 2004 15:20:34 +0000 (15:20 +0000)]
* src/video_output/video_output.c: re-enabled on-the-fly switching of video filters.

19 years ago* src/input/demux.c: ignore STREAM_CONTROL_ACCESS control query + coding style changes.
Gildas Bazin [Thu, 2 Sep 2004 14:27:57 +0000 (14:27 +0000)]
* src/input/demux.c: ignore STREAM_CONTROL_ACCESS control query + coding style changes.

19 years ago* Don't say make bin works in the contrib system
Derk-Jan Hartman [Thu, 2 Sep 2004 07:47:01 +0000 (07:47 +0000)]
* Don't say make bin works in the contrib system

19 years ago* ChangeLog: update.
Gildas Bazin [Wed, 1 Sep 2004 23:17:43 +0000 (23:17 +0000)]
* ChangeLog: update.

19 years ago* modules/visualization/galaktos/Modules.am: a whole lot of files were forgotten.
Gildas Bazin [Wed, 1 Sep 2004 23:15:12 +0000 (23:15 +0000)]
* modules/visualization/galaktos/Modules.am: a whole lot of files were forgotten.

19 years ago* modules/stream_out/transcode.c: fixed fps and audio-sync options.
Gildas Bazin [Wed, 1 Sep 2004 22:26:48 +0000 (22:26 +0000)]
* modules/stream_out/transcode.c: fixed fps and audio-sync options.

19 years ago* fix the ebml and matroska downloads. added toolame target, but not enabled, since...
Derk-Jan Hartman [Wed, 1 Sep 2004 22:08:00 +0000 (22:08 +0000)]
* fix the ebml and matroska downloads. added toolame target, but not enabled, since toolame is worse than ffmpeg when it comes to makefiles... ("it needs sam power").

19 years ago* updated ebml, matroska, liveMedia and faad2 version
Derk-Jan Hartman [Wed, 1 Sep 2004 21:40:35 +0000 (21:40 +0000)]
* updated ebml, matroska, liveMedia and faad2 version

19 years agoAdded "is_playing", "get_title", "get_time" and "get_length" to get computer-readable...
Clément Stenac [Wed, 1 Sep 2004 20:02:17 +0000 (20:02 +0000)]
Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)

19 years ago + vout_subpictures.c: don't check only the first subpicture_t to see
Eric Petit [Wed, 1 Sep 2004 18:59:23 +0000 (18:59 +0000)]
 + vout_subpictures.c: don't check only the first subpicture_t to see
   if we need blending & rendering modules (fixes text messages which
   were missing sometimes)

19 years ago + misc/freetype.c: workaround yet another weird BeOS behaviour
Eric Petit [Wed, 1 Sep 2004 18:41:22 +0000 (18:41 +0000)]
 + misc/freetype.c: workaround yet another weird BeOS behaviour

19 years ago* modules/codec/dmo/dmo.c: specify required input chroma for video encoding.
Gildas Bazin [Wed, 1 Sep 2004 15:56:03 +0000 (15:56 +0000)]
* modules/codec/dmo/dmo.c: specify required input chroma for video encoding.

19 years ago* modules/stream_out/transcode.c: free the original picture pointer, not the aligned...
Gildas Bazin [Wed, 1 Sep 2004 15:37:40 +0000 (15:37 +0000)]
* modules/stream_out/transcode.c: free the original picture pointer, not the aligned one.

19 years ago* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send...
Gildas Bazin [Wed, 1 Sep 2004 14:34:24 +0000 (14:34 +0000)]
* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.

19 years ago* modules/codec/ffmpeg/video_filter.c: oops, copy&paste bug.
Gildas Bazin [Wed, 1 Sep 2004 14:26:23 +0000 (14:26 +0000)]
* modules/codec/ffmpeg/video_filter.c: oops, copy&paste bug.

19 years ago* modules/mux/asf.c: fixed a bug I introduced in my last commit.
Gildas Bazin [Wed, 1 Sep 2004 14:07:45 +0000 (14:07 +0000)]
* modules/mux/asf.c: fixed a bug I introduced in my last commit.

19 years ago* modules/codec/ffmpeg/video.c: fixed a crash on win32 (s/free/av_free).
Gildas Bazin [Wed, 1 Sep 2004 14:02:23 +0000 (14:02 +0000)]
* modules/codec/ffmpeg/video.c: fixed a crash on win32 (s/free/av_free).

19 years ago* modules/codec/x264.c: updated to latest x264 version.
Gildas Bazin [Wed, 1 Sep 2004 13:27:46 +0000 (13:27 +0000)]
* modules/codec/x264.c: updated to latest x264 version.

19 years ago* src/input/input.c: fixed small memory leak.
Gildas Bazin [Wed, 1 Sep 2004 13:19:43 +0000 (13:19 +0000)]
* src/input/input.c: fixed small memory leak.

19 years ago* Added some status information to the HTTP interface
Clément Stenac [Wed, 1 Sep 2004 12:54:34 +0000 (12:54 +0000)]
* Added some status information to the HTTP interface

* Invalid HTML SUX !
* Table layout SUX !

19 years ago* Fixed a few string errors
Clément Stenac [Wed, 1 Sep 2004 11:02:15 +0000 (11:02 +0000)]
* Fixed a few string errors

* Update PO files

* First round of updates for the french l10n

19 years ago* src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render...
Gildas Bazin [Tue, 31 Aug 2004 22:53:22 +0000 (22:53 +0000)]
* src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.

19 years ago* Updated version number to 0.8.0-test1 and to codename Janus
Derk-Jan Hartman [Tue, 31 Aug 2004 20:44:47 +0000 (20:44 +0000)]
* Updated version number to 0.8.0-test1 and to codename Janus

19 years ago * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] ...
Derk-Jan Hartman [Tue, 31 Aug 2004 20:21:54 +0000 (20:21 +0000)]
 * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428

19 years ago* forgot the most important file of the commit :)
Derk-Jan Hartman [Tue, 31 Aug 2004 18:52:22 +0000 (18:52 +0000)]
* forgot the most important file of the commit :)