- 06 Jan, 2008 26 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
Only rewrite the URI if it's a permanent redirection. Thanks to Sebastian Wiedenroth for the patch + some modification by me. Fix #1408
-
Antoine Cellerier authored
Add YUV420 (I420) and RGB44 (RV32?) chromas to the list, change YVU420 mapping to YV12, change some of the chroma probing code and add information in some of the debug messages.
-
Pierre d'Herbemont authored
* Code simplification. Green flashes removal. Call display instead of setNeedsDisplay: to make sure we have a frame per fram e accuracy. Use removeVoutLayer: to detach the drawer from its drawable. MacOSX/Framework: * Code factorization from VLCVideoView, VLCVideoLayer in VLCVideoCommon * Implement removeVoutLayer: as needed by the opengllayer.
-
Pierre d'Herbemont authored
-
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 14 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
-