]> git.sesse.net Git - vlc/history - modules/demux
* modules/video_output/caca.c: many code simplifications.
[vlc] / modules / demux /
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-28 Derk-Jan Hartmanthis patch allows xml comments directly before the...
2006-05-27 Dennis van Amerongenminor typo loose -> lose
2006-05-25 Felix Paul Kühne* meta fixes
2006-05-25 Clément StenacMark skins2-config, wx-config and parent-item as internal
2006-05-25 Clément StenacFix XSPF (Closes:#651)
2006-05-25 Derk-Jan Hartman* Compile before you commit :D
2006-05-25 Derk-Jan Hartman* Another ID3 tag supported :D
2006-05-25 Clément Stenac* Almost fix shoutcast (still some problems in "flat...
2006-05-25 Clément StenacFix DVB demuxer. Barely tested
2006-05-25 Clément StenacFix m3u unhandled meta
2006-05-21 Christophe Mutricys/livedotcom/live555/
2006-05-21 Christophe MutricyALL: s/livedotcom/live555/
2006-05-20 Rémi Denis-CourmontAdd missing const qualifier
2006-05-20 Rémi Denis-Courmontmissing #include
2006-05-20 Jean-Paul SamanUse correct datatype in srtncasecmp
2006-05-20 Jean-Paul SamanUse correct datatype
2006-05-20 Jean-Paul SamanUse correct types
2006-05-20 Jean-Paul SamanReturn in a non-void function
2006-05-20 Jean-Paul SamanRemove unused variables
2006-05-20 Jean-Paul SamanReturn in a non-void function
2006-05-20 Jean-Paul SamanReturn in a non-void function
2006-05-20 Jean-Paul SamanCompare using the right data types
2006-05-20 Jean-Paul SamanRemove unused variables
2006-05-20 Jean-Paul SamanRemove unused variables
2006-05-16 Derk-Jan Hartman* detail what id3tag handling is unimplemented.
2006-05-14 Felix Paul Kühne* vlc-meta fixes
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-10 Jean-Paul SamanPatch for connecting authenticated RTSP connections.
2006-05-08 Damien Fouilleulwav.c: added 'mlaw' fourcc, same as 'ulaw'
2006-05-01 Sreng JeanFirst rough demux2 implementation for game music files...
2006-05-01 Sreng Jean Use strrchr to extract the file's extension
2006-04-30 Clément StenacDitto
2006-04-30 Clément StenacFortune
2006-04-30 Antoine CellerierForward port podcast fixes [15462] and [15465].
2006-04-29 Rémi Denis-CourmontDon't use #ifdef + alloca() when we have something...
2006-04-29 Rémi Denis-CourmontSimplification assuming that sizeof(char) = 1
2006-04-29 Rémi Denis-CourmontFix copyright
2006-04-27 Antoine CellerierAhem...
2006-04-27 Antoine CellerierAdd option (--shoutcast-show-adult) to show porn^WNC17...
2006-04-24 Antoine CellerierSome more cleaning
2006-04-24 Christophe Mutricyshoutcast.c: Memleak hunt.
2006-04-23 Antoine CellerierSupport for Shoutcast TV. vp3 streams segfault, vp5...
2006-04-22 Antoine Cellerier * shout.c : change playlist layout (remove 1 node)
2006-04-22 Antoine CellerierChange shoutcast service discovery module and write...
2006-04-15 Derk-Jan Hartman* Support for Topfield .rec recordings. It's MPEG-TS...
2006-04-14 Rémi Denis-CourmontFix missing #include
2006-04-14 Clément StenacStrings
2006-04-13 Derk-Jan Hartman* Revert the unintentially committed files of [15202]
2006-04-13 Derk-Jan Hartman* Fix libgcrypt on MacIntel by disabling it's ASM....
2006-04-13 Clément StenacString stuff
2006-04-11 Clément StenacMore strings
2006-04-11 Clément StenacString fixes
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-04-02 Derk-Jan Hartman* Force the UTF-8 encoding on mp4 text subtitles. ...
2006-04-02 Felix Paul Kühne* implement DEMUX_GET_LENGTH based upon the stream...
2006-04-02 Clément StenacDon't crash on null metas
2006-04-01 Felix Paul Kühne* don't try to open real streams, but quit before trigg...
2006-04-01 Felix Paul Kühne* livedotcom.cpp: transform a blocking msg_err to a...
2006-04-01 Felix Paul Kühne* show meta information for real streams (only Title...
2006-03-30 Rémi Denis-CourmontRemoves invalid UTF-8 byte sequences from meta data...
2006-03-30 Rémi Denis-CourmontCosmetic, Fix my name
2006-03-29 Sam Hocevar * modules/demux/mp4/mp4.c: explicited debug message.
2006-03-25 Clément StenacRetry syncing mpeg audio stream if it failed on first...
2006-03-25 Jean-Paul SamanDrop support for VLS specific LPCB because it conflicts...
2006-03-19 Derk-Jan Hartman* Fix AMR from liveMedia decoding. Patch by Alex Antrop...
2006-03-19 Derk-Jan Hartman* sorry about the missing #if
2006-03-19 Derk-Jan Hartman* fix the liveMedia VERSION_INT (hopefully)
2006-03-19 Derk-Jan Hartman* fix ifdef
2006-03-19 Derk-Jan Hartman* Send Keep-A-Live RTSP bogus calls for servers that...
2006-03-18 Christophe MutricyTypo
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-03-17 Antoine Cellerier[14752] improved, by Daniel Stranger.
2006-03-16 Derk-Jan Hartman* G726 settings for liveMedia refs #601
2006-03-15 Derk-Jan Hartman* Ahum.. compile before you commit...
2006-03-15 Derk-Jan Hartman* Completly untested G726 support for liveMedia. refs...
2006-03-13 Antoine CellerierFix playing stuff like http://213.205.97.105:80/tf1jt...
2006-03-12 Clément StenacRemove buggy debug
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-11 Clément StenacStrings (Refs:#438)
2006-03-03 Jean-Paul SamanPlaying 3GPP audio only LATM AAC/HE-AAC streams. Patch...
2006-02-28 Derk-Jan Hartman* Use stream_UrlNew for vobsub loading instead of fopen...
2006-02-22 Derk-Jan Hartman* Use EnsureUTF8 on the trackname of avi's. (no garentu...
2006-02-19 Clément Stenac* Show meta-information separately
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-18 Sam Hocevar * modules/demux/mp4/drms.c: mostly cosmetic changes.
2006-02-17 Derk-Jan Hartman* Don't use alloca for audio buffers on OSX and BSD...
2006-02-16 Sigmund Augdal Helbergreal.c: fix some crashes
2006-02-16 Antoine CellerierMove podcast meta info to "Podcast Info" category
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-16 Clément StenacFix a doxygen comment
2006-02-13 Sam Hocevar * modules/demux/mp4/drms.c: cosmetic changes to some...
2006-02-13 Rémi Denis-CourmontFix windows build
2006-02-13 Rémi Denis-CourmontFix typo
2006-02-13 Rémi Denis-CourmontFurther fopen() unicode fixes (refs #528)
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-11 Derk-Jan Hartman* Do a proper UTF-16 -> UTF-8 conversion on ASF metadat...
2006-02-10 Jean-Paul Samansanity check
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
next