]> git.sesse.net Git - vlc/history - modules/demux
Workaround for Qt bug #176201 (affect only Qt 4.5.0)
[vlc] / modules / demux /
2009-03-30 Srikanth RajuFixes wav demux for PCM wavs
2009-03-29 Sébastien EscudierAvoid useless operations
2009-03-29 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-03-29 Jean-Baptiste Kempf.Ram: forgotten include found by Christophe Courtaut
2009-03-29 Jean-Baptiste KempfSome broken .Ram playlist have .rm extensions. The...
2009-03-29 Jean-Baptiste KempfRemove .Ram handling from m3u demuxer. This was broken...
2009-03-29 Srikanth RajuSplit RAM playlist support from m3u to its own demuxer...
2009-03-29 Sébastien Escudiertypos
2009-03-29 Sébastien EscudierFix var type
2009-03-29 Laurent AimarDo not activate mkv-preload-local-dir by default.
2009-03-28 Laurent AimarMatroska seems to stupidly store dts instead of pts...
2009-03-28 Laurent AimarReview a bit wav demuxer against broken files.
2009-03-28 Srikanth RajuWav GSM Demuxer Support Fixes Wav demux to work with...
2009-03-22 Rémi Duraffortmkv: fix warning (size_t is unsigned).
2009-03-22 Laurent AimarProtect against broken V_QUICKTIME in mkv.
2009-03-15 Rémi Denis-CourmontMemory leak
2009-03-12 Laurent AimarReworked and improved TS ES with stream_type equals...
2009-03-12 Laurent AimarCosmetics (ts).
2009-03-12 Rémi Denis-Courmontavformat: lock avcodec
2009-03-10 Rémi Denis-CourmontFix progress dialog scale
2009-03-09 Rémi Denis-Courmontdialog_ProgressSet: add an optional string parameter
2009-03-08 Rémi Denis-CourmontUse dialog_Progress
2009-03-08 Laurent AimarUpdate scrambled es state on change (TS).
2009-03-08 Rémi Denis-CourmontUse dialog_Question
2009-03-07 Rémi Denis-CourmontUse dialog_Login
2009-03-07 Laurent AimarFixed CDG seeking while used as a slave input.
2009-03-07 Jean-Philippe AndreM-JPEG: fix MJPEG demux to be able to read VLC MPJPEG...
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-03-03 Laurent AimarNo functionnal changes (ts).
2009-03-03 Laurent AimarSplit PMTCallback to make it (a bit) more readable.
2009-03-03 Laurent AimarReident switch (ts).
2009-03-03 Laurent AimarCosmetics (ts).
2009-03-03 Laurent AimarCosmetics (ts).
2009-03-03 Laurent AimarFixed non DVB ts file support.
2009-03-01 Jean-Baptiste KempfLaunch meta_reader after avformat demuxer.
2009-02-20 Rémi Duraffortsimplifications.
2009-02-17 Laurent AimarImproved ac3/eac3 support in mp4 (fix #2524).
2009-02-16 Laurent AimarSuppport AAC LATM inside PS (with a PSM).
2009-02-13 Laurent AimarAdded teletext fields in es_forma_t.
2009-02-11 Laurent AimarDo not create empty title (avformat).
2009-02-09 Laurent AimarFixed (common) broken dts in wav (close #2494)
2009-02-08 Vincent Penquerc'hRetrieve meta from Kate streams, which has Vorbis comme...
2009-02-05 Laurent AimarCosmetics.
2009-02-05 Laurent AimarRevert "fix overriden variables."
2009-02-05 Laurent AimarFixed long term pts rounding error in mod.
2009-02-05 Laurent AimarImproved a bit mod detection checks.
2009-02-05 Laurent AimarAdded mod title support.
2009-02-05 Laurent AimarAdded a few sanity checks to mod.
2009-02-05 Laurent AimarCosmetics (mod).
2009-02-03 Rémi Duraffortfix overriden variables.
2009-02-02 Jean-Paul Samanlive555: unbreak windows RTSP servers (introduced in...
2009-02-02 ogg.k.ogg.kTranslate Kate category tags to display a more user...
2009-02-01 Laurent AimarChanged vlc_meta_SetTracknum to *Num for consistency.
2009-01-31 Rémi Denis-CourmontProgress interaction: remove useless parameter
2009-01-31 Rémi Denis-CourmontInteraction: remove (buggy and useless) dialog IDs
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Rémi Duraffortdemux_ts: use var_CreateGet instead of var_Create+var_Get.
2009-01-26 Steven KramerUse Live555 'double authorization' for RTSP-over-HTTP
2009-01-26 Jean-Baptiste KempfMkv: kill warnings.
2009-01-26 Jean-Baptiste KempfMKV: kill warnings.
2009-01-23 Dominique Leuenbergerlive555: fix compiler warnings re: unused variables.
2009-01-21 Jean-Baptiste KempfAdd missing shortnames.
2009-01-21 Jean-Baptiste KempfAvformat module is a demuxer not a decoder
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Ilkka Ollakkachannels.conf demux: parse symbol-rate from playlist
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-14 Laurent AimarPartially revert 497a6b5b as it creates infinite loops...
2009-01-07 Laurent AimarAdded apple subtitle support to mov demuxer (close...
2009-01-07 Laurent AimarAvoid sprintf.
2009-01-05 Rémi Duraffortasx parsing: don't FREENULL everything.
2009-01-02 Rémi Duraffortsome cleaning.
2008-12-30 Rémi DuraffortMissing include assert.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-29 Rémi Denis-CourmontStealthier missing <assert.h>
2008-12-24 Mathieu SonetFix a regression introduced by the previous commit
2008-12-20 Ilkka OllakkaDon't require location under track element in xspf...
2008-12-17 Ilkka OllakkaDon't wait location-node for creating input, and allow...
2008-12-17 Rémi DuraffortDon't write two times when only one is needed.
2008-12-16 Rémi Denis-CourmontAVI: fix track names character set (fixes #2334)
2008-12-16 Christophe MutricyDistribute vorbis.h
2008-12-15 Laurent AimarAdded S_TEXT/ASCII codec to matroska.
2008-12-15 Laurent AimarAdded support for real video and 14_4 audio codec in...
2008-12-14 Laurent AimarProtect against division by 0 on corrupted file (real).
2008-12-14 Laurent AimarFixed real frame allocation error path.
2008-12-14 Laurent AimarDo not print real index debug by default.
2008-12-14 Laurent AimarFixed a few real demuxer issues.
2008-12-14 Laurent AimarFixed real PCR.
2008-12-14 Laurent AimarCosmetics real demux reorganization.
2008-12-14 Laurent AimarIncrease its priority.
2008-12-14 Laurent AimarBig clean up/rewrite of the real demuxer.
2008-12-12 Jean-Baptiste Kempf[MKV] Detect Dirac in MKV.
2008-12-11 Laurent AimarFixed some avi with jpeg video.
2008-12-11 Laurent AimarFixed raw video maks in avi.
2008-12-10 Rémi Denis-CourmontTurn the decompression plugin into a stream filter
next