Gildas Bazin
d2e4386eb9
* modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
23 years ago
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)
23 years ago
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,
23 years ago
Eric Petit
cd05b67f58
macosx/vout.m : GL cleaning (probably fixes depth issues)
23 years ago
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.
23 years ago
Jean-Paul Saman
c4bf5901e9
Added some whitespace for alignment.
23 years ago
Jean-Paul Saman
1204fed2ec
Missed the deadline again ;-(
- Fixed the playlist_AddExt() call
- Fixed a compiler warning
23 years ago
Benjamin Pracht
4caee403b7
typos
23 years ago
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
23 years ago
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.
23 years ago
Simon Latapie
e5152479be
* http.c: made strsub a bit clean.
23 years ago
Simon Latapie
eaa242064e
* http.c: add strsub function: extract substring (doc update will
follow soon).
23 years ago
Eric Petit
7bc4719af7
macosx/* : macosx-opengl-effect now accept cube and transparent-cube
23 years ago
Eric Petit
bdae676acc
macosx/vout.m : oops, fixed broken ratio from my last commit
23 years ago
Eric Petit
774a42d0c4
macosx/* : added --macosx-opengl-effect, current possible values are
"none" and "cube". Sorry, couldn't resist ;)
23 years ago
Gildas Bazin
ee90876a38
* modules/gui/skins2/Modules.am: added missing file for make dist.
23 years ago
Gildas Bazin
310a32011b
* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
23 years ago
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.
23 years ago
Gildas Bazin
8822d581aa
* modules/codec/ffmpeg/video.c: another fix for post-processing.
23 years ago
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)
23 years ago
Gildas Bazin
cb55dfe4d5
* src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
23 years ago
Gildas Bazin
e79dec9998
* modules/demux/dts.c: more fixes.
23 years ago
Gildas Bazin
c642d8bbbc
* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
23 years ago
Gildas Bazin
96a6787bf8
* src/interface/interface.c: added skins2 to the interface menu.
23 years ago
Gildas Bazin
3301dd40bf
* modules/audio_filter/converter/dtstospdif.c: cough cough.
23 years ago
Gildas Bazin
623dd6d803
* modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
23 years ago
Sigmund Augdal Helberg
042f3711de
Fixed a segfault (don't try to memset a negative number of bytes)
23 years ago
Laurent Aimar
e6aba50ad2
* mp4: handle DEMUX_GET_META (avoid a msg_Err)
23 years ago
Laurent Aimar
4580d2dcfb
* deinterlace: compilation fix.
23 years ago
Gildas Bazin
1916bc59cd
* modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
23 years ago
Gildas Bazin
a02533c305
* include/vlc_es.h: s/es_format_Free/es_format_Clean.
23 years ago
Gildas Bazin
f6fd063a73
* modules/demux/ogg.c: fixed memleak.
23 years ago
Gildas Bazin
4ca92c145c
* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
23 years ago
Gildas Bazin
ab728fe92f
* modules/codec/dts.c: fixes a buffer overflow with s/pdif.
23 years ago
Derk-Jan Hartman
7db8bcc213
* msg_Err -> msg_Warn
23 years ago
Derk-Jan Hartman
cbd4b6ac99
* Added sortID
* Fixed adding multiple items
* playlist API changes fixes
* fixed options
23 years ago
Derk-Jan Hartman
f1e0ca608f
* Move GetCapabilityHelp from intf's to vlc_help.h
23 years ago
Gildas Bazin
a4b486148b
* modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
23 years ago
Laurent Aimar
6051a4ee3a
* httpd: fixed a integer overflow.
23 years ago
Gildas Bazin
ea9470edf3
* modules/codec/dts.c: should be more correct (hopefully).
23 years ago
Gildas Bazin
5e813078a9
* modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
23 years ago
Gildas Bazin
d810b69a21
* modules/audio_filter/converter/dtstospdif.c: oops forgot something.
23 years ago
Laurent Aimar
c08c9987d8
* v4l: hue/colour/... path from Carsten Gottbeh�t
(gottbehuet at active-elements dot de) (untested)
23 years ago
Gildas Bazin
8df5573e1d
* modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
23 years ago
Gildas Bazin
a5ce76c37c
* modules/codec/dts.c: a bunch of fixes.
23 years ago
Gildas Bazin
d596c8e310
* modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
23 years ago
Laurent Aimar
9f3bc42913
* http: Err -> Warn for Seek.
23 years ago
Eric Petit
2e29fe8778
macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
23 years ago
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.
23 years ago
Gildas Bazin
a1fc3b9fcf
* modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
23 years ago