- 20 Aug, 2004 6 commits
-
-
Eric Petit authored
(really strange crashes happen otherwise, can't figure out why) + Makefile.am: don't forget to build vlc-bundle on BeOS
-
gbazin 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
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
- 19 Aug, 2004 7 commits
-
-
gbazin authored
-
sigmunau authored
api gives proper detection for too small buffer. Thanks to Ross for pointing this out.
-
gbazin authored
-
gbazin authored
-
gbazin 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).
-
gbazin authored
-
gbazin authored
-
- 18 Aug, 2004 9 commits
-
-
sigmunau authored
fewer garbled frames. Still not perfect though.
-
sigmunau 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.
-
gbazin 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().)
-
sigmunau authored
-
gbazin authored
-
sigmunau authored
-
gbazin authored
-
sigmunau authored
-
sigmunau 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
-
gbazin authored
-
gbazin 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
-
gbazin authored
-
sigmunau 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.
-
hartman authored
* fixed a line ending replace problem with subviewer subs * single char subtitle lines should now work subviewer and subrip
-
- 15 Aug, 2004 5 commits
-
-
gbazin 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.
-
gbazin authored
-
gbazin authored
* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
-
gbazin authored
-
gbazin authored
-