]> git.sesse.net Git - vlc/history - modules/codec
Ugly kludge around a kludge around a kludge. That's so nice.
[vlc] / modules / codec /
2006-10-19 Derk-Jan Hartman* Support 5.1 channels in Flac (untested with a 5.1...
2006-10-17 Derk-Jan HartmanEnable ffmpegs TTA decoder, and add a TTA demux to...
2006-10-17 Derk-Jan Hartman* Let the libmpeg2 module decode video with the mp2v...
2006-10-13 Loren Merrittsync to x264 r591
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-09 Dennis van Amerongen* modules/codec/x264.c: copy/paste oops in 17009..
2006-10-09 Dennis van Amerongen* modules/codec/x264.c: H.264 level options patch by...
2006-10-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-08 Gildas Bazin* modules/demux/real.c, modules/codec/ffmpeg/demux...
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-05 Gildas Bazin* modules/codec/faad.c: adjust stream info when dealing...
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-04 Felix Paul Kühne* forward port my fixed temporary fix and re-enable...
2006-10-03 Derk-Jan HartmanRe-enable mad decoder on OSX. It was disabled because...
2006-10-02 Dennis van Amerongen* modules/codec/x264.c: add interlaced, deadzone-inter...
2006-10-01 Rafaël CarréAdded psz_trackid, psz_artistid, psz_albumid to vlc_met...
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-30 Clément StenacMerge author/artist
2006-09-26 Antoine CellerierEnable WavPack decoding in ffmpeg (once they'll increme...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-23 Dennis van Amerongen* modules/codec/ffmpeg.c: add X264 to the list of suppo...
2006-09-22 Christophe Mutricyi18n fixes pointed by Marian Hikanik
2006-09-22 Derk-Jan Hartman* Added the info for the MSS2, MSS1, WMVA, WVP2, WMVP...
2006-09-18 Antoine CellerierFix voribis meta data stuff (so that it doesn't match...
2006-09-17 Antoine CellerierUse Artist/Title/Album meta data in vorbis. Feel free...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-09 Antoine CellerierAlso decode VP6 in flash ... this currently decodes...
2006-09-09 Antoine CellerierFFmpeg now has VP5/VP6 decoding (flash uses special...
2006-09-09 Clément StenacCopyright stuff
2006-09-05 Antoine CellerierFFmpeg now has support for VMware's video codec.
2006-09-02 Antoine CellerierOops.
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-09-02 Dennis van Amerongen* typo ouput -> output
2006-08-29 Derk-Jan Hartman* fix stupid mistake in [16427]
2006-08-29 Derk-Jan Hartman* set the proper buffer size when encoding with ffmpeg...
2006-08-29 Jean-Paul SamanFix compiler warnings (mismatch in datatypes)
2006-08-29 Jean-Paul SamanFix compiler warning about comparing signed and unsigne...
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-22 Gildas Bazin* modules/codec/ffmpeg/mux.c: libavformat is much more...
2006-08-21 Gildas Bazin* modules/codec/ffmpeg: experimental muxer using ffmpeg...
2006-08-19 Dennis van Amerongen* modules/codec/x264.c: cosmetics and added SSIM stats...
2006-08-16 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG...
2006-08-14 Derk-Jan Hartman* set extradata of the x264 encoder.
2006-08-09 Jean-Paul SamanFix comments
2006-08-06 Jean-Paul SamanOops use VLC_ error messages
2006-08-06 Jean-Paul Samansanity checking
2006-08-06 Loren Merrittoops in r16209
2006-08-04 Loren Merrittfix the crf option to reflect x264's API change in...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-29 Christophe Mutricyfix breakqge introduce in [16152]
2006-07-29 Felix Paul Kühne* enabled ffmpeg's beta WMV3/VC1-support
2006-07-20 Felix Paul Kühne* compilation fix to reflect x264's API change in its...
2006-06-29 Derk-Jan Hartman* MPNG support
2006-06-29 Dennis van Amerongen* modules/codec/dmo/dmo.c: if an aspect ratio was speci...
2006-06-27 Jean-Paul SamanTheora framesize calculation patch by Kevin H. Patterso...
2006-06-21 Derk-Jan Hartman* update the ffmpeg VC-1 fourcc info. Hopefully it...
2006-06-10 Gildas Bazin* modules/codec/ffmpeg/audio.c: reduce memory usage...
2006-06-10 Gildas Bazin* modules/codec/dmo/dmo.c: fix typo in fourcc.
2006-05-29 Jean-Paul SamanThis patch removes the usage of FFMPEG's internal ff_mp...
2006-05-27 Sam Hocevar * modules/codec/realaudio.c: oh, after all, let's...
2006-05-27 Sam Hocevar * modules/codec/realaudio.c: only use WINAPI for...
2006-05-27 Dennis van Amerongenminor typo loose -> lose
2006-05-27 Dennis van AmerongenAdd support for Windows Media Video (VC-1) Advanced...
2006-05-22 Dennis van Amerongenproper subme integer range
2006-05-20 Jean-Paul SamanRemove unused variables
2006-05-20 Jean-Paul SamanRemove unused variables and #ifdef DEBUG_SPUDEC the...
2006-05-20 Jean-Paul Samanx264 options patch from Dennis van Amerongen (Trax...
2006-05-14 Clément StenacFix ffmpeg linking
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-30 Clément StenacAdd support for Windows Media Audio 9 Speech (Closes...
2006-04-27 Jean-Paul SamanRemove whitespace
2006-04-13 Clément StenacString stuff
2006-04-11 Derk-Jan Hartman* make the flac decoder errors less annoying. some...
2006-04-11 Clément StenacString fixes
2006-04-10 Derk-Jan Hartman* Fix ffmpeg libavformat linkage when we don't use...
2006-04-07 Christophe Massiot * modules/codec/dvbsub.c: add_suppressed -> add_suppre...
2006-04-07 Christophe Massiot * modules/codec/dvbsub.c: add_deprecated -> add_suppressed
2006-04-07 Christophe Massiot * modules/codec/dvbsub.c: Add deprecated option and...
2006-04-07 Christophe Massiot * modules/codec/spudec: Decreased verbosity.
2006-04-07 Jean-Paul SamanRemove --sout-dvbsub-timeout flag
2006-04-07 Christophe Massiot * modules/codec/dvbsub.c: Fixed a major bug with DVBSU...
2006-04-06 Christophe Massiot * modules/codec/png.c: More robust error checking...
2006-04-03 Derk-Jan Hartman* Fix FindFallbackEncoding on Mac OS X.
2006-04-02 Christophe Mutricytypo
2006-04-02 Christophe Mutricyx264.c: the string review was a bit too strong here
2006-04-02 Derk-Jan Hartman* Finally found a list of SSA charset id's. Add to...
2006-04-02 Derk-Jan Hartman* Don't ignore blank alpha pallettes. Tested with all...
2006-04-01 Christophe MutricyOups
2006-03-31 Clément StenacX264 (Refs:#438)
2006-03-31 Christophe Mutricycodec 2nd round exept fo x264 (refs #438)
2006-03-31 Clément StenacCodecs (except x264). Refs:#438
2006-03-30 Christophe MutricyString review in codec. 1st part. ffmpeg.h to be improv...
2006-03-30 Rémi Denis-CourmontCosmetic, Fix my name
2006-03-22 Rémi Denis-Courmontinclude:
2006-03-18 Clément StenacTranscode cropping/padding patch by Udo Richter < udo...
2006-03-11 Rémi Denis-Courmont * Use run-time detection of UTF-8 as current charset...
2006-03-11 Rémi Denis-Courmont- Fix memleak when not using Mac OS
next