- 27 Dec, 2007 4 commits
-
-
Jean-Paul Saman authored
Fix segfault when Connect() returned failure and fix memleaks. Make sure live555 modules exits while in Connect() if vlc is asked to stop.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Felix Paul Kühne authored
-
- 26 Dec, 2007 9 commits
-
-
Felix Paul Kühne authored
* revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out.
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
video_output/opengllayer.m: Correctly set the initial bounds of the layer. Also grab the anti-tearing stuff from the Mac OS X GL vout.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
* yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0 * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2 * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
* adjust.c, extract.c: packed YUV 422 support. * filter_picture.h: code shared by some "video filter2" filters. * erase.c: validate the picture chroma in the constructor.
-
- 25 Dec, 2007 15 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
* colorthres.c: validate input chroma. * erase.c: fix bluring application limit (prevents out of bounds access). * gaussianblur.c: validate input chroma and add planar YUV 4:2:2 support. * psychedelic.c: check image_Convert return value (it fails for I422 which would then trigger a segfault due to a NULL pointer being dereferenced). * rotate.c: validate input chroma, add planar YUV 4:2:2 support and misc code fixes or simplifications.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
playlist/services_discovery.c: Send service discover started and ended events, to keep track of running sd.
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld.
-
- 24 Dec, 2007 12 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
control/media_descriptor.c: Publish an Event plus a method to get the media_descriptor state, which is buffering, playing, error, nothing special. This is a bit controversial as we need a media_instance to set that state, and this is media_instance dependant. However, this is a nice shortcut.
-
Rémi Duraffort authored
-
Antoine Cellerier authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non-FQDN-only hostnames
-
Antoine Cellerier authored
Tell the user about --advanced when his help query skipped advanced configuration items.
-
Antoine Cellerier authored
Use \033[0;1m instead of \033[37;1m for bold text using the default color (prevent using bold white text on terms with a white background).
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-