]> git.sesse.net Git - vlc/log
vlc
20 years ago macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
Eric Petit [Wed, 25 Feb 2004 19:27:23 +0000 (19:27 +0000)]
 macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)

20 years ago* src/input/input_dec.c: compilation fix.
Gildas Bazin [Wed, 25 Feb 2004 18:47:02 +0000 (18:47 +0000)]
* src/input/input_dec.c: compilation fix.

20 years ago* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
Gildas Bazin [Wed, 25 Feb 2004 18:43:24 +0000 (18:43 +0000)]
* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.

20 years ago* modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows...
Gildas Bazin [Wed, 25 Feb 2004 18:42:38 +0000 (18:42 +0000)]
* modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.

20 years ago * libmpeg2.c: lalala, compilation fix...
Laurent Aimar [Wed, 25 Feb 2004 18:22:54 +0000 (18:22 +0000)]
 * libmpeg2.c: lalala, compilation fix...

20 years ago * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
Laurent Aimar [Wed, 25 Feb 2004 17:48:52 +0000 (17:48 +0000)]
 * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
 field and a few BLOCK_FLAG_*.

20 years agoUpdate of the brazilian portuguese translation, thanks to
Clément Stenac [Wed, 25 Feb 2004 14:02:34 +0000 (14:02 +0000)]
Update of the brazilian portuguese translation, thanks to
Andr� de Barros Martins Ribeiro

20 years ago * all: fixed sout-audio/video options.
Laurent Aimar [Wed, 25 Feb 2004 12:38:33 +0000 (12:38 +0000)]
 * all: fixed sout-audio/video options.

20 years ago* modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever...
Gildas Bazin [Tue, 24 Feb 2004 22:15:41 +0000 (22:15 +0000)]
* modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).

20 years ago* modules/demux/dts.c: improved detection of wav dts files.
Gildas Bazin [Tue, 24 Feb 2004 19:23:11 +0000 (19:23 +0000)]
* modules/demux/dts.c: improved detection of wav dts files.

20 years agoFix problem in playlist update code.
Clément Stenac [Tue, 24 Feb 2004 18:19:44 +0000 (18:19 +0000)]
Fix problem in playlist update code.

Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
replace it bhy "ProcessEvent" (the playlist update is processed
immediately in the callback, but it is only the update of one item, so
it should not be a problem)

20 years ago* modules/access/cdda.c: added "cddasimple" shortcut.
Gildas Bazin [Tue, 24 Feb 2004 17:43:31 +0000 (17:43 +0000)]
* modules/access/cdda.c: added "cddasimple" shortcut.

20 years ago* modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
Gildas Bazin [Tue, 24 Feb 2004 17:42:07 +0000 (17:42 +0000)]
* modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.

20 years agoDo not send an event when clicking out of the search box
Benjamin Pracht [Tue, 24 Feb 2004 17:16:27 +0000 (17:16 +0000)]
Do not send an event when clicking out of the search box

20 years ago * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
Laurent Aimar [Tue, 24 Feb 2004 16:31:46 +0000 (16:31 +0000)]
 * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).

20 years ago* modules/demux/wav.c: more fixes for multichannel wav files support.
Gildas Bazin [Mon, 23 Feb 2004 23:01:05 +0000 (23:01 +0000)]
* modules/demux/wav.c: more fixes for multichannel wav files support.
* include/codecs.h: ms speakers definitions.
* modules/codec/araw.c: added support for fl64 fourcc.

20 years ago* src/playlist/playlist.c: who said testing was useful ?
Gildas Bazin [Mon, 23 Feb 2004 21:57:56 +0000 (21:57 +0000)]
* src/playlist/playlist.c: who said testing was useful ?

20 years ago* src/playlist/playlist.c: bug fix.
Gildas Bazin [Mon, 23 Feb 2004 21:50:14 +0000 (21:50 +0000)]
* src/playlist/playlist.c: bug fix.

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Mon, 23 Feb 2004 21:00:37 +0000 (21:00 +0000)]
modules/misc/sap.c:
 * fixed two memleaks, one of them rather large
 * fix for http announces that don't start the filename part with '/'

20 years agoEnlarged some fields in the OpenTarget-Window to display the entire localizations
Felix Paul Kühne [Mon, 23 Feb 2004 20:55:41 +0000 (20:55 +0000)]
Enlarged some fields in the OpenTarget-Window to display the entire localizations

20 years ago * livedotcom.cpp: nULL -> UI64C(n).
Laurent Aimar [Mon, 23 Feb 2004 20:45:52 +0000 (20:45 +0000)]
 * livedotcom.cpp: nULL -> UI64C(n).

20 years ago * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
Laurent Aimar [Mon, 23 Feb 2004 20:35:42 +0000 (20:35 +0000)]
 * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
 using weird value after a synch with RTCP.

20 years ago* include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
Gildas Bazin [Mon, 23 Feb 2004 20:34:47 +0000 (20:34 +0000)]
* include/vlc_common.h: added the UI64C() macro for unsinged long long constants.

20 years ago* modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
Gildas Bazin [Mon, 23 Feb 2004 12:17:24 +0000 (12:17 +0000)]
*  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
* src/playlist/playlist.c: vout/sout garbage collection improvements.

20 years agoChange error reporting on memory error to be memory error.
Rocky Bernstein [Mon, 23 Feb 2004 00:10:50 +0000 (00:10 +0000)]
Change error reporting on memory error to be memory error.

20 years agoipv4.c : BeOS compile fix
Eric Petit [Sun, 22 Feb 2004 23:09:25 +0000 (23:09 +0000)]
ipv4.c : BeOS compile fix

20 years ago* modules/access/cdda/access.c: fix to allow playing the last track and cd's with...
Gildas Bazin [Sun, 22 Feb 2004 21:32:42 +0000 (21:32 +0000)]
* modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.

20 years ago * input_programs.c: a little memleak.
Laurent Aimar [Sun, 22 Feb 2004 16:40:25 +0000 (16:40 +0000)]
 * input_programs.c: a little memleak.

20 years ago * all: changed the prototype of sout_InputNew.
Laurent Aimar [Sun, 22 Feb 2004 16:08:47 +0000 (16:08 +0000)]
 * all: changed the prototype of sout_InputNew.

20 years ago * livedotcom.cpp: bug fix. (a bad memory allocation).
Laurent Aimar [Sun, 22 Feb 2004 16:01:42 +0000 (16:01 +0000)]
 * livedotcom.cpp: bug fix. (a bad memory allocation).

20 years ago * sub.c: VobSub fix.
Laurent Aimar [Sun, 22 Feb 2004 15:59:53 +0000 (15:59 +0000)]
 * sub.c: VobSub fix.

20 years ago * all: compilation warning fixes (mainly missings headers).
Laurent Aimar [Sun, 22 Feb 2004 15:57:41 +0000 (15:57 +0000)]
 * all: compilation warning fixes (mainly missings headers).

20 years agoFix compilation warnings
Clément Stenac [Sun, 22 Feb 2004 15:52:33 +0000 (15:52 +0000)]
Fix compilation warnings

20 years ago* Updated contrib build system
Christophe Massiot [Sun, 22 Feb 2004 15:41:27 +0000 (15:41 +0000)]
* Updated contrib build system
* src/misc/threads.c: fixed a Darwin-specific bug introduced recently

20 years ago* configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
Gildas Bazin [Sun, 22 Feb 2004 15:03:33 +0000 (15:03 +0000)]
* configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
* src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8

20 years agoFix valgrind-caught memory leak.
Rocky Bernstein [Sun, 22 Feb 2004 10:52:23 +0000 (10:52 +0000)]
Fix valgrind-caught memory leak.

20 years agoFix mem leak caught by valgrind.
Rocky Bernstein [Sun, 22 Feb 2004 10:30:41 +0000 (10:30 +0000)]
Fix mem leak caught by valgrind.

20 years agofix mem leak. (Caught by valgrind.)
Rocky Bernstein [Sun, 22 Feb 2004 10:30:22 +0000 (10:30 +0000)]
fix mem leak. (Caught by valgrind.)

20 years agoMake sure a couple of variables are initialized before
Rocky Bernstein [Sun, 22 Feb 2004 09:35:48 +0000 (09:35 +0000)]
Make sure a couple of variables are initialized before
reading. (caught by valgrind).

20 years ago* po/*: ./toolbox --update-po.
Gildas Bazin [Sun, 22 Feb 2004 00:55:31 +0000 (00:55 +0000)]
* po/*: ./toolbox --update-po.

20 years ago* modules/demux/playlist/Modules.am: don't forget playlist.h.
Gildas Bazin [Sun, 22 Feb 2004 00:33:10 +0000 (00:33 +0000)]
* modules/demux/playlist/Modules.am: don't forget playlist.h.

20 years ago* ALL: preparation for 0.7.1-test2.
Gildas Bazin [Sun, 22 Feb 2004 00:15:33 +0000 (00:15 +0000)]
* ALL: preparation for 0.7.1-test2.

20 years ago* modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw...
Gildas Bazin [Sat, 21 Feb 2004 23:50:52 +0000 (23:50 +0000)]
* modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.

20 years ago* include/charset.h: added "extern "C" {" for c++ modules.
Gildas Bazin [Sat, 21 Feb 2004 23:15:52 +0000 (23:15 +0000)]
* include/charset.h: added "extern "C" {" for c++ modules.
* modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.

20 years ago* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
Gildas Bazin [Sat, 21 Feb 2004 22:41:49 +0000 (22:41 +0000)]
* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.

20 years ago* configure.ac: what about checking for the c++ preprocessor.
Gildas Bazin [Fri, 20 Feb 2004 22:07:51 +0000 (22:07 +0000)]
* configure.ac: what about checking for the c++ preprocessor.

20 years ago* modules/stream_out/transcode.c : don't lock when quitting.
Christophe Massiot [Fri, 20 Feb 2004 19:21:25 +0000 (19:21 +0000)]
* modules/stream_out/transcode.c : don't lock when quitting.

20 years ago* modules/demux/a52sys.c: forgot to remove this file.
Gildas Bazin [Fri, 20 Feb 2004 19:21:23 +0000 (19:21 +0000)]
* modules/demux/a52sys.c: forgot to remove this file.
* modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now.

20 years ago* modules/stream_out/transcode.c: fixed a segfault when quitting.
Christophe Massiot [Fri, 20 Feb 2004 19:03:59 +0000 (19:03 +0000)]
* modules/stream_out/transcode.c: fixed a segfault when quitting.

20 years ago* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
Christophe Massiot [Fri, 20 Feb 2004 18:34:28 +0000 (18:34 +0000)]
* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
  - new ffmpeg options available from the command-line : interleaved video,
    noise reduction, rate control parameters, i_quant_factor, trellis
    quantification, mpeg4 matrix, and thread count
  - portable functions to use ffmpeg multithreading capabilities on all
    platforms
  - hurry up mode now turns off rd and trellis, and also raises the noise
    reduction parameter (thus noise reduction is mandatory with hurry up)
  - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
    will be done in a separate thread than the packetizer and decoder
  - fixed a bug with mp3 decoding and weird ffmpeg return code

20 years ago* modules/packetizer/mpegvideo.c: display the picture size and frame rate
Christophe Massiot [Fri, 20 Feb 2004 18:24:41 +0000 (18:24 +0000)]
* modules/packetizer/mpegvideo.c: display the picture size and frame rate
  exactly once.

20 years ago* src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
Christophe Massiot [Fri, 20 Feb 2004 17:20:01 +0000 (17:20 +0000)]
* src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
  OSes, and added an rt-offset configuration variable to tune the priority
  of VLC against other programs without recompiling everything.

20 years ago* modules/demux/mpeg/system.c: check for scrambled packets.
Christophe Massiot [Fri, 20 Feb 2004 17:16:50 +0000 (17:16 +0000)]
* modules/demux/mpeg/system.c: check for scrambled packets.

20 years ago* modules/access_output/udp.c: do not send out packets which are too much
Christophe Massiot [Fri, 20 Feb 2004 17:13:42 +0000 (17:13 +0000)]
* modules/access_output/udp.c: do not send out packets which are too much
  in the past, to avoid flooding the client.

20 years agocoding style
Benjamin Pracht [Fri, 20 Feb 2004 16:29:31 +0000 (16:29 +0000)]
coding style

20 years agocleaning of pvr input : settings are only set if given on command line
Benjamin Pracht [Fri, 20 Feb 2004 15:38:40 +0000 (15:38 +0000)]
cleaning of pvr input  : settings are only set if  given on command line
(no more default values).

Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)

20 years ago* Revert back to old prefs.
Derk-Jan Hartman [Thu, 19 Feb 2004 19:38:58 +0000 (19:38 +0000)]
* Revert back to old prefs.
  - fixed the bug with the modules not setting up their prefs.
  - bugs: int with strings items are broken (see relfontsize)
  - hotkeys elements don't really work

20 years agoRemoved Vladimir Chernyshov's email address (kept his name).
Rémi Denis-Courmont [Thu, 19 Feb 2004 18:55:34 +0000 (18:55 +0000)]
Removed Vladimir Chernyshov's email address (kept his name).

20 years agoCorrect fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
Jean-Paul Saman [Thu, 19 Feb 2004 17:42:43 +0000 (17:42 +0000)]
Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))

20 years ago* modules/codec/faad.c: compilation fix and proper 16bits pcm support.
Gildas Bazin [Thu, 19 Feb 2004 16:19:41 +0000 (16:19 +0000)]
* modules/codec/faad.c: compilation fix and proper 16bits pcm support.

20 years agoTell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn...
Jean-Paul Saman [Thu, 19 Feb 2004 15:42:25 +0000 (15:42 +0000)]
Tell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn't need to do a conversion filter for it.

20 years agoFix for iPAQ choose fixed point arithmic in FAAD decoder.
Jean-Paul Saman [Thu, 19 Feb 2004 15:13:49 +0000 (15:13 +0000)]
Fix for iPAQ choose fixed point arithmic in FAAD decoder.

20 years agoStructure not big enough and was writing past buffer boundary.
Rocky Bernstein [Thu, 19 Feb 2004 02:05:12 +0000 (02:05 +0000)]
Structure not big enough and was writing past buffer boundary.
Thanks to Marco Z�hlke for finding this problem.

20 years ago * transcode: fixed s16b <-> s16l conversion.
Laurent Aimar [Wed, 18 Feb 2004 13:21:33 +0000 (13:21 +0000)]
 * transcode: fixed s16b <-> s16l conversion.

20 years ago* ALL: portability fixes.
Gildas Bazin [Tue, 17 Feb 2004 13:13:32 +0000 (13:13 +0000)]
* ALL: portability fixes.

20 years ago* vout_OSDMessage doxygen doc update
Derk-Jan Hartman [Tue, 17 Feb 2004 03:12:00 +0000 (03:12 +0000)]
* vout_OSDMessage doxygen doc update
* fix broken vout_OSDMessage in other files

20 years agoAdded an option "recursive"
Clément Stenac [Mon, 16 Feb 2004 17:16:24 +0000 (17:16 +0000)]
Added an option "recursive"
- none: subdirectories are skipped
- collapse: former behaviour, subdirectories are not expanded
- expand: all subdirectories are fully expanded

I dislike these strings, please find other ones :)

20 years ago* Swap duration and group columns
Clément Stenac [Mon, 16 Feb 2004 17:14:39 +0000 (17:14 +0000)]
* Swap duration and group columns
* Introduce duration sort

20 years agoFix setting the name and the author with DEMUX_GET_META
Clément Stenac [Mon, 16 Feb 2004 17:14:15 +0000 (17:14 +0000)]
Fix setting the name and the author with DEMUX_GET_META

20 years ago* modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
Gildas Bazin [Mon, 16 Feb 2004 13:33:10 +0000 (13:33 +0000)]
* modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.

20 years ago* modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massa...
Gildas Bazin [Sun, 15 Feb 2004 22:20:56 +0000 (22:20 +0000)]
* modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).

20 years ago* modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
Gildas Bazin [Sun, 15 Feb 2004 21:52:59 +0000 (21:52 +0000)]
* modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.

20 years agomodules/control/lirc/lirc.c:
Sigmund Augdal Helberg [Sun, 15 Feb 2004 19:40:41 +0000 (19:40 +0000)]
modules/control/lirc/lirc.c:
 * backported some changes from the hotkeys module
 * implemented buttons to cycle audio and subtitle tracks.
 * implemented a mute button
doc/lirc/example.lircrc:
 * example for the new buttons

20 years ago * modules/gui/skins/*:
Olivier Teulière [Sun, 15 Feb 2004 18:58:38 +0000 (18:58 +0000)]
 * modules/gui/skins/*:
    Added 'slow' and 'fast' events to play a stream slower/faster

20 years agoinclude/osd.h, src/video_output/video_text.c:
Sigmund Augdal Helberg [Sun, 15 Feb 2004 18:22:26 +0000 (18:22 +0000)]
include/osd.h, src/video_output/video_text.c:
 * turned vout_OSDMessage into __vout_OSDMessage
 * __vout_OSDMessage now takes printf style parameters
 * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first
   parameter passed through VLC_OBJECT()

20 years ago * nsv: display sub stream and skip extention data (initial patch from
Laurent Aimar [Sun, 15 Feb 2004 16:59:18 +0000 (16:59 +0000)]
 * nsv: display sub stream and skip extention data (initial patch from
 Vitalijus dot Slavinskas at stud dot ktu dot lt).

20 years ago* modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
Gildas Bazin [Sun, 15 Feb 2004 13:16:43 +0000 (13:16 +0000)]
* modules/demux/ogg.c: fixed recent breakage (what a shameful bug).

20 years ago* modules/access/cdda/*: forgot to remove demux in module declaration.
Gildas Bazin [Sat, 14 Feb 2004 17:36:05 +0000 (17:36 +0000)]
* modules/access/cdda/*: forgot to remove demux in module declaration.
   fixed deadlock with CDDAFixupPlayList().

20 years ago* modules/access/cdda*: removed definition of WAVEHEADER.
Gildas Bazin [Sat, 14 Feb 2004 17:25:39 +0000 (17:25 +0000)]
* modules/access/cdda*: removed definition of WAVEHEADER.
* modules/access/cdda.c: small bug fix.

20 years ago* modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
Gildas Bazin [Sat, 14 Feb 2004 17:03:33 +0000 (17:03 +0000)]
* modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
   support for float32 format.
* include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
* modules/codec/araw.c: fixes.

20 years ago* modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
Gildas Bazin [Sat, 14 Feb 2004 12:49:35 +0000 (12:49 +0000)]
* modules/gui/skins2/events/evt_scroll.hpp: small portability fix.

20 years ago* modules/gui/wxwindows/*: make gcc-2.95 happy.
Gildas Bazin [Sat, 14 Feb 2004 12:36:16 +0000 (12:36 +0000)]
* modules/gui/wxwindows/*: make gcc-2.95 happy.

20 years ago* ALL: small portability fixes.
Gildas Bazin [Sat, 14 Feb 2004 01:53:17 +0000 (01:53 +0000)]
* ALL: small portability fixes.

20 years ago* modules/demux/playlist/playlist.c: compilation fix.
Gildas Bazin [Fri, 13 Feb 2004 23:54:42 +0000 (23:54 +0000)]
* modules/demux/playlist/playlist.c: compilation fix.

20 years ago* modules/demux/a52.c: better detection code.
Gildas Bazin [Fri, 13 Feb 2004 22:37:35 +0000 (22:37 +0000)]
* modules/demux/a52.c: better detection code.

20 years ago* modules/demux/a52.c: grmbl.
Gildas Bazin [Fri, 13 Feb 2004 22:14:11 +0000 (22:14 +0000)]
* modules/demux/a52.c: grmbl.

20 years ago* modules/demux/a52.c: fixed alignment when seeking.
Gildas Bazin [Fri, 13 Feb 2004 22:10:00 +0000 (22:10 +0000)]
* modules/demux/a52.c: fixed alignment when seeking.

20 years ago* modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle...
Gildas Bazin [Fri, 13 Feb 2004 21:48:32 +0000 (21:48 +0000)]
* modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's.
* modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.

20 years agoBetter worded.
Rocky Bernstein [Fri, 13 Feb 2004 11:58:32 +0000 (11:58 +0000)]
Better worded.

20 years agoMore checking: for programs and XML-related files. If some programs
Rocky Bernstein [Fri, 13 Feb 2004 11:33:38 +0000 (11:33 +0000)]
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.

20 years ago deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
Eric Petit [Fri, 13 Feb 2004 10:42:24 +0000 (10:42 +0000)]
 deinterlace.c : missing 'else' that prevented MergeAltivec from being used.

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.