]> git.sesse.net Git - vlc/history - modules/codec
More clean up (it has 1 minor side effect but in a buggy section anyway).
[vlc] / modules / codec /
2008-07-11 David FlynnFix potential dereference of already free()d pointer
2008-07-11 Laurent AimarClean up chroma handling in ffmpeg (as a bonus, fixed...
2008-07-10 Laurent AimarLet swscale handle video conversion when available...
2008-07-10 Derk-Jan HartmanFix positioning of dvbsub. closes #1686
2008-07-09 Laurent AimarFixed asa decoder colors (on x86 at least).
2008-07-09 Laurent AimarPartial clean up and fixes of asa codec.
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Laurent AimarFixed ALAC. (close #633)
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-03 Laurent AimarFix avcodec cinepak decoding and favour it.
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-07-03 Vincent Penquerc'huse C99 %zu for size_t in printf
2008-06-30 Felix Paul KühneWe don't want to use this module for avc1
2008-06-29 Laurent AimarAdded reget_buffer implementation for correct PTS for...
2008-06-29 Laurent AimarCheck against 0 sample rate (returned by ffmpeg).
2008-06-29 Rémi Denis-Courmontschroedinger: fix warnings
2008-06-29 Rémi Denis-CourmontFix corner case memory leak
2008-06-29 Jonathan RosserIntroduce new codec module to decode dirac video via...
2008-06-28 Antoine CellerierRemove trailing spaces.
2008-06-28 Laurent AimarFixed buffer size computation with non zero bits per...
2008-06-28 Rémi DuraffortCheck malloc return value.
2008-06-28 Rémi DuraffortFix memleak when the codec can't be loaded.
2008-06-27 Antoine CellerierAdd dirac to the list of ffmpeg codecs (enabled decodin...
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-26 Ilkka OllakkaSet strict-rc functionality as default if user hasn't
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-06-20 Pavlov KonstantinUpdate dirac support to 0.10.0.
2008-06-14 Jean-Baptiste KempfAdd a shortname to USF subs decoder.
2008-06-14 Rémi Denis-CourmontFix memory leak and error handling
2008-06-14 Rémi Denis-CourmontSpare relocations
2008-06-14 Jean-Baptiste KempfSupport more path to look for RealVideo Dlls.
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-13 Felix Paul KühneWe can't use this plugin for audio decoding on Leopard...
2008-06-11 Felix Paul KühneFix logic error pointed by Meuuh
2008-06-11 Rafaël CarréFFmpeg encoder : be sure to use the minimum required...
2008-06-11 Felix Paul KühneAdd support for Cinepak, Indeo Video IV, DVC Pro 100...
2008-06-11 Felix Paul KühneWe also want to activate AMR-WB. More to come within...
2008-06-11 Felix Paul KühneActivated iLBC support on Macs running QuickTime 7...
2008-06-10 Rémi Denis-CourmontFix permissions
2008-06-10 Jean-Baptiste KempfDecode H.264 with QuickTime on the Mac.
2008-06-09 Antoine CellerierRemove old post processing code remains from avcodec...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...
2008-06-09 Antoine CellerierMove imgresample.c to the video_filter directory.
2008-06-09 Antoine CellerierRemove crop/padd code from imgresample module. Imgresam...
2008-06-09 Antoine CellerierAdd a FIXME and fix a capability declaration.
2008-06-09 Antoine Cellerieravformat is demux/mux. Move it to modules/demux/avformat.
2008-06-09 Antoine CellerierMove swscale.c to the video_filter directory.
2008-06-09 Antoine CellerierMerge all swscale plugin related source files (except...
2008-06-09 Antoine CellerierRevive postprocessing. It is now a video filter (the...
2008-06-05 Vincent Penquerc'henable display of background bitmaps (eg, picture subti...
2008-06-05 Rafaël CarréDon't workaround unknown bugs in external libraries
2008-06-04 Rafaël CarréDon't try to build broken postproc modules
2008-06-03 Rafaël CarréAdd missing prototypes
2008-06-03 Rafaël CarréLink with libavutil when needed
2008-06-03 Antoine CellerierSplit should now be complete (postproc still needs...
2008-06-03 Antoine CellerierSome more seperation of the different ffmpeg based...
2008-06-03 Antoine CellerierImg resample based module (functionality untested ...
2008-06-03 Antoine CellerierAdd fallback to img_resample based plugin if swscale...
2008-06-02 Rémi Denis-CourmontFix linking postproc
2008-06-02 Antoine CellerierSplit ffmpeg module in avcodec (decoders, encoders...
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-06-02 Wang BoRealVideo codec through DLL loader
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontintf_Create: remove unused parameters
2008-05-30 Rafaël CarréCheck properly if vout is dying - CID 7
2008-05-30 Rafaël CarréSimplify: false positive CID 139
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Antoine CellerierEnforce the --vbi-position option. Don't crop letters.
2008-05-27 Rafaël CarréWorkaround invalid use reference counting of pictures
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Rafaël CarréRemove duplication
2008-05-26 Rafaël CarréRemove unused HAVE_XXXX_{SWSCALE,FFMPEG}_TREE defines
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Antoine CellerierFix the rawvideo codec when visible_pitch != pitch...
2008-05-26 Antoine CellerierRemove unused variable.
2008-05-23 Antoine CellerierKeep a good rendering quality when rendering zvbi subs...
2008-05-23 Antoine CellerierFix the display date in zvbi.
2008-05-21 Jean-Baptiste KempfAdd mx4n and mx4p FourCC
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Jean-Baptiste KempfFormatting cleaning
2008-05-20 Antoine CellerierVideo bitrate tolerance is advertised as kbits/sec...
2008-05-20 Antoine CellerierCosmetics.
2008-05-19 Jean-Paul SamanReturn VLC_ENOMEM when malloc fails.
2008-05-17 Jean-Paul SamanSmall cleanup
2008-05-17 Jean-Paul SamanCheck malloc/recalloc return values.
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-10 Rémi Denis-CourmontKill further I64C
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rémi Denis-CourmontVorbis: yield the playlist when using it
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Jean-Baptiste KempfFix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-02 Vincent Penquerc'hbasic support for Kate streams as subtitles
next