]> git.sesse.net Git - vlc/history - modules/demux
dash: RateBasedAdaptationLogic: cosmetics.
[vlc] / modules / demux /
2011-11-25 F. Yhueldemux/mp4: bug fix in trun atom parsing
2011-11-23 Jean-Baptiste KempfMKV: update copyright
2011-11-23 Denis CharmetPrevents a crash if KaxInfo cannot be found in KaxSegment
2011-11-23 Cheng SunFix crash in invalid mkv files
2011-11-19 Jean-Baptiste KempfMKV: increase debug on attachment management to fix...
2011-11-19 Jean-Baptiste KempfMKV: remove unused variable
2011-11-19 Jean-Baptiste KempfMKV: parse more metadata
2011-11-18 Jean-Baptiste KempfMKV: improve options wording
2011-11-17 Jean-Baptiste KempfMKV: avoid a crash in msg_Dbg
2011-11-16 Can WuTS demux: handle es stream type 0x42, which is CAVS
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-11-13 Rafaël Carréavformat demux: fix h264 packetizing
2011-11-03 Laurent AimarImproved TS file detection.
2011-11-01 Denis CharmetFix a bug preventing files without segment duration
2011-10-30 Jean-Baptiste KempfASF: help stupid compiler
2011-10-30 Jean-Baptiste Kempfmp4: kill warning about sign
2011-10-30 Jean-Baptiste KempfASF: use proper ifdef for DEBUG
2011-10-26 Laurent AimarAdded 'pasp' atom support to mp4/mov demuxer.
2011-10-26 Laurent AimarFixed support of mov/mp4 with fixed video samples size.
2011-10-25 Laurent AimarDeprecated native real demuxer in favor to avformat.
2011-10-25 Tobias GüntnerIgnore invalid timestamps (PS demuxer)
2011-10-24 Laurent AimarDo not require a recognized .extension for module track...
2011-10-24 Laurent AimarFix detection of the idx1 index offset for some AVI...
2011-10-20 Denis CharmetMatroska: Fix Seek with Cues
2011-10-18 Hugo Beauzée-Luyssenmatroska: Using forward declaration for EbmlParser
2011-10-18 Hugo Beauzée-Luyssenmkv: typedef struct is useless in C++
2011-10-18 Hugo Beauzée-Luyssenmkv: class with all attributes public -> struct
2011-10-18 Hugo Beauzée-Luyssenmkv: removing virtual destructors for classes that...
2011-10-18 Hugo Beauzée-Luyssenmkv: constification
2011-10-18 Hugo Beauzée-Luyssenmkv: Cleaning simplifications
2011-10-18 Hugo Beauzée-Luyssenebml: Removing useless cast.
2011-10-18 Hugo Beauzée-Luyssenebml: Use init list when possible.
2011-10-18 Hugo Beauzée-Luyssenebml: mb_dummy is a bool
2011-10-18 Hugo Beauzée-Luyssenebml: Constify getters.
2011-10-18 Hugo Beauzée-Luyssenebml: Removing useless virtual attribute.
2011-10-10 Laurent AimarEnable seek base on PCR in the TS demuxer only when...
2011-10-08 Laurent AimarSimplify/fix checks enabling the use of pcr for seeking...
2011-10-08 Naohiro KORIYAMATS demux: Enhance TS demuxer to support duration and...
2011-10-07 Laurent AimarAdded support for AVI with out of spec idx1 index.
2011-10-07 Laurent AimarFixed ogg meta data parsing.
2011-10-04 Rémi Denis-CourmontMP4: use strcpsn() and check one malloc()
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-10-02 Tobias GüntnerRemove unused struct member
2011-09-27 Dominique LeuenbergerMKV: Fix build with libmatroska 1.3.0
2011-09-22 Jean-Baptiste KempfMKV: de-advanced some options
2011-09-21 Denis CharmetHandle mkv file with random data appended
2011-09-21 Denis CharmetMKV: Virtual segment rewrite
2011-09-20 Laurent AimarImproved time managment and seeking in our avformat...
2011-09-19 Laurent AimarFixed a double free when av_open_input_stream() fails.
2011-09-19 Laurent AimarRemoved unused variable (avformat)
2011-09-13 Rafaël Carrémpeg/es demuxer : get last block out of the packetizer
2011-09-12 Jean-Baptiste KempfMP4: fix a typo
2011-09-05 Laurent AimarPrint codec_id on unsupported track in avformat demuxer.
2011-09-03 Rémi Duraffortmp4: fix printf formating
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-29 Jean-Baptiste KempfFFmpeg => AVformat
2011-08-28 Jean-Baptiste KempfMP4: support udta.name for track description
2011-08-28 Jean-Baptiste KempfMP4: shut a warning
2011-08-28 Jean-Baptiste KempfMP4: Use defines instead of VLC_FOURCC
2011-08-28 Jean-Baptiste KempfMP4: FOURCC_* => ATOM_*
2011-08-28 Jean-Baptiste KempfMP4: code factorization and cleaning
2011-08-28 Jean-Baptiste KempfDefine GUID only once, in vlc_codecs.h
2011-08-28 Jean-Baptiste KempfXSPF: kill a warning
2011-08-28 Jean-Baptiste KempfZPL: use URL and Publisher
2011-08-28 Jean-Baptiste Kempflive555: remove unused variable
2011-08-28 Jean-Baptiste KempfGuid: rename fields to better match Microsoft usage
2011-08-28 Jean-Baptiste KempfASF Muxer: use the GUID definitions from the asf demuxer
2011-08-28 Jean-Baptiste KempfASF: split GUID in a separate header file
2011-08-28 Jean-Baptiste KempfASF: cleaning
2011-08-28 Jean-Baptiste KempfASF: more GUID
2011-08-28 Jean-Baptiste KempfASF: rename a GUID according to spec
2011-08-28 Jean-Baptiste KempfASF: copyright update
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-08-25 Jean-Baptiste Kempfmp4: correct support for name atom
2011-08-24 Jean-Baptiste Kempfmp4: support iods atom
2011-08-24 Jean-Baptiste Kempfmp4: improve debug and clean
2011-08-24 Jean-Baptiste Kempfmp4: reduce space in debug-tree
2011-08-24 Jean-Baptiste Kempfmp4: Macro => static inline
2011-08-24 Jean-Baptiste Kempfmp4: code alignment
2011-08-24 Jean-Baptiste Kempfmp4: ifdef debug under MP4_VERBOSE
2011-08-24 Jean-Baptiste Kempfmp4: remove duplicated declaration
2011-08-24 Jean-Baptiste Kempfmp4: don't use the VERBOSE mode by default
2011-08-23 Jean-Baptiste KempfTS: fix linking on win32
2011-08-23 Jean-Baptiste KempfTS demux: remove unneeded header and add comment
2011-08-22 Tobias GüntnerMerge if conditions
2011-08-18 Jean-Baptiste KempfAvformat demux: don't add empty tracks in AVMEDIA_TYPE_...
2011-08-18 Denis CharmetFix many ES_OUT_RESET_PCR problems
2011-08-18 Denis CharmetFix block dropping at chapter change for non ordered...
2011-08-17 Rémi Denis-CourmontIntroduce VLC_NORETURN function attribute and use it
2011-08-17 Rémi Denis-CourmontMKV: compilation with EGCS is not supported anymore
2011-08-13 Jean-Baptiste KempfPS: fix an error introduced in f10b7234e27
2011-08-12 Jean-Baptiste KempfVobsub: cosmetics and warnings fixes
2011-08-07 Rafaël Carréxspf demux: merge header in C file
2011-08-07 Rafaël Carréxspf demux: fix memleak
2011-08-07 Rémi Denis-Courmontsmf: no need to set audio channels
2011-08-07 Rémi Denis-Courmontvoc: remove useless #include
2011-08-06 Rémi Denis-CourmontAVI: fix potential crash on seek (Closes: LP#803006)
2011-07-31 Kaarlo RaihaChange synthetizer to synthesizer
2011-07-31 Kaarlo RaihaChange unstandard to nonstandard
next