]> git.sesse.net Git - vlc/history - modules/codec
Fix message advice (use description.widgets instead of only description)
[vlc] / modules / codec /
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-02-01 Rémi Denis-CourmontFix a bunch of warnings involving mix between uint32_t...
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-31 Derk-Jan Hartman* SYS_DARWIN -> __ppc__ || __ppc64__
2006-01-23 Antoine Cellerieroops, last commit wasn't meant to happen
2006-01-23 Antoine Cellerierfix subtitles position (aspect ratio)
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-21 Derk-Jan Hartman* Compile fix
2006-01-21 Derk-Jan Hartman* Some cleanup to the QT decoder. Still doesn't function.
2006-01-21 Sam Hocevar * modules/codec/spudec: fixed various (innocuous...
2006-01-14 Derk-Jan Hartman* Revert the Default charset encoding back to ISO-8859-1
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément Stenaccompile fix
2005-12-28 Jean-Paul SamanPatch by Dennis van Amerongen: Unify x264 commandline...
2005-12-14 Derk-Jan Hartman* Support the "pcm " WAV fourcc. it's equal to "araw".
2005-12-10 Felix Paul Kühne* added 'M264' as FOURCC for H.263 (used by MS's encoder)
2005-12-10 Gildas Bazin* modules/codec/realaudio.c: subpackets re-ordering...
2005-12-09 Gildas Bazin* modules/demux/real.c: re-order cook subpackets and...
2005-12-09 Antoine Celleriersupport for cook audio. Thanks to the ffmpeg people...
2005-12-08 Felix Paul Kühne* added 'x264' as valid FOURCC for H.264, although...
2005-12-04 Gildas Bazin* modules/codec/realaudio.c: try to detect dropped...
2005-11-30 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: add BMP codec support...
2005-11-27 Gildas Bazin* modules/codec/ffmpeg/video.c: use frame-rate from...
2005-11-19 Antoine Cellerierx264 options patch by Alex Izvorski (plus some checks...
2005-11-13 Gildas Bazin* modules/codec/ffmpeg: try a bit harder to enable...
2005-11-13 Gildas Bazin* modules/codec/ffmpeg: added ffmpeg-skiploopfilter...
2005-11-06 Cyril Deguet* sdl_image.c: fixed 8bpp too
2005-11-05 Cyril Deguet* sdl_image.c: fixed decoding of 24/32 bpp images ...
2005-11-02 Gildas Bazin* modules/codec/libmpeg2.c: use sequence->picture_width...
2005-11-01 Gildas Bazin* modules/codec/x264.c: x264 now supports non-mod 16...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs...
2005-10-31 Gildas Bazin* modules/codec/libmpeg2.c: when AR is forced by input...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/demux.c: do not re-invent the...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/demux.c: added raw video support.
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: avoid a strcmp() in...
2005-10-30 Gildas Bazin* modules/codec/vorbis.c: fixed crash on codec cleanup...
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: fixed crash in Libavco...
2005-10-30 Gildas Bazin* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pix...
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/demux.c: Updated to use latest...
2005-10-29 Antoine Cellerieroops
2005-10-29 Antoine Celleriers/ffmpeg/x264/
2005-10-29 Antoine Cellerierallow subpel option in the 1 to 6 range for X264_BUILD...
2005-10-29 Gildas Bazin* modules/codec/libmpeg2.c: fixed detection for aspect...
2005-10-23 Clément StenacAdd support for wmap
2005-10-23 Gildas Bazin* modules/codec/realaudio.c: on win32, use codecs insta...
2005-10-19 Marian Durkovicuse display width/height for libmpeg2 debug message
2005-10-18 Antoine Cellerierincrement version check ... (QDM2 won't work before...
2005-10-18 Antoine Celleriercheck for LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0) in...
2005-10-18 Antoine Cellerier * add qdm2 support. Thanks to the ffmpeg people for...
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-10-14 Derk-Jan Hartman* Revert previous commit.
2005-10-14 Derk-Jan Hartman* If codec_type != video | audio, then don't use the...
2005-10-14 Derk-Jan Hartman* libavformat shouldn't handle .xa files. We have modli...
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-10-02 Antoine Cellerier * fix signedness gcc warning
2005-10-02 Antoine Cellerier * fix signedness gcc warnings
2005-10-02 Jean-Paul SamanFix compiler warning: 'araw.c:62: warning: static'...
2005-09-29 Jean-Paul SamanRemove trailing whitespace
2005-09-21 Gildas Bazin* modules/codec/x264.c: renamed analyse "all" mode...
2005-09-19 Gildas Bazin* modules/codec/realaudio.c: split the audio output...
2005-09-19 Felix Paul Kühne* fixed some 'comparison between signed and unsigned...
2005-09-18 Gildas Bazin* modules/codec/realaudio.c: real audio (cook) decoder...
2005-09-18 Steve Lhommemisc possible buffer/resource misuse & tidy compilation
2005-09-15 Derk-Jan Hartman* Add FMP4 FourCC. (FFMPEG MPEG-4 encoded)
2005-09-02 Christophe Massiot * modules/codec/fake.c: Added missing ToLocale().
2005-08-29 Derk-Jan Hartman* Add the hdv2 fourcc which is simply HD MPEG2
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-25 Derk-Jan Hartman* vorbis comments can be mixed case. strstr -> strcasestr
2005-08-24 Christophe Massiot * modules/codec/fake.c: Fixed compilation.
2005-08-24 Christophe Massiot * modules/codec/fake.c: Fixed a segfault when outputti...
2005-08-22 Gildas Bazin* modules/codec/dvbsub.c: fixed segfault.
2005-08-22 Gildas Bazin* modules/codec/dvbsub.c: fixed recent breakage of...
2005-08-19 Jean-Paul SamanFix region width/height encoding bug. Dvbsub never...
2005-08-15 Jean-Paul SamanOops, Disable debugging.
2005-08-15 Jean-Paul SamanAlso allow an empty palette marked with palette.i_entri...
2005-08-15 Jean-Paul SamanFound a simpler way to send an empty picture to the...
2005-08-15 Jean-Paul SamanReplaced // comments with /* .. */ and added some sanit...
2005-08-12 Christophe Massiot * modules/control/http.c: Fixed vlc_set_var() and...
2005-08-11 Christophe Massiot * modules/codec/ffmpeg: ffmpeg's av_log() messages...
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-09 Jean-Paul Samanmake positioning of subpictures posible in dvbsub
2005-08-09 Jean-Paul SamanFix compiler warning about comparing signed and unsigned
2005-08-09 Jean-Paul SamanMade es_format_t member i_bitrate unsigned int, because...
2005-08-09 Jean-Paul SamanFix compiler warnings about signed - unsigned comparisons
2005-08-03 Christophe Massiot * modules/codec/ffmpeg/encoder.c: Avoid a useless...
2005-08-02 Christophe Massiot * modules/codec/ffmpeg: More locking around avcodec_op...
2005-08-01 Christophe Massiot * modules/codec/fake.c: New obscure options to allow...
2005-08-01 Christophe Massiot * modules/codec/twolame.c, modules/codec/ffmpeg/encode...
2005-07-29 Christophe Massiot * modules/codec/sdl_image.c: New decoder taking advant...
2005-07-27 Christophe Massiot * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace...
2005-07-13 Rémi Denis-CourmontRename vlc_reduce to vlc_ureduce so that we won't get...
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Christophe MutricyALL: Add some set_shorname() so the preferences look...
2005-07-01 Sigmund Augdal Helbergcompile fix
2005-06-28 Derk-Jan Hartman* Fix some configuration options declerations and strings
2005-06-27 Gildas Bazin* modules/codec/mpeg_audio.c: don't use this codec...
2005-06-26 Rémi Denis-CourmontCompile fix
next