- 02 Mar, 2005 7 commits
-
-
Steve Lhomme authored
-
Steve Lhomme authored
es_out.c: handle the pre-roll earlier
-
Damien Fouilleul authored
- DllRegisterServer modified to use current DLL path when registering control
-
Gildas Bazin authored
-
Steve Lhomme authored
-
Rémi Denis-Courmont authored
-
Gildas Bazin authored
-
- 01 Mar, 2005 18 commits
-
-
Antoine Cellerier authored
* picture.* : add picture-id option. its a string that identifies the video. * mosaic.c : add mosaic-order option. its a comma separated list of picture-ids. Any picture who's id isn't found in the list will be placed after skiping the necessary number of slots needed to place all pictures defined in this list.
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Eric Petit authored
(fixes WMA decoding in BeOS nightly builds)
-
Rémi Denis-Courmont authored
- fix IPv6 multicast address range - more strict IPv4 multicast address range
-
Derk-Jan Hartman authored
-
Christophe Massiot authored
holding p_picture_vout->lock for too long.
-
Steve Lhomme authored
-
Christophe Massiot authored
(what the hell is i_duplicate ?)
-
Steve Lhomme authored
-
Antoine Cellerier authored
-
Gildas Bazin authored
* modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
-
Antoine Cellerier authored
-
Mark Moriarty authored
dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc
-
Steve Lhomme authored
-
Clément Stenac authored
Remove extra SAP debug
-
Derk-Jan Hartman authored
* simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys. * updated the example.lircrc with new required strings * added a notice to NEWS about changed lirc syntax.
-
Gildas Bazin authored
* modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.
-
- 28 Feb, 2005 6 commits
-
-
Mark Moriarty authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Antoine Cellerier authored
parameters on the fly * mosaic.c : center image in rectangle when keep aspect ratio is enabled * picture.c : remove debug message
-
Gildas Bazin authored
-
Mark Moriarty authored
-
- 27 Feb, 2005 6 commits
-
-
Felix Paul Kühne authored
* removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer.m, equalizer.h, voutgl.m, voutqt.m from the build target, so they don't get copied in the Resources-folder of the binary bundle
-
Steve Lhomme authored
-
Mark Moriarty authored
-
Mark Moriarty authored
-
Mark Moriarty authored
freetype and rc extensions. i_font_color and i_font_opacity added to subpictures, allowing per-object control (defaulting to freetype). marq and time updated to allow font color and opacity control. rc update to allow OTF control of all marq and time options.
-
Andre Pang authored
Some details: * This was mostly taken verbatim from revision:5717 (before the vout Mozilla support was removed), though it's been edited pretty thoroughly, and is now much more commented. * The "normal" vout display should be completely unaffected, since the plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is set to VLC_TRUE. (I've tested the normal VLC.app, and it seems fine.) * There are still some problems with the plugin when the Mozilla window is resized a lot. I suspect this is due to threading issues with QuickDraw, but I don't know enough about QuickDraw to be sure. Help with this would be very welcome. * The original patch in revision:5717 optimised the plugin display slightly, by using a mask (clipping region) so that QuickDraw only updated the plugin's area of the dirty region. I elected not to use a mask, since I thought the extra code complexity (i.e. lots more if() branches) isn't worth the incremental speedup. (If, in fact, there was a speedup at all -- the extra overhead induced by calculating the intersection of the dirty region with the mask may have offset any benefits: only benchmarks will tell ...)
-
- 26 Feb, 2005 2 commits
-
-
Gildas Bazin authored
-
Clément Stenac authored
* Announce content-length * Allow boundary string customization
-
- 25 Feb, 2005 1 commit
-
-
Laurent Aimar authored
-