- 21 Aug, 2004 9 commits
-
-
Cyril Deguet authored
doesn't work. Better than nothing but the sound is still poor with DVDs :(
-
Gildas Bazin authored
-
Cyril Deguet authored
snd_pcm_status_get_tstamp() returns zero. I hope someone has a better fix because in fact it is not perfect (there are "clicks" with DVDs)
-
Cyril Deguet authored
aout_OutputNextBuffer(), then do not try to resample or play silences. Now everything works perfectly with screwed ALSA drivers that always return zero in snd_pcm_status_get_tstamp() (at last!!!)
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Gildas Bazin authored
The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password. * src/libvlc.h: updated useage.
-
Sam Hocevar authored
+ Don't use vlc_app_DATA for the BeOS bundle. + Build the BeOS bundle in $(top_builddir).
-
Gildas Bazin authored
* src/input/input.c: hack for udp access and MRLSections().
-
- 20 Aug, 2004 11 commits
-
-
Gildas Bazin authored
- syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]] - core also handles start/end boundaries itself (simplifies the access plugins). * modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
-
Eric Petit authored
-
Sam Hocevar authored
+ Added macros for AltiVec versions of these modules. Will not work at all for the moment.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Eric Petit authored
(really strange crashes happen otherwise, can't figure out why) + Makefile.am: don't forget to build vlc-bundle on BeOS
-
Gildas Bazin authored
- if no title-start/end are specified, the whole cd is played. - if only a title-start is specified, only this title is played. - if a title-start and end are specified, this range is played. - "@title-start-" will play everything from the specified start position.
-
Eric Petit authored
though there're not 100% posix compliant - this way we can build vlc with dynamic plugins (not linked against libintl) again
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 19 Aug, 2004 7 commits
-
-
Gildas Bazin authored
-
Sigmund Augdal Helberg authored
api gives proper detection for too small buffer. Thanks to Ross for pointing this out.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 18 Aug, 2004 9 commits
-
-
Sigmund Augdal Helberg authored
fewer garbled frames. Still not perfect though.
-
Sigmund Augdal Helberg authored
When the buffer passed to live.com don't have space for another packet when we get it back we assume that the stream uses larger frames than our current buffer and we increase the buffer.
-
Gildas Bazin authored
* modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().)
-
Sigmund Augdal Helberg authored
-
Gildas Bazin authored
-
Sigmund Augdal Helberg authored
-
Gildas Bazin authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
-
- 17 Aug, 2004 4 commits
-
-
Eric Petit authored
-
Eric Petit authored
+ gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly complex now that we have variables Language/subtitle selection works again in the BeOS UI, but there's still a lot to fix :|
-
Eric Petit authored
+ macosx/vout*: --macosx-vout and --macosx-opengl-effect no longer exist
-
Eric Petit authored
+ vout.m contains the common code for the QT video output and the GL provider (window creation, events handling) + opengl.c: higher priority on OS X Things are a bit broken atm, any help to debug is welcome ;p
-