- 06 Dec, 2002 6 commits
-
-
Sam Hocevar authored
a bug I found in Read(). No idea whether it was triggered before nor what it was doing, though :)
-
Sam Hocevar authored
meant strlen(), removed useless strcmp() calls, implemented atoll() for systems where it does not exist, fixed a memory leak, fixed a minor data corruption.
-
Sigmund Augdal Helberg authored
the header parsing. This will be usefull if anyone wants to implemet http-passwd support
-
Laurent Aimar authored
#if LIBAVCODEC_BUILD , I've enable direct rendering only with latest ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
-
Sam Hocevar authored
signed/unsigned comparisons, and removed trailing spaces here and there.
-
Boris Dorès authored
playing state resets the input speed to normal to make sure the stream isn't paused or slowed or played faster anymore. By doing that, fixes the following bug of the Windows interface: when pushing the play button on a paused or slowed stream, nothing used to happen. * modules/gui/win32/playlist.cpp : when pushing the play button and the playlist is empty, displaying the playlist window * win32.cpp : rephrasing the module description to "Native Windows interface module"
-
- 05 Dec, 2002 2 commits
-
-
Sam Hocevar authored
choke on system headers.
-
Sam Hocevar authored
* ./configure.ac.in: additional warning flags for GCC. -Wconversion Warn if a prototype causes a type conversion that is different from what would happen to the same argument in the absence of a proto- type. -Wsign-compare Warn when a comparison between signed and unsigned values could produce an incorrect result when the signed value is converted to unsigned. -Wunreachable-code Warn if the compiler detects that code will never be executed. -Wdisabled-optimization Warn if a requested optimization pass is disabled. See the gcc documentation for more explanations. This triggers a lot of warnings everywhere, and at first sight they're all worth fixing. Code quality matters, too, so let's fix'em :)
-
- 04 Dec, 2002 6 commits
-
-
Gildas Bazin authored
* modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
-
Jean-Paul Saman authored
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
Eric Petit authored
(Dano is no more needed); multicast still doesn't work. UDP (unicast) and HTTP have been successfully tested, mms is untested. * sap.c: BeOS doesn't have memccpy * VideoOutput.cpp: forgot to remove a printf
-
Eric Petit authored
* AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
-
- 03 Dec, 2002 5 commits
-
-
Arnaud Schauly authored
playlist_item_t instead of psz_target ). Now playlist_Add uses playlist_AddItem to enqueue. * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t structure. * src/input/input.c : takes item->psz_uri argument to start playing an item.
-
Laurent Aimar authored
microfsoft, not yet ima4) * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm could not work with asf because of asf audio scrambling unsupported in asf demuxer). Seek will not work, because vlc send garbage and then break stream alignment.(I will try to fix that).
-
Arnaud Schauly authored
* Added the PLAYLIST_CHECK_INSERT option to the playlist. That option checks previously enqueued sessions before enqueing.
-
Sam Hocevar authored
stream's aspect, not to square pixels.
-
Eric Petit authored
Now DVD menus work thanks to libdvdplay.
-
- 02 Dec, 2002 4 commits
-
-
Eric Petit authored
It works fine under BeOS, please check I didn't break anything.
-
Jon Lech Johansen authored
-
Sam Hocevar authored
Olaf 'Rhialto' Seibert.
-
Sam Hocevar authored
-
- 30 Nov, 2002 1 commit
-
-
Olivier Teulière authored
files on the interface or on the playlist (Closes: #10). * ./modules/gui/win32/playlist.cpp: factorized a lot of code. * ./modules/gui/win32/*: reorganized some code here and there.
-
- 29 Nov, 2002 1 commit
-
-
Olivier Teulière authored
-
- 28 Nov, 2002 11 commits
-
-
Sigmund Augdal Helberg authored
wmp sites I could find, by adding som mimetypes and parsing some more parameters passed by mozilla. Also disabled the StreamAsFile function since mozilla tend to pass it non-exsisting files.
-
Christophe Massiot authored
* Fix for S/PDIF encapsulation on big endian systems. * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
-
Simon Latapie authored
-
Gildas Bazin authored
* configure.ac.in: fixed linkage of theora plugin. * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage. * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
insanly long urls
-
Sam Hocevar authored
creation code into vout_Request which looks for existing vout objects and spawns a new one if none was found.
-
Laurent Aimar authored
-
Laurent Aimar authored
test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under big endian architectures ? (else could you give vlc log )
-
Sigmund Augdal Helberg authored
* allow some unusual, but legal ways to construct the http headers, and clean up the header parsing code. parsing other headers ( like the mime-type ) should be very easy now.
-
Sam Hocevar authored
the aspect ratio of the stream. Two different usages are possible, either int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to specify pixel squareness. Note that it does not work properly yet; it will need an API change in the video output layer that I'm working on.
-
- 27 Nov, 2002 4 commits
-
-
Boris Dorès authored
interface, in order to improve its clarity (the dialog box is now even a bit smaller) and to get closer to Windows standards. (second part of the job, and hopefully the last for now, begun with Ipkiss a few days ago by using CheckListBoxes) Still need some work to get the interface compatible with Windows XP skins.
-
Sam Hocevar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-