- 19 Aug, 2004 3 commits
-
-
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 7 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
-
Gildas Bazin authored
-
Benjamin Pracht authored
-
Jérome Decoodt authored
-
- 14 Aug, 2004 7 commits
-
-
Jérome Decoodt authored
intf: Equalizer window in window menu equalizer.m: presets should work now equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
-
Sam Hocevar authored
+ Removed the -finline-limit=30000 flag. Since gcc-3.2, this options causes gcc to inline every single function of this size because of -O3's -finline-functions, although the documentation states that this flag should only affect explicitly inlined functions.
-
Derk-Jan Hartman authored
-
Cyril Deguet authored
Do we really need two buffers ? Anyway it doesn't work as is with GLX, so I only use the first one (quick fix)
-
Eric Petit authored
+ support for YUY2 textures + support for non-power-of-2 sizes + support for VRAM or AGP texturing It now uses two buffers and textures (needed for VRAM/AGP texturing). I got to fix a few things on the OS X GL provider before I commit it, but in the meantime, people can check if I didn't break the opengl output on Win32/GLX ;)
-
Cyril Deguet authored
-
Gildas Bazin authored
-
- 13 Aug, 2004 1 commit
-
-
Gildas Bazin authored
* modules/access/dvdnav.c: by default we try to skip all the warnings intros and go directly to the DVD menu (niark niark niark ;).
-