]> git.sesse.net Git - vlc/history - modules/demux
macosx: Get rid of the vlc_object_find().
[vlc] / modules / demux /
2009-08-25 Sébastien Escudierlive555 : fix pause and seek behaviour.
2009-08-24 Laurent AimarMade the seeking code path a bit more clear (nuv).
2009-08-24 Laurent AimarWorkaround warning on function returned value casted.
2009-08-24 Laurent AimarRevert "nuv: Fix some warnings and fix an issue where...
2009-08-24 Laurent AimarCosmetics.
2009-08-24 Laurent AimarCosmetic.
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-08-21 Pierre d'Herbemontdemux playlist: Move the usage of vlc_object_find behin...
2009-08-21 Pierre d'Herbemontdrms: Fix a pointer to int comparison.
2009-08-20 Pierre d'Herbemontps: Fix bad function return value cast.
2009-08-20 Pierre d'Herbemontpva: Bad function return value cast.
2009-08-20 Pierre d'Herbemontnuv: Fix some warnings and fix an issue where some...
2009-08-20 Pierre d'Herbemontnsv: Don't cast function return.
2009-08-20 Pierre d'Herbemontavformat: Don't cast function return value.
2009-08-20 Pierre d'Herbemontflac: Fix a bad cast from function call warning.
2009-08-20 Pierre d'Herbemontts: Fix some signess comparison issue.
2009-08-20 Pierre d'Herbemontogg: Fix some pointer sign comparison warning.
2009-08-20 Pierre d'Herbemontreal: Fix unsigned issues, and fix an overflow that...
2009-08-20 Pierre d'Herbemontts: Kill some warnings.
2009-08-20 Pierre d'Herbemontmod: Fix an other bad cast from function call.
2009-08-20 Pierre d'Herbemontpodcast: Kill a warning.
2009-08-20 Pierre d'Herbemontavi: Fix a warning about bad function type cast.
2009-08-20 Jean-Baptiste KempfFix misc warnings in demuxers
2009-08-20 Jean-Baptiste KempfMod: use unsigned when needed
2009-08-20 Jean-Baptiste KempfMKV: Correct format for int64_t
2009-08-20 Jean-Baptiste KempfWav: unused variable
2009-08-20 Jean-Baptiste KempfVobsub: Correct format for int64_t
2009-08-19 Jean-Baptiste KempfMP4: kill a warning
2009-08-19 Jean-Baptiste KempfASF: kill a warning
2009-08-19 Jean-Baptiste KempfAVI: use i_samplesize as an unsigned int (was an int)
2009-08-19 Rémi Duraffortdemux_xspf: remove dummy test (the test is done at...
2009-08-19 Rémi Duraffortxspf: factorize and set to NULL only when needed.
2009-08-19 Rémi Duraffortxspf: simplify and use free instead of FREENULL (not...
2009-08-19 Rémi Duraffortxspf: simplify again.
2009-08-19 Rémi Duraffortxspf: simplify.
2009-08-17 Rémi Duraffortdemux_qtl: fix potential object leak and remove dummy...
2009-08-17 Rémi Duraffortdemux_xspf: fix double free (introduced by myself).
2009-08-17 Rémi Duraffortdemux_qtl: factorize.
2009-08-17 Rémi Duraffortdemux_shoutcast: cleaning.
2009-08-17 Rémi Duraffortplaylist demux: no need to strdup the string here.
2009-08-17 Rémi Duraffortdemux_podcast: fix potential segfault (introduced by...
2009-08-17 Rémi Duraffortdemux_shoutcast: remove dummy private structure.
2009-08-17 Rémi Duraffortdemux_shoutcast: small cleanup.
2009-08-17 Rémi Duraffortdelux_shoutcast: no need to strdup the string.
2009-08-17 Rémi Duraffortdemux_shoutcast: fix object leak in case of error.
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.
next