]> git.sesse.net Git - vlc/history - modules/demux
i420_yuyv_neon: small tweaks
[vlc] / modules / demux /
2009-09-20 Baptiste Coudurieravformat: remove NOFILE hack, fix MXF seeking
2009-09-15 Laurent AimarFixed potential stack overflow in mp4 demuxer.
2009-09-15 Laurent AimarFixed potential stack overflow in avi demuxer.
2009-09-15 Laurent AimarFixed potential stack overflow in asf demuxer.
2009-09-14 Marian ĎurkovičEPG: Catch a replace EIT-coded CR/LFs
2009-09-14 Marian ĎurkovičEPG: Don't display extra items from extended EIT events
2009-09-14 Marian ĎurkovičDisplay EPG description if available
2009-09-11 Marian ĎurkovičBe more strict in provider name matching
2009-09-10 Marian ĎurkovičSet EPG default charset to ISO6937 as required by ETSI...
2009-09-09 Simon Hailes Extended PSI DVB subtitle types to include 0x14/0x28...
2009-09-08 Marian ĎurkovičPerform charset detection and conversion to UTF-8 also...
2009-09-08 Marian ĎurkovičRemove misleading comment, testing proved otherwise.
2009-09-08 Marian ĎurkovičRevert "Fix demuxdump to work with RTP input ..."
2009-09-05 Rémi Denis-CourmontXA: group ADPCM frames per ~50ms before sending to...
2009-09-04 Marian ĎurkovičFix demuxdump to work with RTP input, which would dump...
2009-09-02 Sébastien Escudierlive555 : delay RTSP PAUSE command while in paused...
2009-09-02 Sébastien Escudierlive555 fix use of uninitialized variable. The b_bool...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-31 Pierre YnardWinCE: remove useless define
2009-08-29 Rémi Duraffortxspf: factorize and remove dead assignement.
2009-08-29 Rémi Duraffortxspf: cosmetics.
2009-08-29 Rémi Duraffortxspf: cosmetics and fix potential memleak.
2009-08-28 Rémi Duraffortb4s: remove unused function.
2009-08-28 Rémi Duraffortdvb: some cleanup.
2009-08-28 Rémi Duraffortb4s: cleaning
2009-08-28 Rémi Duraffortb4s: fix a potential memleak.
2009-08-28 Rémi Duraffortdrms: remove duplicate code (this was done to reuse...
2009-08-28 Jean-Baptiste KempfUse VLC_CODEC for ADPCM_IMA_WAV
2009-08-28 Jean-Baptiste KempfUse a VLC_CODEC_ADPCM_MS for MS ADPCM
2009-08-27 Laurent AimarUsed VLC_CODEC_BD_PG in TS demuxer.
2009-08-27 Jean-Baptiste KempfAvformat demuxing: use bit_rate value
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...
next