- 12 Aug, 2008 7 commits
-
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
Change the toolbar layout to make it smaller and have the advanced buttons on the same line as the other ones. If you think it was better before, please scream NOW. I am just bored of being insulted for the work I do/not do. All the decisions may not be optimal, and I am always open to discussion. Insults by mail is NOT OK.
-
Derk-Jan Hartman authored
required_argument is not implemented (behaves like optional_argument), and actually crashes in some instances. This fixes a crash as detailed in #1681. The problem is filed with Apple as Radar ticket 6113829
-
Derk-Jan Hartman authored
mkv: retrieve 2nd seekhead pos, when parsing first seekhead, and add a debug if an Unknown element was seen there.
-
Mirsal Ennaime authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 11 Aug, 2008 30 commits
-
-
Pierre d'Herbemont authored
(Should fix an other bunch of crash report in apple-bugreport).
-
Pierre d'Herbemont authored
(Should fix a number of crash^W assert report that we had in apple-bugreport ml).
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Olivier Teulière authored
Exiting still hangs if there is a video output.
-
Jean-Baptiste Kempf authored
Qt.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
profiles. Should fix ticket #1583 (atleast fixed to me, please review).
-
Jean-Baptiste Kempf authored
-
Vincent Penquerc'h authored
bump libkate requirement to 0.1.7, which now uses autotools, and makefile rules for contrib build (tested on linux only) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #1846
-
Fabio Ritrovato authored
Skins2: use the right id when creating the tree Resolve some bugs related to the playlist in Skins2, like adding items in the wrong place, and services discovery not showing. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Fabio Ritrovato authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
According to ISO 13818-1 page 34, ECM and EMM stream_id values are respectively 0xF0 and 0xF1 and not 0xB0/0xB1. Fix ECM/EMM values Patch by Aurelien Nephtali. Close #1845 I also think that we should add "Private Stream 1"for 0xBD; but I am not sure.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Nicolas Chauvet authored
This patch seems needed for opencv compilation for vlc-0.9.0
-
Derk-Jan Hartman authored
-
- 10 Aug, 2008 3 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
David Flynn authored
Previously, calling date_Increment(d,1) with divider_den > 1 would cause: - Uncorrectable rounding error due to ordering of / followed by * - If i_divider_num / i_divider_den is not integral, a remainder is accumulated, but not divided by i_divider_num when added to date. => Both cases are evident with num=30000, den=1001. This fixes both issues. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
-