]> git.sesse.net Git - vlc/history - modules/demux
Qt: Fix the bug where the volume was losing 1% at each start
[vlc] / modules / demux /
2009-08-14 Jean-Baptiste KempfCopyright updates
2009-08-12 Laurent AimarUpdated current EIT event only on Current/Following...
2009-08-07 Laurent AimarAdded a small heuristic to improve MLP detection in...
2009-08-07 Laurent AimarAdded support for AOB files (LPCM/MLP) to our PS demuxer.
2009-08-04 Jean-Paul Samanlibasf: remove stray '\'
2009-08-02 Rémi Denis-CourmontAVI: abort if user gave up while rebuilding the index...
2009-08-01 Anthony LoiseauTag some more options as safe
2009-07-31 Rémi Duraffortpodcast: implement image support (it might be a good...
2009-07-31 Rémi Duraffortpodcast: remove the sys struct because we don't really...
2009-07-31 Rémi Duraffortpodcast: fix object leak (and memleak) in case of error.
2009-07-31 Rémi Duraffortpodcast: no need to strdup the string here.
2009-07-31 Rémi Duraffortpodcast: fix typo and remove unused p_sys member.
2009-07-30 Rémi Duraffortpodcast: set the duration of an input item when available.
2009-07-30 Rémi Duraffortpodcast: no need to strdup (as we free the original...
2009-07-30 Rémi Duraffortpodcast: factorize.
2009-07-30 Rémi Duraffortplaylist_demux: remove unneeded peek.
2009-07-29 Rémi DuraffortFix mode.
2009-07-28 ogg.k.ogg.kreconstruct Theora granpos
2009-07-27 Laurent AimarWorkaround for 0 being invalid timestamp.
2009-07-24 Jean-Paul Samanlive555: do not trigger "no data received in 10s" case...
2009-07-24 Jean-Paul Samanlive555: handle WMServer as a special case
2009-07-24 JP DingerMerge branch 'master' of git@git.videolan.org:vlc
2009-07-24 JP DingerFix another realloc() that can easily be fixed. The...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-23 Jean-Baptiste KempfIncludes corrections
2009-07-23 Dominique Leuenbergerinverted parameters to memset. Setting the length to...
2009-07-22 Jean-Paul Samanlive555: fix seeking
2009-07-18 Laurent AimarReally improved a52 in wav detection robustness (see...
2009-07-18 Laurent AimarAdded support for mpga in wav (close #2957).
2009-07-18 Laurent AimarCosmetics (wav).
2009-07-18 Laurent AimarA bit more strict es demux probing in wav.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-16 Rémi Duraffortitml: the core knows how to handle file://localhost/
2009-07-15 Rémi Duraffortitml: fix memleak.
2009-07-15 Rémi Duraffortitml: indentation.
2009-07-15 Rémi DuraffortFix dead assignement.
2009-07-15 Rémi Duraffortitml: fix dead initilisations and set the pointers...
2009-07-15 Rémi Duraffortitml: cleaning and factorize.
2009-07-15 Rémi Duraffortitml: cosmetics.
2009-07-15 Rémi Duraffortitml: factorize and add missing #undef.
2009-07-15 Rémi Duraffortitml: no need to set to NULL after the free here.
2009-07-15 Rémi Duraffortitml: factorize.
2009-07-15 Rémi DuraffortMacro safety.
2009-07-15 Rémi DuraffortRemove dead assignement.
2009-07-11 Christophe MutricyTypos
2009-07-11 Laurent AimarImproved a bit more asf pcr.
2009-07-11 Laurent AimarRemoved a stupid line in asf fixing some audio problems...
2009-07-10 Anthony Loiseaudemux/ts: remove redundant test (cosmetic)
2009-07-09 Laurent AimarUpdated the length in rtsp on PLAY request only if...
2009-07-04 Fabian KeilLet HandleMeta return ret instead of 0, why else would...
2009-07-04 Fabian KeilIn HandleMessage(), don't let the 0xF0 case fallthrough...
2009-07-01 Laurent AimarImproved error message in case of unrecognized DVB...
2009-07-01 Laurent AimarAdded 2 missings DVB subtitle types (used by french...
2009-06-29 Rémi Denis-CourmontRAM: use decode_URI(), not FromLocale(). Untested.
2009-06-29 Rémi Denis-CourmontRemove dummy string copy
2009-06-28 Laurent AimarForged a TTA1 header in matroska if not present.
2009-06-28 Laurent AimarDo not skip non finite size element in matroska.
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-25 Derk-Jan Hartmanxspf: Don't nop item->psz_nam
2009-06-25 Jean-Baptiste KempfDon't ignore DTS in wav.
2009-06-25 Jean-Baptiste KempfDecode correctly some ac3 in wav files.
2009-06-25 Derk-Jan Hartmanxspf: Fix a crash on track elements without a location
2009-06-25 Jean-Baptiste KempfDecode G.726 in Wav
2009-06-23 Rémi Denis-CourmontXSPF: remove harmful base decoding
2009-06-23 Rafaël CarréAssume input_item_t->psz_uri contains an URI
2009-06-22 Rafaël CarréCloses #2875 : relative paths in xspf playlists
2009-06-22 JP DingerCosmetics in live555: Factor out duplicate code, avoid...
2009-06-22 Rémi DuraffortSplit the test for user/passwd and the test for the...
2009-06-22 Rémi DuraffortFix the previsous commit: if the user or the password...
2009-06-22 Rémi DuraffortThese header files are global and not local.
2009-06-22 Rémi DuraffortCleaning.
2009-06-22 Rémi DuraffortRemove duplicate code.
2009-06-22 Rémi DuraffortFIx a segfault: we need both user and password to be...
2009-06-21 Rémi DuraffortDead initialization.
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-06-18 Laurent AimarWorkaround buggy flv files (#2590).
2009-06-18 Laurent AimarDo not ask the user if we should build the avi index...
2009-06-17 Derk-Jan Hartmanavformat: better seperation between time and byte seek...
2009-06-16 David Flynndemux/dirac: don't send a chained set of blocks to...
2009-06-15 Rémi DuraffortUse add_password instead of add_string when applicable.
2009-06-13 Laurent AimarUse TrueHD codec in TS instead of MLP.
2009-06-13 Laurent AimarAdded .thd extension and force TrueHD decoder in raw...
2009-06-11 Ben Hutchingslive555: Discard truncated DV frames
2009-06-09 Laurent AimarFinished avi correction about disabled tracks.
2009-06-09 Derk-Jan Hartmanavi demux: don't disable tracks when they end.
2009-06-06 Yavor DoganovPort to new libmpcdec API
2009-06-01 Derk-Jan Hartmanmkv: Restore the priority of the mkv module
2009-06-01 Derk-Jan Hartmanvobsub: strdup memleak (stream_Add copies the format)
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rémi DuraffortBe consistent with module naming.
2009-05-28 Rémi DuraffortProprifications, fix some issues and factorize.
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-27 JP DingerWIN32: compile fix in playlist.
2009-05-26 Rémi DuraffortSimplification (and use only the needed memory).
2009-05-26 Rémi Duraffortwpl/zpl: really compile the modules and fixe some issues.
2009-05-26 suheavenAdd support for wpl zpl playlist
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Rémi Duraffortmkv: use DIR_SEP_CHAR when applicable.
next