]> git.sesse.net Git - vlc/history - modules/demux
* src/misc/messages.c: forget a defined(SYS_BEOS) in my last commit
[vlc] / modules / demux /
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-05-07 Laurent Aimar * mp4: raaaah, sometime moov box are masqueraded by...
2003-05-06 Gildas Bazin* modules/demux/mpeg/ts.c: fixed my last f*ckage +...
2003-05-06 Laurent Aimar * mp4: fix a segfault and play .3gp with h263 video...
2003-05-05 Gildas Bazin* modules/demux/mpeg/ts.c: compiler warning fix.
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-05-03 Laurent Aimar * all: shut up valgrind ;) (memory leacks and one...
2003-04-30 Laurent Aimar * mp4: fix playback of some stream with raw audio...
2003-04-28 Laurent Aimar * avi: fixed playback of broken stream....
2003-04-27 Gildas Bazin* modules/codec/ffmpeg/*: added chroma conversion capab...
2003-04-27 Gildas Bazin* modules/demux/rawdv.c: fixes for when the video and...
2003-04-27 Laurent Aimar * avi: clean up. Some standard file (ie with 1 RIFF...
2003-04-27 Laurent Aimar * avi: Support for OpenDML file.
2003-04-26 Laurent Aimar * mpegaudio: if the file name end by .mp3, use a stron...
2003-04-25 Laurent Aimar * libmp4: clean up and preliminary work to read mp4...
2003-04-24 Laurent Aimar * mp4: fix a buffer overflow.
2003-04-24 Laurent Aimar * asf: fix to play stream over mmsh.
2003-04-24 Laurent Aimar * mp4: select only first enabled track.
2003-04-22 Laurent Aimar * mp4: fix "mov playlist" handling. (raaah strncpy...
2003-04-22 Laurent Aimar * mp4: preliminary support of "mov playlist(ref) file"
2003-04-22 Laurent Aimar * mp4: more mov fields are parsed.
2003-04-16 Laurent Aimar * mp4: fix a string format.
2003-04-16 Laurent Aimar * mp4: removed empty strings in msg_Dbg.
2003-04-14 Laurent Aimar * all: correctly set p_payload_end when using input_Ne...
2003-04-09 Derk-Jan Hartman* modules/gui/macosx/*:
2003-04-06 Sigmund Augdal HelbergSupport files that are called .asx and .pls but really...
2003-04-06 Gildas Bazin* modules/demux/mp4/mp4.c: fixed an off by one error...
2003-04-01 Christophe Massiot* TS demux patches, courtesy of Andy Lindsay <andy_vl...
2003-03-31 Sigmund Augdal Helbergmade a format-only string untranslateable
2003-03-31 Sigmund Augdal HelbergChanged a duplicate string, and removed an info string...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-30 Gildas Bazin* include/configuration.h: added the add_directory...
2003-03-30 Gildas Bazin* configure.ac.in: removed the -fno-exceptions gcc...
2003-03-29 Gildas Bazin* modules/audio_filter/channel_mixer/headphone.c, src...
2003-03-25 Sam Hocevar * ./modules/demux/util/Modules.am: added missing...
2003-03-23 Gildas Bazin* modules/demux/mpeg/audio.c: sanity check so we don...
2003-03-22 Gildas Bazin* modules/demux/m3u.c: the demux couldn't be forced...
2003-03-21 Gildas Bazin* modules/demux/ogg.c: fix for some ogg web radio strea...
2003-03-18 Christophe Massiot* Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange...
2003-03-18 Sigmund Augdal HelbergSeek one less time. Should increase performance with...
2003-03-16 Laurent Aimar * sub: better ssa4 recognition.
2003-03-16 Laurent Aimar * sub.c: added SAMI subtitles support. (Untested and...
2003-03-16 Laurent Aimar * asf: when there isn't any stream selected, stop...
2003-03-15 Laurent Aimar * ffmpeg: Use truncated frames if supported by codec...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-03-13 Sigmund Augdal HelbergAdded support for oldstyle id3 genres.
2003-03-13 Derk-Jan Hartman* extras/MacOSX/vlc.pbproj/project.pbxproj:
2003-03-11 Laurent Aimar * Added support of vplayer subtitles files.
2003-03-11 Laurent Aimar * mp4: I have reworked a lot the demuxer. Now it shoul...
2003-03-11 Laurent Aimar * au.c : added au demuxer. Only ulaw/alaw/raw pcm...
2003-03-11 Laurent Aimar * wav: Support for alaw/ulaw data. (untested)
2003-03-10 Laurent Aimar * improved seeking and fixed play back when reading...
2003-03-09 Jon Lech Johansen * ./modules/demux/mpeg: DTS support.
2003-03-09 Laurent Aimar * fixed a really stupid bug with compressed header...
2003-03-06 Sigmund Augdal Helbergthe m3u demux now reads the pls files shoutcast uses.
2003-03-06 Sigmund Augdal Helbergwe now insert playlist entries right after the playlist...
2003-03-03 Christophe Massiot* mpeg_video is back as a built-in because it is reprod...
2003-03-03 Christophe Massiot* Fixed a bug in LPCM codec.
2003-03-02 Laurent Aimar * forgot to initialize a variable.
2003-02-28 Laurent Aimar * try a workaround for BeOS MediaKit files.
2003-02-27 Gildas Bazin* modules/demux/avi/avi.c: compilation fix.
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-24 Laurent Aimar * stream output: fixed name inconsistency, added a...
2003-02-24 Laurent Aimar * asf: fix seek for http.
2003-02-24 Laurent Aimar * wav: proper seek handling. (wav file readable over...
2003-02-23 Laurent Aimar * all : added streaming support for crappy ms video...
2003-02-23 Sigmund Augdal Helbergadded a demux and decoder for flac files (disabled...
2003-02-22 Sigmund Augdal Helberg Fixed seme seeking issues with http access module...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-18 Gildas Bazin* modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC...
2003-02-18 Gildas Bazin* modules/demux/rawdv.c: added support for DV audio...
2003-02-18 Laurent Aimar * raah, corrected mpeg2-layer3 playback (and streaming...
2003-02-16 Laurent Aimar * all: fix mpeg2 handling.
2003-02-12 Christophe MassiotPatch courtesy of gibalou :
2003-02-09 Laurent Aimar * sub.c : begun clean up
2003-02-08 Christophe Massiot* Fixed misc typos in strings,
2003-02-07 Laurent Aimar * ffmpeg/audio : removed an old error (anyway it was...
2003-02-04 Christophe Massiot* modules/demux/mpeg/*: Fixed an uninitialized variable...
2003-02-02 Eric Petit '--demuxdump-file -' dumps to standard output.
2003-02-01 Laurent Aimar * asf : trying to fix pts handling.
2003-01-29 Laurent Aimar * asf : more sanity check for broken files.
2003-01-29 Gildas Bazin* modules/demux/ogg.c: bug fix when switching between...
2003-01-28 Sam Hocevar * ALL: fixes for various compilation warnings and...
2003-01-27 Laurent Aimar mms: another memory leak
2003-01-26 Laurent Aimar * avi : fix play back for some broken avi
2003-01-25 Laurent Aimar * all: fixed wrong usage of input_DeletePES.
2003-01-25 Laurent Aimar *mp4: fixed segfault when it fails to start a decoder...
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-23 Laurent Aimar * asf: in fast/slow motion we don't play audio (unless...
2003-01-23 Laurent Aimar * don't send audio in fast/slow playing speed unless...
2003-01-23 Laurent Aimar * demux: fix segfault while trying to opening files...
2003-01-21 Laurent Aimar * sub.c: fixed handling for subrip subtitle with ...
2003-01-20 Laurent Aimar * all: converted some msg_Err into msg_Warn
2003-01-20 Laurent Aimar * asf : more msg_Err -> msg_Warn
2003-01-20 Laurent Aimar * aac: some msg_Err -> msg_Warn
2003-01-20 Laurent Aimar * all: changed some msg_Err into msg_Warn.
2003-01-19 Christophe MassiotRequalified some error messages into warnings.
2003-01-16 Boris Dorès- input.c : doesn't even try to use the headphone filte...
next