- 14 Aug, 2008 22 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
macosx: our crashreport-mail needs to be UTF8 if we want to use NSUTF8StringEncoding for string conversation ;)
-
Felix Paul Kühne authored
plus some minor layout changes to make sure that all localised string fit in our UI
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
Spotted by thedj with the help of our bugreport ml.
-
Fabio Ritrovato authored
Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Fix #ifdef XP_UNIX && !defined( __APPLE__), it should be #if defined(XP_UNIX) && !defined( __APPLE__)
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Derk-Jan Hartman authored
Some of my TS files were no longer playing. Verified with the spec, and "Private stream 1" is not in play in this case for the PES packet parsing. (see table 2-17 of ISO 13818-1) This reverts commit 0c791020.
-
- 13 Aug, 2008 18 commits
-
-
Jean-Philippe Andre authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Philippe Andre authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
(Another bug fixed due to the great new apple-bugreport mailinglist)
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
It seems I had never committed this and then checked out a master version of it or something when working on libass tree.
-
Rémi Duraffort authored
* Check asprintf return value * Use asprintf instead of malloc/sprintf (less dangerous)
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
This fixes issues with files which had their Cues referenced from this 2nd Seekhead at the end of the file. These files were previously treated as "broken". A maximum of 10 seek heads is allowed in our module, to prevent recursion. The module is much more flexible now, but not that some Master elements that are allowed to be present multiple times are still handled only once (KaxInfo, KaxTracks, KaxTags). With these change, most mkv files produced with mkvmerge will produce a significant amount of debug. This is because these files have a load of Junk tags in their eof Seekhead that our parser is warning about. After consulting with robux, it was determined that this was a bug in mkvmerge and a ticket has been filed ( https://www.bunkus.org/bugzilla/show_bug.cgi?id=290 ). This fixes #1236
-
Derk-Jan Hartman authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-