]> git.sesse.net Git - vlc/history - modules/codec
* ALL: i18n updates and fixes.
[vlc] / modules / codec /
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-25 Gildas Bazin* modules/codec/libmpeg2.c: fixed pts handling.
2003-02-25 Gildas Bazin* configure.ac.in, modules/codec/Modules.am, modules...
2003-02-23 Sigmund Augdal Helbergadded a demux and decoder for flac files (disabled...
2003-02-20 Gildas Bazin* src/libvlc.h, modules/audio_output: added a global...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-18 Gildas Bazin* modules/codec/ffmpeg/video.c: got rid of ffmpeg_Conve...
2003-02-18 Gildas Bazin* modules/demux/rawdv.c: added support for DV audio...
2003-02-18 Laurent Aimar * mpeg_audio.c: removed some fprintf...
2003-02-18 Laurent Aimar * raah, corrected mpeg2-layer3 playback (and streaming...
2003-02-17 Sam Hocevar * ./src/misc/win32_specific.c: under Win32 we retriev...
2003-02-16 Laurent Aimar * adpcm: added dk3 too.
2003-02-16 Laurent Aimar * adpcm: added DUCK 4 variant support. (thx M. Melanso...
2003-02-16 Laurent Aimar * all: fix mpeg2 handling.
2003-02-11 Christophe Massiot* modules/codec/lpcm.c: Attempt at supporting all chann...
2003-02-08 Christophe Massiot* modules/codec/mpeg_video/parser.c: Do not stop decodi...
2003-02-08 Christophe Massiot* Fixed misc typos in strings,
2003-02-07 Christophe MassiotFixed a buffer leak with slice-I streams (thanks sam).
2003-02-07 Laurent Aimar * ffmpeg/audio : removed an old error (anyway it was...
2003-02-04 Christophe Massiot* modules/codec/mpeg_video/*: Support for Slice-I ...
2003-01-30 Gildas Bazin* src/video_output/video_output.c: we were still using...
2003-01-30 Gildas Bazin* modules/codec/spudec/spudec.c, modules/codec/spudec...
2003-01-30 Gildas Bazin* modules/codec/mpeg_video/headers.c: fixed non-initial...
2003-01-30 Christophe Massiot* modules/codec/mpeg_video/headers.c: more checks in...
2003-01-28 Christophe MassiotNot sure the buffer was large enough.
2003-01-28 Laurent Aimar * mpeg_audio.c : due to mpeg 2.5, max frame size is...
2003-01-28 Sam Hocevar * ./src/video_output/video_output.c: don't try to...
2003-01-28 Laurent Aimar * mpeg_audio.c : fixed a stack corruption. fprintf...
2003-01-28 Sam Hocevar * ALL: fixes for various compilation warnings and...
2003-01-28 Sigmund Augdal Helbergfixed another possible crash
2003-01-28 Gildas Bazin* modules/codec/vorbis.c: fixed parsing of vorbis comme...
2003-01-25 Laurent Aimar * faad : clean up.
2003-01-25 Laurent Aimar * ffmpeg: fixed memory leaks.
2003-01-23 Christophe Massiot* Minor changes to the open panel, added AVI stream...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-20 Eric Petit load correctly font-eutopiabold36.rle on BeOS, thanks...
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
2003-01-18 Christophe MassiotIncluding font-eutopiabold36.rle for DivX and ogg subti...
2003-01-17 Sam Hocevar * ./modules/codec/spudec/parse.c: fixed a wrapping...
2003-01-16 Christophe Massiot* modules/codec/mpeg_audio.c: attempt at fixing free...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-15 Christophe Massiot* Fixed MPEG audio layer III VBR,
2003-01-15 Christophe MassiotTypo.
2003-01-15 Sam Hocevar * ALL: slightly changed some interface strings so...
2003-01-15 Christophe MassiotBetter recovery on emulated startcode. Still doesn...
2003-01-15 Christophe Massiot* Totally rewrote the mad plug-in, in order to fix...
2003-01-13 Laurent Aimar * adpcm: changed the way that data are read and thus...
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-09 Sam Hocevar * ./modules/codec/spudec/parse.c: set the duration...
2003-01-08 Laurent Aimar * faad: fixed a segfault when faad initialisation...
2003-01-08 Laurent Aimar * ffmpeg/video.c: in case of mpeg4 stream search in...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-31 Christophe MassiotLess verbosity.
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-30 Gildas Bazin* modules/codec/*: make sure all audio decoders set
2002-12-29 Christophe MassiotPTS calculation fix for the mad plug-in, courtesy of...
2002-12-28 Christophe MassiotAdded support for 32 kHz LPCM streams (thanks _Demo_ !).
2002-12-19 Sigmund Augdal Helberg* modules/demux/ogg.c: provide some file info. Tested...
2002-12-18 Laurent Aimar * video.c: with mpeg4 stream, we try to decode a pictu...
2002-12-18 Sam Hocevar * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-16 Christophe MassiotFixed (again) a rendering bug on big endian systems...
2002-12-14 Laurent Aimar * all: with mpeg4 video I changed the way that some...
2002-12-11 Gildas Bazin* modules/codec/mad/*: don't let mad drop corrupted...
2002-12-10 Laurent Aimar ffmpeg: adapted to current cvs version. It should...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-06 Laurent Aimar all: fix some minors warnings.
2002-12-06 Laurent Aimar * ffmpeg: sync with latest ffmpeg cvs. As it need...
2002-12-03 Laurent Aimar * adpcm.c: add adpcm decoding support (Now just ms...
2002-12-02 Jon Lech Johansen * ALL: Fixed some compiler warnings.
2002-11-28 Gildas Bazin* configure.ac.in: fixed linkage of theora plugin.
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-28 Laurent Aimar * ffmpeg: arg, fix a previous fix for non-latest ffmpe...
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-27 Sam Hocevar * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded...
2002-11-27 Laurent Aimar * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
2002-11-27 Laurent Aimar cinepak: fix a bug (bad frame gathering), pointed...
2002-11-27 Laurent Aimar * all: added mjpeg support, some clean up in video...
2002-11-21 Gildas Bazin* modules/codec/Modules.am, configure.ac.in, modules...
2002-11-20 Gildas Bazin* modules/codec/theora.c, configure.ac.in, modules...
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-11-19 Gildas Bazin* include/video.h, include/vlc_config.h, src/video_outp...
2002-11-18 Gildas Bazin* configure.ac.in, modules/codec/Modules.am, modules...
2002-11-18 Laurent Aimar * ffmpeg: set bug detection to auto by default.
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-11-15 Laurent Aimar* modules/demux/util : add a text subtitle demuxer...
2002-11-15 Laurent Aimar faad: adapt to new changes in aout3 (at least it compiles)
2002-11-15 Gildas Bazin* modules/codec/vorbis.c, modules/audio_filter/resample...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-10 Laurent Aimar * faad : adapt to newer version.
2002-11-08 Gildas Bazin* configure.ac.in, modules/audio_filter/converter/...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-06 Gildas Bazin* modules/codec/spudec/*: modified the spu decoder...
2002-11-06 Sam Hocevar * ./modules/access/dvdplay/access.c: activated button...
2002-11-06 Sam Hocevar * ./src/misc/extras.c: removed a duplicate calculatio...
2002-11-05 Sam Hocevar * ./modules/codec/xvid.c: beginning of a video decode...
2002-11-05 Sam Hocevar * ./codec/dv/dv.c: moved this single file to its...
2002-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
next