- 06 Jan, 2008 17 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Richard Hosking authored
-
Richard Hosking authored
-
Antoine Cellerier authored
Magnify: validate input chroma, fix for non "YUV 4:2:0" planar chromas, use a better looking scaling algorithm.
-
Pierre d'Herbemont authored
ccess/ftp.c: Fix ftp pausing. Patch by Andrew Zaikin <andrew.zaikin at gmail.com>. Full comment below: I can see that if you are watching video over ftp and you are pausing playback for a couple of minutes, VLC is unable to resume playback, because corresponding FTP data connection is closed (getting "connection reset by peer" error). To solve this issue I would propose to seek to the current position when VLC is resuming playback. Seek operation in ftp re-open data connection - that is exactly what we need here.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - Open: management of advanced options in capture cards. Mainly finish the open dialog and close #851. Remains testing to do, refcount and deletion problems, and management of duplication between normal and advanced options. Remains everything to put in a QScrollArea.
-
Jean-Baptiste Kempf authored
Qt4 - Using already defined configuration type. This is needed for finer control and differentiation between int and bool for the time being.
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
- there's still plenty of compile warning - I may have been a bit heavy handed on the de-'static inlin'ing
-
Antoine Cellerier authored
Validate input chroma in transform filter, make it work with Packed YUV (tested with YUY2 only but should work with other variants). Other misc changes.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
- 05 Jan, 2008 23 commits
-
-
Antoine Cellerier authored
Enable --v4l2-audio-method even if ALSA isn't available (makes it possible to disable the audio input using --v4l2-audio-method 0). Change a few variable types. Print the fourcc when a v4l2 format isn't supported.
-
Felix Paul Kühne authored
-
Richard Hosking authored
v4l2: Fixed audio init & close. Added some comments to help the readability of the main device detection logic.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
If the v4l2 driver supports the extended controls API, use it to list controls (instead of the user control API).
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
Makefile.am: try it the simple way now, trusting the user not to open another dmg with the same name
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
live-starttime.patch is merged upstream and bumping up livemedia's version number is no longer needed.
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCEventManager.m: Don't send grouped events to the same target if there is an event in-between.
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
Qt4 - extended... attempt to fix extended panel size... The culprit is still the VideoFilter Widget.
-
Jean-Baptiste Kempf authored
-