]> git.sesse.net Git - vlc/history - modules/demux
Added missing const qualifier to vod_MediaControl.
[vlc] / modules / demux /
2007-02-25 Laurent AimarBunch of warning fixes.
2007-02-25 Laurent AimarAdded VC-1 raw es demuxer.
2007-02-25 Laurent AimarAdded VC-1 detection (SMPTE RP 227 + ISO 13818-1 Amendm...
2007-02-25 Laurent AimarFixed warning (missing VLC_OBJECT()).
2007-02-25 Laurent AimarFixed --ts-extra-pmt (close #516)
2007-02-23 Antoine CellerierAdd dummy .IFO playlist demux to enable opening a DVD...
2007-02-22 Antoine CellerierRemove broken VC1 detection code in ps muxer.
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2007-02-22 Jean-Paul SamanRemove of excess whitespace
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2007-02-21 Laurent AimarAvoid a malloc(0) (We don't call free on it, valgrind...
2007-02-20 Jean-Paul SamanCompile fixes
2007-02-20 Jean-Paul SamanFix typo
2007-02-20 Jean-Paul SamanTreat all live555 versions before LIVEMEDIA_LIBRARY_VER...
2007-02-20 Jean-Paul SamanRewrite of live555 demux (TODO: RTPInfo support)
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-17 Antoine CellerierUpdate copyright date.
2007-02-17 Antoine Celleriermpl2 subtitles support by Roman Bednarek. Thanks.
2007-02-13 Jean-Paul SamanCorrect module type
2007-02-09 Christophe Massiot * modules/demux/ts.c: Fixed erroneous warning messages...
2007-01-27 Rémi Denis-CourmontAdd some missing consts
2007-01-27 Antoine Cellerier * add stream assignements for DTS(-HD) / (E-)AC3 ...
2007-01-27 Rémi Denis-CourmontMinor code factor
2007-01-27 Rémi Denis-CourmontFix typo
2007-01-23 Christophe Massiot * modules/demux/ts.c: Fixed stream output mode detection.
2007-01-20 Christophe Mutricyts.c: Current libdvbpsi is buggy so wait for 0.1.6...
2007-01-19 Christophe Massiot * modules/demux/ts.c: Parse the telx descriptor and...
2007-01-14 Jean-Paul SamanRemove useless test i_chunk is uint32_t and cannot...
2007-01-14 Jean-Paul SamanRevert part of rev 18553 where p_track->i_chunk test...
2007-01-14 Rémi Denis-CourmontFix out-of-bound read uncovered by sam
2007-01-14 Rémi Denis-Courmontmemory leak
2007-01-14 Rémi Denis-CourmontFix memory leak
2007-01-14 Rémi Denis-CourmontFix a bunch of potential segmentation faults:
2007-01-13 Damien Fouilleullive555: hmmm, that BITMAPINFOHEADER is only useful...
2007-01-13 Damien Fouilleuldemux/live555.cpp: added support for avc1 in X-QT over...
2007-01-12 Sigmund Augdal Helberglibasf.c: Don't store pointer to bad data. Fixes #992
2007-01-12 Jean-Paul SamanMake parenthesis explicite
2007-01-11 Rémi Denis-CourmontFix denial of service (NULL dereference) in ASX parser
2007-01-11 Rémi Denis-CourmontCosmetic fix
2007-01-07 Sigmund Augdal Helbergapply mini_patch.diff from #964. Fixes #964
2006-12-30 Sigmund Augdal Helberglive555.cpp: Add support for quicktime specific audio
2006-12-30 Sigmund Augdal Helbergb4s.c: Create meta before using them
2006-12-30 Sigmund Augdal Helbergmkv.cpp: Added support for theora in mkv. Fixes #925
2006-12-24 Clément StenacMore cleanup
2006-12-19 Rémi Denis-CourmontFix implicit declaration problem
2006-12-17 Dennis van Amerongen* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv...
2006-12-15 Clément Stenac2nd argument of playlist_Viewplay is not a boolean
2006-12-11 Derk-Jan Hartman* grah one more compile issue
2006-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-12-11 Derk-Jan Hartman* forwardport [18346]: LocaleFree() a utf8_readdir...
2006-12-03 Rémi Denis-CourmontM3U: fallback to local code page if UTF-8 fails (close...
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-30 Derk-Jan Hartman* fix commit [18178]
2006-11-30 Derk-Jan Hartmanforwardport [18177]
2006-11-28 Derk-Jan Hartman* playlist/* When telling the playlist to play the...
2006-11-27 Derk-Jan Hartman* mp4: fix memleak in mov ref. files handling
2006-11-26 Clément Stenac« En essayant continuellement on finit par réussir...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Rémi Denis-CourmontFix a few warnings and remove extra white spaces
2006-11-25 Rémi Denis-Courmontmkv: use (open|read)dir wrappers
2006-11-25 Rémi Denis-CourmontFix precompiler warning
2006-11-23 Derk-Jan Hartman* Fix playlist play of mp4 ref files.
2006-11-19 Derk-Jan Hartman* Don't Warn on VP62 video in NSV. It's supported now...
2006-11-19 Derk-Jan Hartman* subtitle.c: const warning fixes
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-16 Derk-Jan Hartman* forwardport [17824] WAVPACK and TTA in matroska
2006-11-13 Derk-Jan Hartman* ps.c: Base SET_TIME on the current byteposition....
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément StenacFix playlist unable to terminate (Closes:#829)
2006-11-12 Rémi Denis-CourmontUse Latin-1 rather than local charset for ASX files
2006-11-12 Rémi Denis-CourmontSuppress unused variable
2006-11-12 Rémi Denis-CourmontFix a few warnings
2006-11-12 Rémi Denis-CourmontFix warnings
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Rémi Denis-CourmontDRMS: use Unicode Win32 API
2006-11-08 Christophe MutricyUse add_bool where it is adapted
2006-11-08 Christophe Massiot * modules/demux/ts.c: Fixed --ts-out used in conjuncti...
2006-11-02 Derk-Jan Hartman* forwardport the mjpeg fix and the dvbsub color fixes
2006-11-01 Derk-Jan Hartman* Fix a bug discovered by Chris Rath on seekable files...
2006-11-01 Derk-Jan Hartman* Handle <ref></ref> ASX items
2006-10-30 Rafaël CarréRename flacdec codec plugin to flac, to show it can...
2006-10-25 Christophe MutricyCompile fix + handle case with no xml:base
2006-10-24 Christophe Mutricyhonor xml:base
2006-10-21 Rémi Denis-CourmontRevert flawed [17208]. Really fix the sign comparison.
2006-10-21 Jean-Paul SamanRemove unused variable p_meta
2006-10-21 Jean-Paul SamanFix invalid comparison, result was always false.
2006-10-18 Derk-Jan HartmanTTA: Forgot to update Modules.am for the TTA demux
2006-10-17 Derk-Jan HartmanEnable ffmpegs TTA decoder, and add a TTA demux to...
2006-10-15 Derk-Jan Hartman*demux/asf Support for dvr-ms ASF. This is a a prioriet...
2006-10-15 Derk-Jan Hartman* Support for AVI DV Type I
2006-10-13 Derk-Jan HartmanDon't add MPEG-TS program data for programs that don...
2006-10-10 Pavlov Konstantinyeah, writing 4 0 times is fun, but..
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-09 Gildas Bazin* modules/demux/mpeg/mpga.c: oups, no need to free...
2006-10-08 Gildas Bazin* modules/demux/asf/libasf.c: fixed memory leak.
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-08 Gildas Bazin* modules/demux/real.c, modules/codec/ffmpeg/demux...
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
next