- 20 Aug, 2004 7 commits
-
-
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 6 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
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 16 Aug, 2004 7 commits
-
-
Eric Petit authored
-
Eric Petit authored
There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE and build matroska support
-
Gildas Bazin authored
-
Sigmund Augdal Helberg authored
-
Sam Hocevar authored
+ Build memcpyaltivec and deinterlace with -maltivec. + Check for -ldts_pic before -ldts.
-
Sam Hocevar authored
+ Don't manage this patch with dpatch since it causes ownership issues. * debian/control: + Added a missing dpatch build dependency (Closes: #263363). + Removed the modplug plugin until libmodplug-dev enters Debian.
-
Derk-Jan Hartman authored
* fixed a line ending replace problem with subviewer subs * single char subtitle lines should now work subviewer and subrip
-
- 15 Aug, 2004 4 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: support for subtitles transcoding. * modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com). + only works on YUVP subpictures for now. + not completely spec compliant yet.
-
Gildas Bazin authored
-
Gildas Bazin authored
* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
-
Gildas Bazin authored
-