]> git.sesse.net Git - vlc/history - modules/codec
ogt.c cvd.c, subtitle.h: move common debug string help into subtitle.h
[vlc] / modules / codec /
2004-01-03 Rocky Bernsteinogt.c cvd.c, subtitle.h: move common debug string help...
2004-01-02 Rocky BernsteinAttempt to make easier to understand and easier to...
2004-01-01 Rocky BernsteinRenderRV16 handles scaling. But seems to slow to render...
2004-01-01 Rocky BernsteinRemove a magic number.
2004-01-01 Rocky BernsteinAdd RV16 rendering. With transparancy, but still only...
2003-12-30 Rocky Bernsteincommon.*: add common routine to eliminate palette from...
2003-12-29 Rocky Bernsteincvd: bitmap extraction further completed - not fully...
2003-12-28 Rocky BernsteinFirst cut at CVD subtitle unit assembly and initial...
2003-12-28 Rocky BernsteinStart work on CVD subtitles.
2003-12-28 Rocky BernsteinWork towards handling all planes in subtites, generaliz...
2003-12-27 Rocky BernsteinScale bitmaps for 4:3 output
2003-12-26 Rocky BernsteinKeep in synch with rest of source. Should also have...
2003-12-26 Rocky BernsteinCheck in a stable copy for reference against future...
2003-12-24 Gildas Bazin* include/vlc_block.h: added a temporary i_rate field...
2003-12-22 Gildas Bazin* modules/codec/libmpeg2.c: compiles with the latest...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-22 Sam Hocevar * toolbox:
2003-12-20 Gildas Bazin* modules/codec/araw.c: added "mlaw" as a fourcc for...
2003-12-16 Gildas Bazin* modules/codec/araw.c: small fix.
2003-12-16 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg...
2003-12-15 Gildas Bazin* modules/codec/vorbis.c: added 5.1 channel configurati...
2003-12-14 Derk-Jan Hartman* Clarify the error when utf8 is set and the sub is...
2003-12-14 Gildas Bazin* modules/gui/wxwindows/*: Added the video scale option...
2003-12-14 Gildas Bazin* modules/codec/subsdec.c: default encoding is DEFAULT_...
2003-12-14 Eric Petit BeOS & gcc 2.9x fixes
2003-12-12 Gildas Bazin* modules/codec/faad.c: proper channels re-ordering...
2003-12-10 Gildas Bazin* modules/codec/libmpeg2.c: hack for demuxers which...
2003-12-08 Gildas Bazin* modules/stream_out/transcode.c: added a floating...
2003-12-08 Rocky BernsteinMarginally better
2003-12-07 Rocky BernsteinTowards Philips OGT (SVCD subtitle) handling.
2003-12-07 Gildas Bazin* modules/codec/theora.c: bug fix with aspect ratio.
2003-12-07 Gildas Bazin* modules/codec/theora.c: encoder now respects the...
2003-12-07 Gildas Bazin* include/stream_output.h, src/stream_output/stream_out...
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...
next