- 05 Dec, 2007 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* display the GPL in a separate window linked in the About window and the Help menu. Code cleanup (faster and less memory consuming).
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done. Should reduce code size. Commit from Boston
-
- 04 Dec, 2007 8 commits
-
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Paul Saman authored
-
Rafaël Carré authored
Value of 0 for width OR height means that we want to keep the original aspect ratio.
-
Jean-Baptiste Kempf authored
-
- 03 Dec, 2007 11 commits
-
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
control/core.c: Use C99's __func__ unstead of gcc's __FUNCTION__ as dionoea requested in libvlc_exception_not_handled(). Make that function static.
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of status Toolip to 3s, re-ask the privacy dialog if closed the previous time without a correct validation before. Commit from NYC/NY/Columbia University ;)
-
Rafaël Carré authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 02 Dec, 2007 11 commits
-
-
Pierre d'Herbemont authored
control/media_list_view.c: Properly forward item added event to subclasses, and properly unregister events.
-
Pierre d'Herbemont authored
control/core.c: Print an error on not handled libvlc exception. We'd better encourage third parties to take care of error sooner than later.
-
Richard Hosking authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Richard Hosking authored
-
Antoine Cellerier authored
Display current control value in VideoControlList. Add option to reset all video controls to their default value on startup.
-
Antoine Cellerier authored
Add "videocontrol" command variable to issue controls other than those which we explicitly support. For example, "@v4l2 videocontrol 8000002 30" changes the sharpness to something horrible on my webcam.
-
Antoine Cellerier authored
-
Richard Hosking authored
-
Richard Hosking authored
-
- 01 Dec, 2007 6 commits
-
-
Rafaël Carré authored
vlc_b64_decode_binary_to_buffer(): i_dst is the size of the destination buffer, not the source buffer
-
Antoine Cellerier authored
Don't fail launching the video device if a video control failed. Update the hue/saturation/brightness/contrast values in the callback before issue the video control. (I haven't been able to test yet due to lack of hardware)
-
Antoine Cellerier authored
Factorise the Video Control code. List all available controls in debug messages. Add a callback to update those we already support on the flag (doesn't work properly yet, it might need a restart or something and people on #v4l aren't really helpfull).
-
Antoine Cellerier authored
Don't compile any of the alsa audio input code if HAVE_ALSA isn't defined. This mainly removes the --v4l2-alsa option if alsa devlopement headers aren't available.
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-