]> git.sesse.net Git - vlc/history - modules/demux
Fixed a regression with avcodec due to 83f58a5076e659f63f47575c0c350b58367eaff0
[vlc] / modules / demux /
2009-05-05 Jean-Paul Samanlive555: Mark --rtsp-{http,mcast} as safe.
2009-05-05 Jean-Paul Samanlive555: Mark --rtsp-tcp as safe.
2009-05-05 Jean-Paul Samanlive555: Fix #2676 show proper time when pausing iso...
2009-05-03 Laurent AimarFixed PCR origin in ogg.
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-30 Laurent AimarAllows selecting CC as soon as possible.
2009-04-30 Laurent AimarFixed seek reset to avoid sending invalid PCR value...
2009-04-30 Laurent AimarFixed VC1 probe function.
2009-04-28 Laurent AimarFixed asprint checks in mod demuxer.
2009-04-28 Laurent AimarFixed coding style in mod demuxer.
2009-04-27 Jean-Baptiste KempfMod: reindent.
2009-04-27 Konstanty BialkowskiExtra meta data from mod files
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-26 KonstantyAdds a few more types of MOD files
2009-04-22 Laurent AimarFixed cmov error handling avoid a later NULL pointer...
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-20 Laurent AimarEnabled again timeout for win32 in live555.
2009-04-20 Jean-Baptiste KempfNSV: use VP30 instead of VP31.
2009-04-20 Jean-Baptiste KempfSupport for VP50 and Speex in NSV.
2009-04-20 Rémi Denis-CourmontMKV wants to include libintl.h
2009-04-18 Rémi Denis-CourmontTranslate meta data category properly
2009-04-18 Rémi Denis-CourmontDon't call gettext for stuff that's not translated
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-04-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-15 Laurent AimarDisable timeout usage under WIN32 with live555.
2009-04-15 Laurent AimarFixed TCP rollover.
2009-04-14 Jean-Baptiste KempfMKV: fix support of MLP tracks in MKV.
2009-04-14 Derk-Jan Hartmanavi: detect DivX XSUB subtitles.
2009-04-14 Rémi Denis-CourmontAvoid POSIX-deprecated asctime_r()
2009-04-13 Laurent AimarImproved a52 in wav detection robustness.
2009-04-13 Laurent AimarAdded support for buggy SubRip files that use dot inste...
2009-04-12 Laurent AimarAlways use swab.
2009-04-10 Derk-Jan Hartmanmkv: remove unmatche #endif introduced [b870bc9ddf45f01...
2009-04-10 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-10 Rémi Denis-CourmontMove remaining replacement to static import library
2009-04-10 Rémi Denis-CourmontUse stack array rather than alloca
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2009-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2009-04-09 Laurent AimarImproved wav multichannel support.
2009-04-08 Laurent AimarFixed integer overflow in avi index creation.
2009-04-08 Felix Paul Kühneavi: set title instead of message. This looks better...
2009-04-05 Rémi Denis-Courmontps: fix division by zero when seeking (fixes #2633)
2009-04-04 Rémi Duraffortram demux: fix potential crash and use EMPTY_STR.
2009-04-02 Laurent AimarProtect against unsupported/invalid wav speaker mask.
2009-04-01 Laurent AimarFixed wav audio channel order.
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
next