1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
Commit Graph

6461 Commits

Author SHA1 Message Date
Gildas Bazin
e79dec9998 * modules/demux/dts.c: more fixes. 2004-02-08 16:48:11 +00:00
Rocky Bernstein
ce491a51b8 Add me. 2004-02-08 16:43:17 +00:00
Gildas Bazin
c642d8bbbc * modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames. 2004-02-08 12:09:50 +00:00
Gildas Bazin
96a6787bf8 * 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.
2004-02-08 11:23:17 +00:00
Gildas Bazin
3301dd40bf * modules/audio_filter/converter/dtstospdif.c: cough cough. 2004-02-08 00:15:04 +00:00
Gildas Bazin
623dd6d803 * modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams. 2004-02-08 00:04:16 +00:00
Rocky Bernstein
0a74391010 Update How to write an interface plugin from recent vlc-devel responses. 2004-02-07 17:31:38 +00:00
Sigmund Augdal Helberg
042f3711de Fixed a segfault (don't try to memset a negative number of bytes) 2004-02-07 15:01:07 +00:00
Laurent Aimar
e6aba50ad2 * mp4: handle DEMUX_GET_META (avoid a msg_Err) 2004-02-07 13:26:24 +00:00
Laurent Aimar
4580d2dcfb * deinterlace: compilation fix. 2004-02-07 13:25:50 +00:00
Gildas Bazin
1916bc59cd * modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing). 2004-02-07 00:56:44 +00:00
Gildas Bazin
a02533c305 * include/vlc_es.h: s/es_format_Free/es_format_Clean. 2004-02-07 00:33:08 +00:00
Gildas Bazin
f6fd063a73 * modules/demux/ogg.c: fixed memleak.
* modules/codec/flac.c: fixed memleak.
* include/vlc_es.h: es_format_Free().
2004-02-07 00:16:34 +00:00
Gildas Bazin
4ca92c145c * 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.
2004-02-06 23:43:32 +00:00
Gildas Bazin
32e83f8a60 * include/vlc_common.h: forgot the Set*LE() helpers in my last commit. 2004-02-06 20:06:55 +00:00
Gildas Bazin
ab728fe92f * 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.
2004-02-06 18:15:44 +00:00
Derk-Jan Hartman
7db8bcc213 * msg_Err -> msg_Warn 2004-02-06 15:11:39 +00:00
Derk-Jan Hartman
cbd4b6ac99 * Added sortID
* Fixed adding multiple items
* playlist API changes fixes
* fixed options
2004-02-06 04:51:02 +00:00
Derk-Jan Hartman
f1e0ca608f * Move GetCapabilityHelp from intf's to vlc_help.h 2004-02-06 03:52:09 +00:00
Gildas Bazin
a4b486148b * 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.
2004-02-05 22:56:12 +00:00
Derk-Jan Hartman
93f3c135d2 * added a package-translations target
- holds doc/translations.txt
  - all the .po's
  - convert-po.sh
2004-02-05 21:01:44 +00:00
Laurent Aimar
6051a4ee3a * httpd: fixed a integer overflow. 2004-02-05 19:51:46 +00:00
Gildas Bazin
ea9470edf3 * modules/codec/dts.c: should be more correct (hopefully). 2004-02-04 23:55:03 +00:00
Gildas Bazin
5e813078a9 * modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date. 2004-02-04 23:28:10 +00:00
Gildas Bazin
d810b69a21 * modules/audio_filter/converter/dtstospdif.c: oops forgot something. 2004-02-04 23:03:36 +00:00
Laurent Aimar
c08c9987d8 * v4l: hue/colour/... path from Carsten Gottbeh�t
(gottbehuet at active-elements dot de) (untested)
2004-02-04 20:13:55 +00:00
Gildas Bazin
8df5573e1d * modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame. 2004-02-04 08:11:49 +00:00
Derk-Jan Hartman
936be79a46 * Added the 'documentation' on strings in our source code and also added
the file with information on how to make translations.
2004-02-04 03:23:25 +00:00
Gildas Bazin
a5ce76c37c * modules/codec/dts.c: a bunch of fixes. 2004-02-03 23:32:45 +00:00
Gildas Bazin
d596c8e310 * modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file. 2004-02-03 23:31:46 +00:00
Laurent Aimar
9f3bc42913 * http: Err -> Warn for Seek. 2004-02-03 20:12:53 +00:00
Eric Petit
2e29fe8778 macosx/vout* : OpenGL VRAM texturing finaly works correctly now. 2004-02-03 13:00:27 +00:00
Sigmund Augdal Helberg
9c08885d92 configure.ac:
* define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
modules/video_filter/deinterlace/deinterlace.c:
 * changed how accelerated code is handled.
2004-02-03 12:49:53 +00:00
Gildas Bazin
a1fc3b9fcf * 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).
2004-02-03 08:16:16 +00:00
Gildas Bazin
40becaa0cf * 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.
2004-02-02 23:49:46 +00:00
Laurent Aimar
583915744b * 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.
2004-02-02 14:43:50 +00:00
Laurent Aimar
c1a8ce515f * stream: gcc < 3 fix. 2004-02-02 13:00:53 +00:00
Laurent Aimar
8e47fe8126 * input: gcc < 3 fix. 2004-02-02 12:58:29 +00:00
Laurent Aimar
f40faf6921 * render: int i;; int j; <-- gcc < 3 doesn't like ';;' 2004-02-02 12:53:20 +00:00
Laurent Aimar
abcbbf63e8 * rtp: fix in mpeg 1/2 packetization. 2004-02-02 12:50:08 +00:00
Laurent Aimar
e73ad00fb0 * nsv: added 'AAC ' fourcc support. 2004-02-02 11:18:39 +00:00
Laurent Aimar
a19ec16e5b http: fixed segfault with ICY server, fixed redirection. 2004-02-02 11:14:32 +00:00
Laurent Aimar
a79a94f6d1 * nsv: compilation fix. 2004-02-02 10:41:46 +00:00
Laurent Aimar
c01d738a25 * nsv: full fractional frame rate support.
Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
2004-02-02 10:34:22 +00:00
Eric Petit
90a7231424 macosx/prefs.m: compile fix
macosx/vout*: fixed quality problems introduced in my last commit
   (noticeably slower now, but fixed), cleaning
2004-02-02 08:50:41 +00:00
Sigmund Augdal Helberg
0a306cee0a src/misc/cpu.c:
* SSE2 detection, using a similar approch as for SSE
2004-02-01 23:02:02 +00:00
Olivier Teulière
675864e256 * modules/gui/skins2/bezier.*: Compute the points coordinates only once
* modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs
2004-02-01 21:13:04 +00:00
Sigmund Augdal Helberg
d1cf41c48f deinterlace.c:
* MMX and SSE2 versions of the Merge() function.
2004-02-01 16:53:11 +00:00
Cyril Deguet
181e9215b3 * parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
* parser/builder_data.def: forgot to commit that for months !
2004-02-01 16:15:40 +00:00
Cyril Deguet
ce41dfb552 * 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)
2004-02-01 14:44:11 +00:00