]> git.sesse.net Git - vlc/history - modules/codec
* livedotcom: first try to support m$ rtsp. It works on the url I have.
[vlc] / modules / codec /
2003-12-07 Gildas Bazin* include/vlc_block_helper.h: small bugfix to block_Fin...
2003-12-06 Jean-Paul SamanFixed compiler waring about signed - unsigned comparisi...
2003-12-05 Gildas Bazin* modules/codec/libmpeg2.c: fixed a couple of crashes...
2003-12-04 Gildas Bazin* modules/codec/ffmpeg/encoder.c, modules/codec/speex...
2003-12-04 Gildas Bazin* modules/codec/flac.c: several fixes to the flac decod...
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-12-03 Laurent Aimar * increase priority (the wrapper from ffmpeg is buggy).
2003-12-02 Gildas Bazin* modules/demux/mp4/mp4.c: find out aspect ratio from...
2003-12-01 Gildas Bazin* ALL: fixed DTS audio support.
2003-12-01 Laurent Aimar * video: display "more than 5 seconds of late video...
2003-11-30 Laurent Aimar * all: added dx50 fourcc (just mpeg4 video).
2003-11-29 Christophe Massiot* input: new cr-average option, allowing to configure the
2003-11-29 Laurent Aimar * all: - increased avcodec version needed to 4680...
2003-11-29 Laurent Aimar * all: - fixed non I420 input
2003-11-29 Laurent Aimar * encoder: added a memset.
2003-11-29 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed compilation...
2003-11-28 Gildas Bazin* modules/codec/ffmpeg/*: fixed the code to disable...
2003-11-28 Laurent Aimar * ffmpeg: added h264 codec.
2003-11-28 Christophe MassiotForgot that yesterday...
2003-11-27 Laurent Aimar * faad: drop packets with b_discontinuity set.
2003-11-27 Laurent Aimar * all: drop block(s) with b_discontinuity set.
2003-11-26 Gildas Bazin* modules/codec/ffmpeg/chroma.c: oops.
2003-11-26 Gildas Bazin* modules/codec/ffmpeg/*: fixed small memleak in chroma...
2003-11-26 Gildas Bazin* modules/codec/ffmpeg/encoder.c: bframes are supported...
2003-11-26 Gildas Bazin* ALL: fixed memory leaks.
2003-11-24 Gildas Bazin* src/input/input_dec.c, include/vlc_codec.h: added...
2003-11-24 Gildas Bazin* modules/gui/wxwindows/menus.cpp: small fix.
2003-11-24 Laurent Aimar * all: ported/cleaned up/renabled dvb subtitle decoder...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-24 Gildas Bazin* modules/codec/ffmpeg/postprocess.c: fixed uninitializ...
2003-11-23 Derk-Jan Hartman* Compile before you commit was our slogan right?
2003-11-23 Gildas Bazin* modules/gui/wxwindows/*: added new codecs for stream...
2003-11-23 Laurent Aimar * all: disabled dv, xvid, dvbsub (they won't compile...
2003-11-23 Gildas Bazin* modules/codec/speex.c: support for speex encoding.
2003-11-23 Gildas Bazin* modules/codec/quicktime.c, modules/codec/cinepak...
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-11-23 Laurent Aimar * cinepak: little clean up and increase priority ...
2003-11-23 Laurent Aimar * adpcm: bug fixes.
2003-11-23 Laurent Aimar * all: do not use p_fifo.
2003-11-23 Laurent Aimar * quicktime: removed a define.
2003-11-23 Laurent Aimar * quicktime: ported to the new API, fix compilation...
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-22 Laurent Aimar * spudec: it also does the packetizer.
2003-11-22 Laurent Aimar * all: ported to new API.
2003-11-22 Gildas Bazin* include/input_ext-intf.h, include/vlc_es.h: moved...
2003-11-22 Gildas Bazin* modules/codec/tarkin.c: ported to the new decoders...
2003-11-22 Gildas Bazin* src/input/input.c: don't free the ES twice.
2003-11-21 Gildas Bazin* modules/codec/flac.c: added a FLAC encoder.
2003-11-21 Gildas Bazin* modules/demux/flac.c, modules/codec/flac.c: couple...
2003-11-21 Gildas Bazin* modules/codec/flac.c: complete rewrite of the flac...
2003-11-19 Derk-Jan Hartman* modules/codec/subsdec.c: Add debug messages and fix...
2003-11-19 Gildas Bazin* modules/codec/ffmpeg/: don't re-use the same pts...
2003-11-18 Laurent Aimar * fix a memory leak (p_block should be unallocated).
2003-11-18 Sigmund Augdal Helbergmodules/codec/subsdec.c:
2003-11-17 Laurent Aimar * all: a little compil fix and more sanity checks...
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* modules/codec/ffmpeg/video.c, src/input/input_dec...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-15 Derk-Jan Hartman* extra data has changed and was crashing.
2003-11-08 Laurent Aimar * araw.c: prevent segfault with ulaw/alaw.
2003-11-06 Damien Lucas. a small fix .... (many other to follow in the next...
2003-11-06 Damien Lucasoups, ... forgot the interesting file !
2003-11-06 Damien Lucasdvbsub.c: DVB subtitles decoder (ETSI EN 300 743)....
2003-11-05 Derk-Jan Hartman* Compilation fix. One to many )
2003-11-05 Gildas Bazin* include/vlc_codec.h, modules/codec/ffmpeg/encoder...
2003-11-05 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed bug in the...
2003-11-05 Laurent Aimar * all: who has seen that I have just forgot to release...
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-11-05 Derk-Jan HartmanPlease test if this has any regressions
2003-11-04 Gildas Bazin* src/video_output/vout_synchro.c, include/vout_synchro...
2003-11-04 Laurent Aimar * adpcm: converted to new API (need more testing).
2003-11-04 Laurent Aimar * input: fixed position-offset, time and time-offset.
2003-11-04 Laurent Aimar * araw: ported to new API.
2003-11-03 Laurent Aimar * all: ported the faad decoder to the new API (btw...
2003-11-01 Laurent Aimar * araw: mhh, aout_buffer_t.i_nb_samples is samples...
2003-11-01 Laurent Aimar * araw: added pseudo raw encoder. (s16b and s16l ...
2003-10-29 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO...
2003-10-29 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only...
2003-10-28 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed screwed up indire...
2003-10-27 Gildas Bazin* modules/stream_out/transcode.c, modules/codec/ffmpeg...
2003-10-27 Gildas Bazin* modules/codec/vorbis.c: fixed vorbis encoding.
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/audio.c: compilation fix
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-24 Gildas Bazin* configure.ac: fix for wxWindows headers detection.
2003-10-23 Gildas Bazin* modules/codec/mpeg_audio.c: debug_message--;
2003-10-23 Gildas Bazin* include/vlc_block_helper.h: fixed an idiotically...
2003-10-22 Gildas Bazin* modules/codec/speex.c: fixed a couple of bugs.
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...
2003-10-21 Gildas Bazin* modules/codec/ffmpeg/video.c: compilation fix for...
2003-10-11 Derk-Jan Hartman* removed an undef HAVE_ICONV from this file, and fixed...
2003-10-09 Gildas Bazin* modules/stream_out/transcode.c: couple of fixes.
2003-10-09 Gildas Bazin* modules/codec/theora.c, modules/stream_out/transcode...
2003-10-08 Gildas Bazin* modules/codec/theora.c, modules/stream_out/transcode...
2003-10-08 Gildas Bazin* modules/demux/util/sub.c: fix when no subs specified.
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-10-05 Gildas Bazin* modules/codec/mpeg_audio.c: fixes and improvements.
2003-10-04 Gildas Bazin* modules/packetizer/mpegaudio.c: updated mpegaudio...
2003-10-04 Gildas Bazin* modules/codec/a52old/*, modules/codec/mpeg_audio...
2003-10-02 Gildas Bazin* modules/codec/cinepak.c: ported the cinepak decoder...
next