]> git.sesse.net Git - vlc/log
vlc
20 years agoDisabled the preference menu, it is not filled in anyway.
Jean-Paul Saman [Fri, 13 Feb 2004 10:09:46 +0000 (10:09 +0000)]
Disabled the preference menu, it is not filled in anyway.

20 years agoDo better about being able to build developer documentation on many
Rocky Bernstein [Fri, 13 Feb 2004 04:22:39 +0000 (04:22 +0000)]
Do better about being able to build developer documentation on many
platforms.  This still sucks, but it sucks less. Hopefully I can shame
someone to go further.

20 years agoCall for help.
Rocky Bernstein [Fri, 13 Feb 2004 00:57:03 +0000 (00:57 +0000)]
Call for help.

20 years ago* modules/stream_out/transcode.c: fixed color inversion when transcoding from raw...
Gildas Bazin [Thu, 12 Feb 2004 23:51:15 +0000 (23:51 +0000)]
* modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.

20 years ago * all: use the data_packet_count from the asf header when the server
Laurent Aimar [Thu, 12 Feb 2004 20:09:38 +0000 (20:09 +0000)]
 * all: use the data_packet_count from the asf header when the server
gives an invalid one. (I hope it doesn't break anything)

20 years ago * v4l: patch from Carsten Gottbeh�t (gottbehuet at active-elements dot de)
Laurent Aimar [Thu, 12 Feb 2004 17:52:48 +0000 (17:52 +0000)]
 * v4l: patch from Carsten Gottbeh�t (gottbehuet at active-elements dot de)
 -> Untested.

 Original message:
    Hi there,

    I have done another small modification. If you remove a hot-pluggable video
    device, like an usb web cam, during capturing, vlc floods the driver with
    ioctls. This leads to Kernel Ooops in some drivers.

    The modified v4l.c module does the following now:
    "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
    can be answered with yes. If there is a real error in "GrabCapture" or
    "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
    can distinguish between these two situations. "VLC_EGENERIC" was always
    returned before.
    The function "Read" uses this information to leave the while-loop in case of
    an error, and it returns a "-1" to the calling function. "Read" calls
    "msleep", as it was before, in case of a VLC_ETIMEOUT.

    The brightness-control stuff described below is still in the code. Please
    feel free to use, modify or ignore this file. A short feedback would be
    nice.

    Bye,

20 years ago macosx/vout.m : GL cleaning (probably fixes depth issues)
Eric Petit [Thu, 12 Feb 2004 17:35:05 +0000 (17:35 +0000)]
 macosx/vout.m : GL cleaning (probably fixes depth issues)

20 years ago * all: added a "input-repeat" option that allow repeating the same entry
Laurent Aimar [Wed, 11 Feb 2004 19:17:14 +0000 (19:17 +0000)]
 * all: added a "input-repeat" option that allow repeating the same entry
 without destroying/recreating a new input. (Will be usefull for streaming).
 ( A value of -1 means repeat for ever).
 --> Not tested with dvd.

20 years ago* modules/access/cdda/*: got rid of the demux. The access plugin will now build a...
Gildas Bazin [Wed, 11 Feb 2004 18:08:05 +0000 (18:08 +0000)]
* modules/access/cdda/*: got rid of the demux. The access plugin will now build a WAV header which will allow this plugin to work with the dts/a52 demuxers as well as the wav demuxer.

20 years agoAnd one other piece of information...
Rocky Bernstein [Wed, 11 Feb 2004 12:37:28 +0000 (12:37 +0000)]
And one other piece of information...

20 years agoSpell out general information that should be used in reporting
Rocky Bernstein [Wed, 11 Feb 2004 12:26:38 +0000 (12:26 +0000)]
Spell out general information that should be used in reporting
problems. Sigh.

20 years agoEnable the playlist import/export modules
Clément Stenac [Wed, 11 Feb 2004 08:50:04 +0000 (08:50 +0000)]
Enable the playlist import/export modules

20 years agoAdded some whitespace for alignment.
Jean-Paul Saman [Wed, 11 Feb 2004 08:22:12 +0000 (08:22 +0000)]
Added some whitespace for alignment.

20 years agoEnabled PDA GUI again, use --enable-pda. Question why was it disabled without notifyi...
Jean-Paul Saman [Tue, 10 Feb 2004 20:30:09 +0000 (20:30 +0000)]
Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????

20 years agoMissed the deadline again ;-(
Jean-Paul Saman [Tue, 10 Feb 2004 20:28:37 +0000 (20:28 +0000)]
Missed the deadline again ;-(

- Fixed the playlist_AddExt() call
- Fixed a compiler warning

20 years ago* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
Gildas Bazin [Tue, 10 Feb 2004 17:59:10 +0000 (17:59 +0000)]
* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).

20 years ago* configure.ac, NEWS: added mod and pva plugins.
Gildas Bazin [Tue, 10 Feb 2004 17:36:45 +0000 (17:36 +0000)]
* configure.ac, NEWS: added mod and pva plugins.

20 years agotypos
Benjamin Pracht [Tue, 10 Feb 2004 16:39:15 +0000 (16:39 +0000)]
typos

20 years agoFixes for DVB-C:
Jean-Paul Saman [Tue, 10 Feb 2004 14:57:31 +0000 (14:57 +0000)]
Fixes for DVB-C:
- Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
- Added value {A,a} to polarization=xx to force INVERSION_AUTO
- Sanatized a few error messages

20 years ago * debian/rules debian/control:
Sam Hocevar [Tue, 10 Feb 2004 14:33:17 +0000 (14:33 +0000)]
  * debian/rules debian/control:
    + No longer build a local libmpeg2 since it entered sid.
    + Build the livedotcom plugin.
  * toolbox:
    + No longer remove flac, speex and matroska from the woody build; I will
      provide clean backports.

20 years ago * configure.ac:
Sam Hocevar [Tue, 10 Feb 2004 14:04:55 +0000 (14:04 +0000)]
  * configure.ac:
    + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
      we can use an installed version of libliveMedia et al.

20 years ago * configure.ac:
Sam Hocevar [Tue, 10 Feb 2004 13:29:04 +0000 (13:29 +0000)]
  * configure.ac:
    + Only activate the Matroska plugin if -lebml_pic or -lebml were found.

20 years ago* Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
Derk-Jan Hartman [Tue, 10 Feb 2004 02:57:18 +0000 (02:57 +0000)]
* Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
  duration for subs is stored in byte1 of the data packet and who
  directed me to the mkvtoolnix code.

20 years ago * http.c: made strsub a bit clean.
Simon Latapie [Mon, 9 Feb 2004 23:30:37 +0000 (23:30 +0000)]
 * http.c: made strsub a bit clean.

20 years ago * intf-http.txt: update doc (strsub)
Simon Latapie [Mon, 9 Feb 2004 23:28:33 +0000 (23:28 +0000)]
 * intf-http.txt: update doc (strsub)

20 years ago * http.c: add strsub function: extract substring (doc update will
Simon Latapie [Mon, 9 Feb 2004 23:03:12 +0000 (23:03 +0000)]
 * http.c: add strsub function: extract substring (doc update will
           follow soon).

20 years ago * debian/README.Debian:
Sam Hocevar [Mon, 9 Feb 2004 20:40:25 +0000 (20:40 +0000)]
  * debian/README.Debian:
    + Updated Debian-specific build notes.

20 years agoUpdated version number to vlc-0.7.1
Jean-Paul Saman [Mon, 9 Feb 2004 19:32:55 +0000 (19:32 +0000)]
Updated version number to vlc-0.7.1

20 years ago macosx/* : macosx-opengl-effect now accept cube and transparent-cube
Eric Petit [Mon, 9 Feb 2004 17:42:12 +0000 (17:42 +0000)]
 macosx/* : macosx-opengl-effect now accept cube and transparent-cube

20 years agosrc/extra/libc.c:
Sigmund Augdal Helberg [Mon, 9 Feb 2004 16:12:25 +0000 (16:12 +0000)]
src/extra/libc.c:
 * fixed a nasty bug in vlc_atoll.(closes #1763)

20 years ago macosx/vout.m : oops, fixed broken ratio from my last commit
Eric Petit [Mon, 9 Feb 2004 14:02:25 +0000 (14:02 +0000)]
 macosx/vout.m : oops, fixed broken ratio from my last commit

20 years ago macosx/* : added --macosx-opengl-effect, current possible values are
Eric Petit [Mon, 9 Feb 2004 13:28:32 +0000 (13:28 +0000)]
 macosx/* : added --macosx-opengl-effect, current possible values are
   "none" and "cube". Sorry, couldn't resist ;)

20 years ago* added dtsdec, 're' upgrade of libmad
Derk-Jan Hartman [Mon, 9 Feb 2004 12:54:47 +0000 (12:54 +0000)]
* added dtsdec, 're' upgrade of libmad

20 years agoshare/http/admin/dboxfiles.html:
Sigmund Augdal Helberg [Mon, 9 Feb 2004 10:44:40 +0000 (10:44 +0000)]
share/http/admin/dboxfiles.html:
 * Updated for bookmark support.
   See http://www.giggo.de/dbox2/movieplayer.html for details
   (patch by Christof Baumgaertner)

20 years ago* modules/gui/skins2/Modules.am: added missing file for make dist.
Gildas Bazin [Sun, 8 Feb 2004 23:49:04 +0000 (23:49 +0000)]
* modules/gui/skins2/Modules.am: added missing file for make dist.

20 years ago* ALL: I am a morron.
Gildas Bazin [Sun, 8 Feb 2004 23:39:16 +0000 (23:39 +0000)]
* ALL: I am a morron.

20 years ago* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
Gildas Bazin [Sun, 8 Feb 2004 22:37:37 +0000 (22:37 +0000)]
* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.

20 years ago* configure.ac: forgot one version number and added the aiff demux.
Gildas Bazin [Sun, 8 Feb 2004 22:06:14 +0000 (22:06 +0000)]
* configure.ac: forgot one version number and added the aiff demux.

20 years ago* ALL: bumped version number to 0.7.1 in preparation for the release.
Gildas Bazin [Sun, 8 Feb 2004 21:36:39 +0000 (21:36 +0000)]
* ALL: bumped version number to 0.7.1 in preparation for the release.

20 years agoFail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and ...
Jean-Paul Saman [Sun, 8 Feb 2004 21:00:19 +0000 (21:00 +0000)]
Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.

20 years agoFixed several things with configure.ac script:
Jean-Paul Saman [Sun, 8 Feb 2004 20:19:03 +0000 (20:19 +0000)]
Fixed several things with configure.ac script:
- Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line.
- Add a AC_ARG_ENABLE for cdda

20 years ago* Update copyright info
Derk-Jan Hartman [Sun, 8 Feb 2004 20:09:15 +0000 (20:09 +0000)]
* Update copyright info

20 years ago* Fix /dev/di bug
Derk-Jan Hartman [Sun, 8 Feb 2004 20:08:28 +0000 (20:08 +0000)]
* Fix /dev/di bug
  Though this still remains a hack. People should just use 'Open Disc' menu.
  I see no way to retrieve the original (non parition version) /dev entry,
  from the mounted drive.

20 years ago* modules/codec/ffmpeg/video.c: another fix for post-processing.
Gildas Bazin [Sun, 8 Feb 2004 18:49:53 +0000 (18:49 +0000)]
* modules/codec/ffmpeg/video.c: another fix for post-processing.

20 years agomodules/demux/avi/avi.c:
Sigmund Augdal Helberg [Sun, 8 Feb 2004 18:30:30 +0000 (18:30 +0000)]
modules/demux/avi/avi.c:
 * pass bit per pixel info on to decoder
modules/demux/avi/libavi.h:
 * add 1 as fourcc for msrle
module/codec/ffmpeg/video.c:
 * pass bit per pixel info to libavcodec (needed for msrle)

20 years ago* src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it...
Gildas Bazin [Sun, 8 Feb 2004 18:17:22 +0000 (18:17 +0000)]
* src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
* modules/gui/wxwindows/open.cpp: cleanup.

20 years ago * input.c: don't add subtitle track twice when using --sub-file and
Laurent Aimar [Sun, 8 Feb 2004 17:21:50 +0000 (17:21 +0000)]
 * input.c: don't add subtitle track twice when using --sub-file and
 auto-detection.

20 years ago* modules/demux/dts.c: more fixes.
Gildas Bazin [Sun, 8 Feb 2004 16:48:11 +0000 (16:48 +0000)]
* modules/demux/dts.c: more fixes.

20 years agoAdd me.
Rocky Bernstein [Sun, 8 Feb 2004 16:43:17 +0000 (16:43 +0000)]
Add me.

20 years ago* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with video...
Gildas Bazin [Sun, 8 Feb 2004 12:09:50 +0000 (12:09 +0000)]
* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.

20 years ago* src/interface/interface.c: added skins2 to the interface menu.
Gildas Bazin [Sun, 8 Feb 2004 11:23:17 +0000 (11:23 +0000)]
* src/interface/interface.c: added skins2 to the interface menu.
* modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.

20 years ago* modules/audio_filter/converter/dtstospdif.c: cough cough.
Gildas Bazin [Sun, 8 Feb 2004 00:15:04 +0000 (00:15 +0000)]
* modules/audio_filter/converter/dtstospdif.c: cough cough.

20 years ago* modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
Gildas Bazin [Sun, 8 Feb 2004 00:04:16 +0000 (00:04 +0000)]
* modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.

20 years agoUpdate How to write an interface plugin from recent vlc-devel responses.
Rocky Bernstein [Sat, 7 Feb 2004 17:31:38 +0000 (17:31 +0000)]
Update How to write an interface plugin from recent vlc-devel responses.

20 years agoFixed a segfault (don't try to memset a negative number of bytes)
Sigmund Augdal Helberg [Sat, 7 Feb 2004 15:01:07 +0000 (15:01 +0000)]
Fixed a segfault (don't try to memset a negative number of bytes)

20 years ago * mp4: handle DEMUX_GET_META (avoid a msg_Err)
Laurent Aimar [Sat, 7 Feb 2004 13:26:24 +0000 (13:26 +0000)]
 * mp4: handle DEMUX_GET_META (avoid a msg_Err)

20 years ago * deinterlace: compilation fix.
Laurent Aimar [Sat, 7 Feb 2004 13:25:50 +0000 (13:25 +0000)]
 * deinterlace: compilation fix.

20 years ago* modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
Gildas Bazin [Sat, 7 Feb 2004 00:56:44 +0000 (00:56 +0000)]
* modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).

20 years ago* include/vlc_es.h: s/es_format_Free/es_format_Clean.
Gildas Bazin [Sat, 7 Feb 2004 00:33:08 +0000 (00:33 +0000)]
* include/vlc_es.h: s/es_format_Free/es_format_Clean.

20 years ago* modules/demux/ogg.c: fixed memleak.
Gildas Bazin [Sat, 7 Feb 2004 00:16:34 +0000 (00:16 +0000)]
* modules/demux/ogg.c: fixed memleak.
* modules/codec/flac.c: fixed memleak.
* include/vlc_es.h: es_format_Free().

20 years ago* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
Gildas Bazin [Fri, 6 Feb 2004 23:43:32 +0000 (23:43 +0000)]
* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
* src/input/input.c: fixed memleak.
* modules/demux/ogg.c: fixed another timing bug.

20 years ago* include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
Gildas Bazin [Fri, 6 Feb 2004 20:06:55 +0000 (20:06 +0000)]
* include/vlc_common.h: forgot the Set*LE() helpers in my last commit.

20 years ago* modules/codec/dts.c: fixes a buffer overflow with s/pdif.
Gildas Bazin [Fri, 6 Feb 2004 18:15:44 +0000 (18:15 +0000)]
* modules/codec/dts.c: fixes a buffer overflow with s/pdif.
* modules/access/cdda.c, modules/audio_output/file.c: endianness fixes for WAV header.

20 years ago* msg_Err -> msg_Warn
Derk-Jan Hartman [Fri, 6 Feb 2004 15:11:39 +0000 (15:11 +0000)]
* msg_Err -> msg_Warn

20 years ago* Added sortID
Derk-Jan Hartman [Fri, 6 Feb 2004 04:51:02 +0000 (04:51 +0000)]
* Added sortID
* Fixed adding multiple items
* playlist API changes fixes
* fixed options

20 years ago* Move GetCapabilityHelp from intf's to vlc_help.h
Derk-Jan Hartman [Fri, 6 Feb 2004 03:52:09 +0000 (03:52 +0000)]
* Move GetCapabilityHelp from intf's to vlc_help.h

20 years ago* modules/video_output/directx/directx.c: fixed the "refresh" button for the --direct...
Gildas Bazin [Thu, 5 Feb 2004 22:56:12 +0000 (22:56 +0000)]
* modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
* modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
* modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
   This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
* modules/demux/wav.c: code cleanup and fixed seeking.

20 years ago* added a package-translations target
Derk-Jan Hartman [Thu, 5 Feb 2004 21:01:44 +0000 (21:01 +0000)]
* added a package-translations target
  - holds doc/translations.txt
  - all the .po's
  - convert-po.sh

20 years ago * httpd: fixed a integer overflow.
Laurent Aimar [Thu, 5 Feb 2004 19:51:46 +0000 (19:51 +0000)]
 * httpd: fixed a integer overflow.

20 years ago* modules/codec/dts.c: should be more correct (hopefully).
Gildas Bazin [Wed, 4 Feb 2004 23:55:03 +0000 (23:55 +0000)]
* modules/codec/dts.c: should be more correct (hopefully).

20 years ago* modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sampl...
Gildas Bazin [Wed, 4 Feb 2004 23:28:10 +0000 (23:28 +0000)]
* modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.

20 years ago* modules/audio_filter/converter/dtstospdif.c: oops forgot something.
Gildas Bazin [Wed, 4 Feb 2004 23:03:36 +0000 (23:03 +0000)]
* modules/audio_filter/converter/dtstospdif.c: oops forgot something.

20 years ago * v4l: hue/colour/... path from Carsten Gottbeh�t
Laurent Aimar [Wed, 4 Feb 2004 20:13:55 +0000 (20:13 +0000)]
 * v4l: hue/colour/... path from Carsten Gottbeh�t
 (gottbehuet at active-elements dot de) (untested)

20 years ago* modules/demux/dts.c: should detect DTS wav files even if the data doesn't start...
Gildas Bazin [Wed, 4 Feb 2004 08:11:49 +0000 (08:11 +0000)]
* modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.

20 years ago* Added the 'documentation' on strings in our source code and also added
Derk-Jan Hartman [Wed, 4 Feb 2004 03:23:25 +0000 (03:23 +0000)]
* Added the 'documentation' on strings in our source code and also added
  the file with information on how to make translations.

20 years ago* modules/codec/dts.c: a bunch of fixes.
Gildas Bazin [Tue, 3 Feb 2004 23:32:45 +0000 (23:32 +0000)]
* modules/codec/dts.c: a bunch of fixes.

20 years ago* modules/audio_output/file.c: added --audiofile-channels=integer option to specify...
Gildas Bazin [Tue, 3 Feb 2004 23:31:46 +0000 (23:31 +0000)]
* modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.

20 years ago * http: Err -> Warn for Seek.
Laurent Aimar [Tue, 3 Feb 2004 20:12:53 +0000 (20:12 +0000)]
 * http: Err -> Warn for Seek.

20 years ago macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
Eric Petit [Tue, 3 Feb 2004 13:00:27 +0000 (13:00 +0000)]
 macosx/vout* : OpenGL VRAM texturing finaly works correctly now.

20 years agoconfigure.ac:
Sigmund Augdal Helberg [Tue, 3 Feb 2004 12:49:53 +0000 (12:49 +0000)]
configure.ac:
 * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
modules/video_filter/deinterlace/deinterlace.c:
 * changed how accelerated code is handled.

20 years ago* modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian...
Gildas Bazin [Tue, 3 Feb 2004 08:16:16 +0000 (08:16 +0000)]
* modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
   (we still assume that the stream must begin with a new DTS frame, which doesn't always seem to be the case).

20 years ago* modules/codec/dts.c: removed s/pdif hack from DTS audio parser.
Gildas Bazin [Mon, 2 Feb 2004 23:49:46 +0000 (23:49 +0000)]
* modules/codec/dts.c: removed s/pdif hack from DTS audio parser.
   support for 14bits big endian bitstreams as well as 16bits little endian bitstreams.
* modules/audio_filter/converter/dtstospdif.c: accumulate DTS frames from parser until we have enough to fill an S/PDIF frame.

20 years ago * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
Laurent Aimar [Mon, 2 Feb 2004 14:43:50 +0000 (14:43 +0000)]
 * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
 fallback).
 RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio,
 mpeg4 audio. mpeg4 video doesn't always work.

20 years ago * stream: gcc < 3 fix.
Laurent Aimar [Mon, 2 Feb 2004 13:00:53 +0000 (13:00 +0000)]
 * stream: gcc < 3 fix.

20 years ago * input: gcc < 3 fix.
Laurent Aimar [Mon, 2 Feb 2004 12:58:29 +0000 (12:58 +0000)]
 * input: gcc < 3 fix.

20 years ago * render: int i;; int j; <-- gcc < 3 doesn't like ';;'
Laurent Aimar [Mon, 2 Feb 2004 12:53:20 +0000 (12:53 +0000)]
 * render: int i;; int j; <-- gcc < 3 doesn't like ';;'

20 years ago * rtp: fix in mpeg 1/2 packetization.
Laurent Aimar [Mon, 2 Feb 2004 12:50:08 +0000 (12:50 +0000)]
 * rtp: fix in mpeg 1/2 packetization.

20 years ago * nsv: added 'AAC ' fourcc support.
Laurent Aimar [Mon, 2 Feb 2004 11:18:39 +0000 (11:18 +0000)]
 * nsv: added 'AAC ' fourcc support.

20 years ago http: fixed segfault with ICY server, fixed redirection.
Laurent Aimar [Mon, 2 Feb 2004 11:14:32 +0000 (11:14 +0000)]
 http: fixed segfault with ICY server, fixed redirection.

20 years ago * nsv: compilation fix.
Laurent Aimar [Mon, 2 Feb 2004 10:41:46 +0000 (10:41 +0000)]
 * nsv: compilation fix.

20 years ago * nsv: full fractional frame rate support.
Laurent Aimar [Mon, 2 Feb 2004 10:34:22 +0000 (10:34 +0000)]
 * nsv: full fractional frame rate support.
    Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt

20 years ago macosx/prefs.m: compile fix
Eric Petit [Mon, 2 Feb 2004 08:50:41 +0000 (08:50 +0000)]
 macosx/prefs.m: compile fix
 macosx/vout*: fixed quality problems introduced in my last commit
   (noticeably slower now, but fixed), cleaning

20 years agosrc/misc/cpu.c:
Sigmund Augdal Helberg [Sun, 1 Feb 2004 23:02:02 +0000 (23:02 +0000)]
src/misc/cpu.c:
 * SSE2 detection, using a similar approch as for SSE

20 years ago * modules/gui/skins2/bezier.*: Compute the points coordinates only once
Olivier Teulière [Sun, 1 Feb 2004 21:13:04 +0000 (21:13 +0000)]
 * modules/gui/skins2/bezier.*: Compute the points coordinates only once
 * modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs

20 years agodeinterlace.c:
Sigmund Augdal Helberg [Sun, 1 Feb 2004 16:53:11 +0000 (16:53 +0000)]
deinterlace.c:
 * MMX and SSE2 versions of the Merge() function.

20 years ago* parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
Cyril Deguet [Sun, 1 Feb 2004 16:15:40 +0000 (16:15 +0000)]
* parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
* parser/builder_data.def: forgot to commit that for months !

20 years ago* parser/xmlparser.cpp: abort parsing when an error is detected
Cyril Deguet [Sun, 1 Feb 2004 14:44:11 +0000 (14:44 +0000)]
* parser/xmlparser.cpp: abort parsing when an error is detected
 (avoid segfaults in element handlers...)
* all: tried to have the popup window disappear with a click on
 a skin window (not working at least with wxgtk)

20 years ago * ipv4.c: IGMPv3 support for Linux
Alexis de Lattre [Sun, 1 Feb 2004 14:43:08 +0000 (14:43 +0000)]
  * ipv4.c: IGMPv3 support for Linux

  Differences with the patch I posted in vlc-devel yesterday:
  - took into account the suggestions of gibalou
  - removed the "#if !defined( SYS_DARWIN )", because it should compile
    fine on Mac OS X, even if IGMPv3 won't work
  - added a warning about non-IGMPv3 OSes

20 years agoRGB2 transparency now works. Common 8-bit RGB averaging routine
Rocky Bernstein [Sun, 1 Feb 2004 05:15:22 +0000 (05:15 +0000)]
RGB2 transparency now works. Common 8-bit RGB averaging routine
hoisted. Some doc additions.

20 years ago * ts: implemented the same detection than mpeg/ts.c
Laurent Aimar [Sun, 1 Feb 2004 04:50:13 +0000 (04:50 +0000)]
 * ts: implemented the same detection than mpeg/ts.c