]> git.sesse.net Git - vlc/history - modules/codec
2nd attempt to get libcdio cdda working.
[vlc] / modules / codec /
2004-04-23 Laurent Aimar * x264: added aspect support.
2004-04-23 Gildas Bazin* modules/stream_out/transcode.c: fixed mem leak +...
2004-04-23 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed memory leak.
2004-04-22 Laurent Aimar * x264: wrapper for libx264 encoder (h264 encoder...
2004-04-22 Laurent Aimar * ffmpeg: added a ffmpeg-debug option (control libavco...
2004-04-19 Andre Pang* Added HACKING file to CMML codec plugin directory...
2004-04-19 Andre Pang* Added Continuous Media Markup Language (CMML) codec
2004-04-15 Sigmund Augdal Helberginclude/vlc_block.h:
2004-04-13 Gildas Bazin* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfau...
2004-04-13 Sigmund Augdal Helbergmodules/codec/subsdec.c:
2004-04-07 Gildas Bazin* ALL: use p_block->i_length for text subtitles duratio...
2004-04-05 Gildas Bazin* modules/stream_out/transcode.c: hack to work around...
2004-04-03 Laurent Aimar *audio.c: aout really doesn't like big audio chunks...
2004-04-02 Laurent Aimar * subsdec.c: use es_forma_t.subs.psz_encoding if present.
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-29 Laurent Aimar * mpeg_audio: fixed input infos update, and removed...
2004-03-29 Rocky BernsteinPopulate stream information.
2004-03-25 Laurent Aimar * video: disable direct rendering for h264.
2004-03-23 Gildas Bazin* modules/codec/ffmpeg/encoder.c: removed unused stuff.
2004-03-22 Gildas Bazin* modules/codec/libmpeg2.c: modified last change to...
2004-03-21 Laurent Aimar * libmpeg2: handle invalid aspect as square one.
2004-03-17 Rocky BernsteinMenu selection of subtitles for CVD and OGT handled...
2004-03-15 Rocky BernsteinCVD subtitle selection works via front-end spu-es varia...
2004-03-08 Gildas Bazin* ffmpeg/video.c: got rid of the --ffmpeg-truncated...
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-03-06 Gildas Bazin* modules/codec/ffmpeg/encoder.c:
2004-03-05 Carlo CalabròString review, as promised :)
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Christophe Massiot* modules/codec/ffmpeg/encoder.c:
2004-03-02 Derk-Jan Hartman* This was the thing i didn't commit and which AGAIN...
2004-03-02 Felix Paul Kühne* modules/codec/dvbsub.c: disabled translation of some...
2004-03-01 Laurent Aimar * video.c: make SVQ3/ffmpeg happy with complex stsd...
2004-02-27 Laurent Aimar * rawvideo.c, ffmpeg/chroma.c: added YVU9.
2004-02-26 Derk-Jan Hartman* Don't crash during my demo to the university computer...
2004-02-25 Laurent Aimar * libmpeg2.c: lalala, compilation fix...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-23 Gildas Bazin* modules/demux/wav.c: more fixes for multichannel...
2004-02-22 Laurent Aimar * all: compilation warning fixes (mainly missings...
2004-02-22 Rocky BernsteinFix valgrind-caught memory leak.
2004-02-21 Gildas Bazin* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0...
2004-02-20 Christophe Massiot* modules/codec/ffmpeg/encoder.c, modules/stream_out...
2004-02-19 Jean-Paul SamanCorrect fix for iPAQ. (do not mix watching your kids...
2004-02-19 Gildas Bazin* modules/codec/faad.c: compilation fix and proper...
2004-02-19 Jean-Paul SamanTell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values...
2004-02-19 Jean-Paul SamanFix for iPAQ choose fixed point arithmic in FAAD decoder.
2004-02-14 Gildas Bazin* modules/demux/wav.c: started support for WAVEFORMATEX...
2004-02-13 Gildas Bazin* modules/demux/a52.c: rewritten from scratch to use...
2004-02-08 Gildas Bazin* modules/codec/ffmpeg/video.c: another fix for switchi...
2004-02-08 Gildas Bazin* modules/codec/ffmpeg/video.c: another fix for post...
2004-02-08 Sigmund Augdal Helbergmodules/demux/avi/avi.c:
2004-02-08 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed crash when disabl...
2004-02-07 Gildas Bazin* modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis...
2004-02-07 Gildas Bazin* modules/demux/ogg.c: fixed memleak.
2004-02-06 Gildas Bazin* modules/codec/dts.c: fixes a buffer overflow with...
2004-02-04 Gildas Bazin* modules/codec/dts.c: should be more correct (hopefully).
2004-02-03 Gildas Bazin* modules/codec/dts.c: a bunch of fixes.
2004-02-02 Gildas Bazin* modules/codec/dts.c: removed s/pdif hack from DTS...
2004-02-02 Laurent Aimar * render: int i;; int j; <-- gcc < 3 doesn't like...
2004-02-01 Rocky BernsteinRGB2 transparency now works. Common 8-bit RGB averaging...
2004-01-31 Rocky BernsteinBig/little-endian bug.
2004-01-31 Rocky Bernsteinrender.c: RGB2 now gets the right color from the RGB...
2004-01-30 Laurent Aimar * spudec: a %d -> IF64d
2004-01-30 Laurent Aimar * spudec: commented out a debug message.
2004-01-30 Rocky BernsteinDoc calculation typo.
2004-01-30 Rocky Bernsteinpixmap.[ch], Modules.am: provisional routine to find...
2004-01-29 Gildas Bazin* modules/codec/speex.c, src/misc/win32_specific.c...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-29 Rocky Bernsteinrender.c: RV24 blending
2004-01-29 Rocky BernsteinTransparancy for more chromas more complete.
2004-01-27 Derk-Jan Hartman* modules/demux/util/sub.?
2004-01-27 Gildas Bazin* modules/codec/dts.c: bug-fix for s/pdif support.
2004-01-27 Rocky BernsteinFirst of the bigendian fixes. Bug in YUY had U and...
2004-01-26 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: proper fix for disabli...
2004-01-25 Gildas Bazin* include/vlc_common.h, include/vlc_es.h: new video_pal...
2004-01-25 Gildas Bazin* ALL: removed useless add_category_hint().
2004-01-25 Rocky Bernsteincvd.c: default duration scaling is smaller which seems...
2004-01-25 Benjamin Prachtadded a 0 accidentally
2004-01-25 Benjamin Prachtstring review
2004-01-24 Laurent Aimar * ffmpeg.c: disabled mpeg4 audio, too buggy. (This...
2004-01-23 Rocky BernsteinRV32 added, but not tested. All chromas now handled.
2004-01-23 Rocky BernsteinSmall doc changes.
2004-01-23 Rocky BernsteinOmitted option -duration-scaling which caused plugin...
2004-01-23 Rocky BernsteinRGB2 scaling is now correct. Need to do the same for...
2004-01-22 Rocky BernsteinYUY2: Need to check against accessing outside of subpic...
2004-01-22 Rocky BernsteinRV24 color-setting fixed. Fullscreen mode doesn't work...
2004-01-21 Gildas Bazin* modules/demux/dts.c: support for DTS WAV files.
2004-01-21 Rocky BernsteinRV24 scaled properly.
2004-01-21 Rocky BernsteinSome of RV32 bugs worked out - pretty close. Some RGB2...
2004-01-20 Rocky BernsteinRemove more bugs from YUY2 rendering. Short of some...
2004-01-18 Laurent Aimar * video: should fix an infinite loop. Dnumgis could...
2004-01-16 Rocky BernsteinAdd horizontal and vertical subtitle offset corrections...
2004-01-16 Sam Hocevar * modules/codec/libmpeg2.c:
2004-01-16 Rocky Bernsteinrender.c: RV16 now works great - uses all colors, but...
2004-01-15 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
2004-01-14 Rocky BernsteinDon't do compensation subtitle unscaling if the underly...
2004-01-14 Rocky BernsteinFirst OGT/CVD RenderV16 that shows some sort of readabl...
2004-01-12 Rocky BernsteinMore RenderYUY2 bug fixes. Is very usable. Remaining...
2004-01-12 Rocky BernsteinFirst attempt at YUY2. Sort of works.
2004-01-11 Rocky BernsteinFix bug in ScaleX routine which affected ratios that...
2004-01-11 Anil Daoud* missing or incomplete .cvsignores
next