1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
Commit Graph

6461 Commits

Author SHA1 Message Date
Rocky Bernstein
244e50dc0d Better worded. 2004-02-13 11:58:32 +00:00
Rocky Bernstein
d53ea004d6 More checking: for programs and XML-related files. If some programs
aren't around (e.g. lynx) don't build the corresponding piece that
needs that.
2004-02-13 11:33:38 +00:00
Eric Petit
5180b49d87 deinterlace.c : missing 'else' that prevented MergeAltivec from being used. 2004-02-13 10:42:24 +00:00
Jean-Paul Saman
405c632cb4 Disabled the preference menu, it is not filled in anyway. 2004-02-13 10:09:46 +00:00
Rocky Bernstein
e897573e75 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.
2004-02-13 04:22:39 +00:00
Rocky Bernstein
dfee77fbd3 Call for help. 2004-02-13 00:57:03 +00:00
Gildas Bazin
d2e4386eb9 * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24. 2004-02-12 23:51:15 +00:00
Laurent Aimar
ddffbfbc1c * all: use the data_packet_count from the asf header when the server
gives an invalid one. (I hope it doesn't break anything)
2004-02-12 20:09:38 +00:00
Laurent Aimar
dc0a389629 * 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,
2004-02-12 17:52:48 +00:00
Eric Petit
cd05b67f58 macosx/vout.m : GL cleaning (probably fixes depth issues) 2004-02-12 17:35:05 +00:00
Laurent Aimar
e13b6c4d01 * 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.
2004-02-11 19:17:14 +00:00
Gildas Bazin
e8f07ae10b * 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. 2004-02-11 18:08:05 +00:00
Rocky Bernstein
0895ba28de And one other piece of information... 2004-02-11 12:37:28 +00:00
Rocky Bernstein
fd4ba664c1 Spell out general information that should be used in reporting
problems. Sigh.
2004-02-11 12:26:38 +00:00
Clément Stenac
63202e8ede Enable the playlist import/export modules 2004-02-11 08:50:04 +00:00
Jean-Paul Saman
c4bf5901e9 Added some whitespace for alignment. 2004-02-11 08:22:12 +00:00
Jean-Paul Saman
4a7ae0b8b0 Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ???? 2004-02-10 20:30:09 +00:00
Jean-Paul Saman
1204fed2ec Missed the deadline again ;-(
- Fixed the playlist_AddExt() call
- Fixed a compiler warning
2004-02-10 20:28:37 +00:00
Gildas Bazin
08c1cc548a * configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2). 2004-02-10 17:59:10 +00:00
Gildas Bazin
dcc4cf2f72 * configure.ac, NEWS: added mod and pva plugins. 2004-02-10 17:36:45 +00:00
Benjamin Pracht
4caee403b7 typos 2004-02-10 16:39:15 +00:00
Jean-Paul Saman
ed59877cbb 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
2004-02-10 14:57:31 +00:00
Sam Hocevar
916c69e30e * 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.
2004-02-10 14:33:17 +00:00
Sam Hocevar
d180753a2c * configure.ac:
+ Allow to use --enable-livedotcom without --with-livedotcom-tree so that
      we can use an installed version of libliveMedia et al.
2004-02-10 14:04:55 +00:00
Sam Hocevar
c08f94af80 * configure.ac:
+ Only activate the Matroska plugin if -lebml_pic or -lebml were found.
2004-02-10 13:29:04 +00:00
Derk-Jan Hartman
739c64aa71 * 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.
2004-02-10 02:57:18 +00:00
Simon Latapie
e5152479be * http.c: made strsub a bit clean. 2004-02-09 23:30:37 +00:00
Simon Latapie
decbf33a01 * intf-http.txt: update doc (strsub) 2004-02-09 23:28:33 +00:00
Simon Latapie
eaa242064e * http.c: add strsub function: extract substring (doc update will
follow soon).
2004-02-09 23:03:12 +00:00
Sam Hocevar
efc3e61a0a * debian/README.Debian:
+ Updated Debian-specific build notes.
2004-02-09 20:40:25 +00:00
Jean-Paul Saman
40020f6dd3 Updated version number to vlc-0.7.1 2004-02-09 19:32:55 +00:00
Eric Petit
7bc4719af7 macosx/* : macosx-opengl-effect now accept cube and transparent-cube 2004-02-09 17:42:12 +00:00
Sigmund Augdal Helberg
8836625717 src/extra/libc.c:
* fixed a nasty bug in vlc_atoll.(closes #1763)
2004-02-09 16:12:25 +00:00
Eric Petit
bdae676acc macosx/vout.m : oops, fixed broken ratio from my last commit 2004-02-09 14:02:25 +00:00
Eric Petit
774a42d0c4 macosx/* : added --macosx-opengl-effect, current possible values are
"none" and "cube". Sorry, couldn't resist ;)
2004-02-09 13:28:32 +00:00
Derk-Jan Hartman
5e53660ac3 * added dtsdec, 're' upgrade of libmad 2004-02-09 12:54:47 +00:00
Sigmund Augdal Helberg
ac2b0449a9 share/http/admin/dboxfiles.html:
* Updated for bookmark support.
   See http://www.giggo.de/dbox2/movieplayer.html for details
   (patch by Christof Baumgaertner)
2004-02-09 10:44:40 +00:00
Gildas Bazin
ee90876a38 * modules/gui/skins2/Modules.am: added missing file for make dist. 2004-02-08 23:49:04 +00:00
Gildas Bazin
8027983f8c * ALL: I am a morron. 2004-02-08 23:39:16 +00:00
Gildas Bazin
310a32011b * modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly. 2004-02-08 22:37:37 +00:00
Gildas Bazin
de8289baf9 * configure.ac: forgot one version number and added the aiff demux. 2004-02-08 22:06:14 +00:00
Gildas Bazin
9dec8bef6d * ALL: bumped version number to 0.7.1 in preparation for the release. 2004-02-08 21:36:39 +00:00
Jean-Paul Saman
0192ffc2ae Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used. 2004-02-08 21:00:19 +00:00
Jean-Paul Saman
6f50b235de 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
2004-02-08 20:19:03 +00:00
Derk-Jan Hartman
2ef754d001 * Update copyright info 2004-02-08 20:09:15 +00:00
Derk-Jan Hartman
fe969c9f2f * 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.
2004-02-08 20:08:28 +00:00
Gildas Bazin
8822d581aa * modules/codec/ffmpeg/video.c: another fix for post-processing. 2004-02-08 18:49:53 +00:00
Sigmund Augdal Helberg
d5c32a93bf 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)
2004-02-08 18:30:30 +00:00
Gildas Bazin
cb55dfe4d5 * src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
* modules/gui/wxwindows/open.cpp: cleanup.
2004-02-08 18:17:22 +00:00
Laurent Aimar
caf2925cd5 * input.c: don't add subtitle track twice when using --sub-file and
auto-detection.
2004-02-08 17:21:50 +00:00