- 13 Apr, 2012 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 12 Apr, 2012 11 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This should fix Yamaha ADPCM in MKV
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Not sure if this is a driver bug or a limitation.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This simplifies the code, and allows resizing non-standard blocks.
-
Jean-Baptiste Kempf authored
Close #6619
-
Rafaël Carré authored
Don't use sys->csa, prefer to use the local variable
-
- 11 Apr, 2012 15 commits
-
-
Felix Paul Kühne authored
macosx: prevent intermittent crashes on quit by releasing the main window later, since libvlc can try to access it as long as it is alive
-
Rémi Denis-Courmont authored
(regression from 855f0b7d)
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Also fix huge memory leak in v4l2 access (buffers never released).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #6598
-
Jean-Baptiste Kempf authored
However, we still cannot select the full scale. Close #6603 and #6602
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In case of pure access: - use correct access_sys_t type, - remove unused parameters.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Especially fix memory leaks on error.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 10 Apr, 2012 12 commits
-
-
Jean-Baptiste Kempf authored
Those that use METADATA_PICTURE_BLOCK
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The streaming parameters depend on the format, so the format must be set explicitly, then the streaming parameters queried every time. This essentially reverts 1bb938e4.
-
Rémi Denis-Courmont authored
This brings --v4l2-width and --v4l2-height back into use. A value range is now added as well.
-
Rémi Denis-Courmont authored
Cropping depends on the image resolution, which is selected while setting the format.
-
Erwan Tulou authored
This bug was unnoticed because this constructor is only called in a situation where really copying from origin or leaving it to the compiler to set it via the default constructor leads to the same result (an empty list). Yet, this was a bug. It may solve trac #6599 though, (a Linux port where there is a real initialization issue)
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Ref #2882
-