- 16 Aug, 2004 6 commits
-
-
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 5 commits
-
-
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 ;).
-
Gildas Bazin authored
* src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).
-
Gildas Bazin authored
* modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas). * src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size). * include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t. * include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.
-
Gildas Bazin authored
* src/video_output/*: moved some stuff from video_output.c to vout_intf.c.
-
Gildas Bazin authored
* src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes boundary which was screwing up the cdda plugin on win32.)
-
- 12 Aug, 2004 3 commits
-
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Gildas Bazin authored
-
- 11 Aug, 2004 2 commits
-
-
Eric Petit authored
It wasn't implemented for all systems anyway, and isn't used anymore. (Terminates #23)
-
Gildas Bazin authored
* modules/mux/ogg.c: generate proper oggds audio header.
-
- 10 Aug, 2004 2 commits
-
-
Derk-Jan Hartman authored
This way we can later on set IP6 instead of IP4 in a SDP. * modules/stream_out/rtp.c: accept sdp=sap as a valid option. * src/stream_output/sap.c: - Set the SAP packet Hash headerfield to a unique value based on mtime Patch by Philippe van Hecke <philippe at belnet dot be> - Set SAP packet IPv6 field to 1 if we are a ipv6 session - Made some preperations for setting the origin ip address in the header as well, anyone any ideas on how to retrieve the current origin IP address???
-
Derk-Jan Hartman authored
-
- 09 Aug, 2004 3 commits
-
-
Olivier Teulière authored
-
Gildas Bazin authored
* modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.
-
Gildas Bazin authored
* configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
-
- 08 Aug, 2004 5 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet). * include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
-
Jérome Decoodt authored
*.nib: presets disabled on startup equalizer.*: add property Id we prefer to change playlist variables instead of config coding style
-
Benjamin Pracht authored
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
into acount. (to make bigben happy, being able to do :demux=dump ;)
-