279 Commits (ed4a4b30b9edba0b7b2ebedb2bbab8df0bdfc0a6)

Author SHA1 Message Date
Jean-Baptiste Kempf d7d9110102 Matroska demuxer: support for real atrac and real 28_8 17 years ago
Jean-Baptiste Kempf 4eb5c516be Matroska: cleanup so that relevant methods are in their correct files 17 years ago
Jean-Baptiste Kempf 1056e181a7 Matroska: support for Cook 17 years ago
Laurent Aimar 059a578536 Fixed segfault with incomplete mkv files. 17 years ago
Laurent Aimar b5ad5b6152 Modified the way xiph codecs headers are transported in VLC. 17 years ago
Jean-Baptiste Kempf 2e1f2e3d78 MKV: support of PGS (BD subs) in .mkv 17 years ago
Rémi Denis-Courmont 25232e200b Do not assert memory allocations 17 years ago
JP Dinger 2227a86431 Obligatory win32 compile fixes. 17 years ago
JP Dinger 15643af12d Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc(). 17 years ago
Christophe Mutricy 6fd538c39e Typos 17 years ago
Laurent Aimar 9139b34290 Forged a TTA1 header in matroska if not present. 17 years ago
John Stebbins a1fbc87008 vobsub idx parsing in matroska tracks 18 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 18 years ago
Jean-Baptiste Kempf f7a5c96acd MKV: fix support of MLP tracks in MKV. 18 years ago
Derk-Jan Hartman 30f35beeb1 mkv: remove unmatche #endif introduced [b870bc9ddf] 18 years ago
Rémi Denis-Courmont b870bc9ddf Use stack array rather than alloca 18 years ago
Laurent Aimar 7cdc4e6d53 Matroska seems to stupidly store dts instead of pts for real video codec. 18 years ago
Laurent Aimar 615d602dc8 Protect against broken V_QUICKTIME in mkv. 18 years ago
Jean-Philippe Andre 7fbf82b3d0 Fix compilation 18 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 18 years ago
Jean-Baptiste Kempf 411303f8ae Mkv: kill warnings. 18 years ago
Jean-Baptiste Kempf 318b67aaa3 MKV: kill warnings. 18 years ago
Laurent Aimar 428d84df36 Added S_TEXT/ASCII codec to matroska. 18 years ago
Laurent Aimar b8a87e3574 Added support for real video and 14_4 audio codec in mkv. 18 years ago
Jean-Baptiste Kempf 9ed799b990 [MKV] Detect Dirac in MKV. 18 years ago
Laurent Aimar a03e58ee53 Fixed ES_OUT_SET_DEFAULT name (added ES_). 18 years ago
Laurent Aimar 426932330d Change ES_OUT_SET_NEXT_DISPLAY_TIME parameters. 18 years ago
Jean-Baptiste Kempf 7615bbd6b1 MKV: Split classes in many files. 18 years ago
Jean-Baptiste Kempf 67f3022a9a MKV: Copy mkv.cpp to many different files. 18 years ago
Jean-Baptiste Kempf 8e13a2327e Move MKV demuxer to its own subfolder. 18 years ago
Derk-Jan Hartman 157fcfc756 mkv: lower priority of mkv module to 0 18 years ago
Jean-Baptiste Kempf bf49ec236d E-AC3 support in mkv files. 18 years ago
Laurent Aimar 5c139f1f17 Implemented matroska DEMUX_GET_FPS (close #2014) 18 years ago
Rémi Denis-Courmont be400691f5 Plugins: push cancellation down 18 years ago
Jean-Baptiste Kempf 5ca01aec25 Revert "Fix memleak in mkv." 18 years ago
Sigmund Augdal 2051d32886 Fix double free on mkv files with V_QUICKTIME track 18 years ago
Laurent Aimar d4dec3d854 Upgrade mandatory version for matroska to 0.8.0 and ebml to 0.7.7. 18 years ago
Laurent Aimar a5eae75432 Fix mkv track checking in blockget (TrackNum() != our track index). 18 years ago
Laurent Aimar ce718de21f Ignore invalid blocks (on broken files). 18 years ago
Derk-Jan Hartman 775164eece mkv: inital Cluster check. 18 years ago
Derk-Jan Hartman 4d60c14f60 mkv: Implement a dumb parser for files with broken or missing Seek Cue tables. 18 years ago
Derk-Jan Hartman fc3a1cf242 mkv: only use percentage of duration seeking when we have an seeking cues. 18 years ago
Derk-Jan Hartman 1ba0801827 mkv: bool spacing cleanup 18 years ago
Derk-Jan Hartman feb988a356 mkv: Find and load a 2nd Seek head and use the information contained in it. 18 years ago
Derk-Jan Hartman 025ab1ceb5 mkv: inverted test case. This should remove a warning we would see on each MKV file 18 years ago
Rémi Duraffort 9b868a2f52 Fix memleak in mkv. 18 years ago
Derk-Jan Hartman 7758e05fd7 mkv: retrieve 2nd seekhead pos, when parsing first seekhead, and add a debug if an Unknown element was seen there. 18 years ago
Pierre d'Herbemont 9f15187610 Fix prototypes of threaded functions. 18 years ago
Laurent Aimar 2c05ac48ec Do not try to precisely seek (unsing ES_OUT_SET_NEXT_DISPLAY_TIME) if it 18 years ago
Justus Piater 5f8cd3991a Declared many static variables const 18 years ago