]> git.sesse.net Git - vlc/history - modules/demux/mpeg
* all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
[vlc] / modules / demux / mpeg /
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-14 Laurent Aimar * all: added support for a52 in PES private stream...
2003-08-13 Laurent Aimar * ts.c: commented out useless code and an annoying...
2003-08-04 Jean-Paul SamanAdded a error message that the default values are used.
2003-08-01 Laurent Aimar * ts.c: arggg, bad copy/past.
2003-08-01 Laurent Aimar * ts: apply patch of Andy Lindsay (fix one memory...
2003-08-01 Laurent Aimar * mpga: mp3 demuxer written from scratch using ninput.h
2003-08-01 Gildas Bazin* src/input/input_clock.c: fixed 2 regressions in 0...
2003-07-13 Christophe Massiot* modules/demux/mpeg: 0x06 stream type can be used...
2003-07-03 Laurent Aimar * ps: fix a dead loop with mis-detected file or bad...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-25 Laurent Aimar * ts: set a fourcc for PAT/PMT to avoid garbage in...
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-05-31 Laurent Aimar * ts: proper fix for both.
2003-05-31 Laurent Aimar * ts: reverse my last commit (the proper way should...
2003-05-31 Laurent Aimar * mux/ts.c : allowed sending mjpeg (who said that...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-06 Gildas Bazin* modules/demux/mpeg/ts.c: fixed my last f*ckage +...
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-04-26 Laurent Aimar * mpegaudio: if the file name end by .mp3, use a stron...
2003-04-01 Christophe Massiot* TS demux patches, courtesy of Andy Lindsay <andy_vl...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-23 Gildas Bazin* modules/demux/mpeg/audio.c: sanity check so we don...
2003-03-18 Christophe Massiot* Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-03-09 Jon Lech Johansen * ./modules/demux/mpeg: DTS support.
2003-03-03 Christophe Massiot* Fixed a bug in LPCM codec.
2003-02-23 Laurent Aimar * all : added streaming support for crappy ms video...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
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-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-01-20 Laurent Aimar * all: converted some msg_Err into msg_Warn
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-12 Laurent Aimar * m4v: a raw MPEG-4 video stream demuxer (for now...
2003-01-08 Laurent Aimar * configure.ac.in: added mpeg4audio packetizer and...
2003-01-08 Olivier Teulière * ./modules/gui/win32/preferences.cpp: fixed a segfaul...
2003-01-07 Johan Bilien * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux...
2002-12-18 Laurent Aimar * ts.c: add preliminary support for mpeg-4 streams...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-10-23 Gildas Bazin* ALL: fixed a bunch of memory leaks.
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-12 Gildas Bazin* configure.ac.in: fix for the mingw32 build. The gtk...
2002-10-03 Christophe MassiotFixed miscellaneous problems with the RTP plug-in.
2002-10-01 Christophe MassiotFinally fixed A/52 TS input.
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-09-26 Christophe Massiot* Fixed my A/52 fix.
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-23 Christophe Massiot* New --vlc-backwards-compat option, to go back to...
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-24 Sigmund Augdal Helberg moved id3 related code to a separate utility module...
2002-08-18 Sigmund Augdal Helbergremoved a line used during debugging
2002-08-18 Sigmund Augdal Helberg the mp3 demux now parses id3 tags into the info struct...
2002-08-16 Sam Hocevar * ./modules/codec/spudec/*: split spudec into the...
2002-08-13 Laurent Aimar * clean up some code, add "mp3" short cut.
2002-08-12 Christophe Massiot* Fixed miscellaneous bugs.
2002-08-12 Sigmund Augdal Helberg ./modules/demux/mpeg/ps.c: this module never fails...
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...