]> git.sesse.net Git - vlc/history - modules/codec
Fix SRTP Roll-Over-Counter handling
[vlc] / modules / codec /
2007-03-10 Rémi Denis-CourmontRemove unused variable
2007-03-07 Laurent AimarFixed uninitialized value.
2007-03-04 Dennis van Amerongen* modules/codec/x264.c: Add mvrange option.
2007-03-04 Dennis van Amerongen* modules/codec/x264.c: Add support for multipass encod...
2007-03-03 Dennis van Amerongen* modules/codec/x264.c: Revert [16936] (temporarily...
2007-03-03 Sigmund Augdal Helbergfix possition of dvbsubs when input has p_subpic->i_x...
2007-03-02 Laurent AimarWarning fix.
2007-03-01 Laurent AimarFixed a memleak per packetizer module_Need.
2007-02-28 Derk-Jan Hartman* rawvideo.c: Do not use visible_pitch when walking...
2007-02-26 Christophe MutricyCompile fix for old ffmpeg
2007-02-25 Laurent AimarFixed segfault when faad reports an unknown channel...
2007-02-21 Antoine CellerierAdd CODEC_ID_GSM and CODEC_ID_GSM_MS to ffmpeg audio...
2007-02-20 Laurent Aimarffmpeg: ask a packetizer for audio too (needed since...
2007-02-20 Rémi Denis-CourmontMissing #includes
2007-02-20 Rémi Denis-CourmontAlso complain subtitle is mislabeled as UTF-8
2007-02-20 Rémi Denis-CourmontMore explicit debug and error in subtitle charset selection
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-17 Antoine Cellerierffmpeg/mux.c: implement MUX_GET_MIME.
2007-02-17 Antoine CellerierWith recent libavformat, only use the evil CODEC_ID_MP2...
2007-02-17 Antoine CellerierFix ffmpeg muxer header writing. This allows flash...
2007-02-15 Rémi Denis-CourmontSupport for FLAC version 1.1.3 - fixes #921
2007-02-12 Antoine Celleriers/borken/broken/
2007-02-12 Antoine CellerierConditionaly compile the mux fix as it requires a new...
2007-02-11 Antoine CellerierPrint more debug messages from ffmpeg when using the...
2007-02-11 Antoine Cellerier * Fix ffmpeg muxer. (flv muxing now works with ./vlc...
2007-02-11 Antoine CellerierAdd option to specify which muxer we want to use in...
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-09 Rémi Denis-Courmontmultipass x264 patch courtesy of Sašo Kiselkov
2007-01-25 Christophe Massiot * modules/codec/telx.c: New option to work around...
2007-01-23 Jean-Paul SamanWhen no start display time is found in a subpicture...
2007-01-20 Christophe Mutricyts.c: Current libdvbpsi is buggy so wait for 0.1.6...
2007-01-19 Christophe Massiot * modules/demux/ts.c: Parse the telx descriptor and...
2007-01-18 Derk-Jan Hartman* Set svn properties for the telx.c file
2007-01-18 Derk-Jan Hartman* compile fix: missing comma in debug statement
2007-01-18 Derk-Jan HartmanTeletext module patch by Vincent Penne
2007-01-17 Christophe Mutricyadd a shortname and delete unused variable
2007-01-17 Christophe Massiot * modules/codec/telx.c: Pedantic coding style changes.
2007-01-17 Christophe Massiot * modules/codec/telx.c: Teletext subtitles decoder...
2007-01-16 Christophe Massiot* modules/codec/mpeg_audio.c: Add a debug message for...
2007-01-14 Damien Fouilleul- ffmpeg/encoder.c: more int64_t fixes
2007-01-11 Christophe MutricyRemove the warning. thanks to Quovodis
2007-01-11 Christophe MutricyBetter a compile warning than a bug. Thanks to Robert...
2007-01-11 Damien Fouilleul- ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t...
2006-12-31 Antoine CellerierAdd quicktime in24 and in32 support (basically s24...
2006-12-24 Clément StenacMore cleanup
2006-12-17 Dennis van Amerongen* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv...
2006-12-14 Derk-Jan Hartman* More compiler warning fixes (const mostly)
2006-12-13 Derk-Jan Hartman* Add support for HD DVBsub closes #896
2006-12-01 Marian DurkovicAdd a FIXME
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément Stenac« En essayant continuellement on finit par réussir...
2006-11-26 Clément StenacRound 3 :)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-24 Christophe MutricyUse LOW_DELAY only with MPEG1/2. Closes #864
2006-11-21 Rémi Denis-CourmontFix segmentation fault at ffmpeg startup (fixes #858)
2006-11-20 Rafaël CarréIgnore empty vorbis comments (closes #704)
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-18 Derk-Jan Hartman* Don't use deprecated functions if libswscaler is...
2006-11-17 Derk-Jan Hartman* Fix ffmpeg include's
2006-11-17 Derk-Jan Hartman* Other way around of course
2006-11-17 Derk-Jan Hartman* Disable swscale if we don't have it installed
2006-11-17 Derk-Jan Hartman* Remove the old swscale files, and use the newer libsw...
2006-11-13 Derk-Jan Hartman* Allow "empty" subtitle packets. These are used to...
2006-11-13 Derk-Jan Hartman* Update wavpack libavcodec version for trunk as well...
2006-11-12 Rémi Denis-CourmontFix a few warnings
2006-11-12 Rémi Denis-CourmontWarning fix
2006-11-12 Rémi Denis-CourmontFix compiler warnings
2006-11-12 Rémi Denis-CourmontDo not use pointer arithmethic on void pointers.
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Rémi Denis-CourmontRemove another harmful extra ToLocale() call
2006-11-10 Rémi Denis-CourmontPartial forward port of thedj's [17597]:
2006-11-08 Christophe Massiot * modules/codec/libmpeg2.c, modules/packetizer/mpegvid...
2006-11-08 Christophe Massiot * modules/codec/ffmpeg/encoder.c: MPEG compliance...
2006-11-02 Derk-Jan Hartman* forwardport the mjpeg fix and the dvbsub color fixes
2006-10-30 Rafaël CarréRename flacdec codec plugin to flac, to show it can...
2006-10-28 Dennis van Amerongen* modules/codec/x264.c: Fix range enforcement and strin...
2006-10-28 Dennis van Amerongen* modules/codec/x264.c: proper descriptions for options...
2006-10-25 Antoine CellerierAdd GIF decoding support (thanks to FFmpeg once more...
2006-10-23 Jean-Paul SamanSupport for X11 Unichrome and XvMC extensions. The...
2006-10-21 Jean-Paul SamanTurn #if DVBDEBUG into #ifdef DVBDEBUG
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-10-21 Rémi Denis-Courmont*Ahem*
2006-10-21 Jean-Paul SamanFix compiler warning: implicit declaration of function...
2006-10-21 Derk-Jan Hartman* copy paste error
2006-10-21 Derk-Jan Hartman* Add 24bit and 32bit PCM stream support to avcodec
2006-10-20 Antoine CellerierPut lower priority than ffmpeg. (when SDL_image was...
2006-10-19 Derk-Jan Hartman* prevent potential crashes on files with broken channe...
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...
next