]> git.sesse.net Git - vlc/history - modules/codec
* English grammar fixes and beautifications for the intf_UserFatal messages
[vlc] / modules / codec /
2007-11-09 Jean-Paul SamanFix some potential segfaults, some cleanup and fix...
2007-11-07 Jean-Baptiste KempfFFmpeg - add the MPCK fourCC, that seems to be associat...
2007-10-31 Jean-Paul SamanFixed transparency when using FFMPEG_SWSCALE in zvbi.
2007-10-26 Jean-Paul SamanSelect frames to drop a bit smarter.
2007-10-26 Jean-Paul Samanmodules/codec/ffmpeg/video_filter.c is img_* API only now
2007-10-26 Jean-Paul SamanFix ffmpeg swscaler
2007-10-26 Jean-Paul SamanRefactorize modules/codec/ffmpeg/:
2007-10-26 Jean-Paul SamanUse p_block->i_dts as spu->i_start instead of p_block...
2007-10-26 Jean-Paul SamanReturn NULL iso 0
2007-10-23 Jean-Baptiste KempfAdd support for fourCC MMES, which is a Matrox MPEG...
2007-10-23 Jean-Baptiste KempfAdd VP6A fourCC.
2007-10-21 Pavlov KonstantinFix build.
2007-10-20 Jean-Paul SamanDeinterlace prototype should be defined whether or...
2007-10-20 Jean-Paul SamanDeinterlace module doesn't depend on swscale or img_...
2007-10-20 Jean-Paul Samansws_scale_ordered() is deprecated in newer ffmpeg
2007-10-20 Laurent AimarLet ffmpeg handle APE codec (Monkey's Audio) as it...
2007-10-19 Pavlov KonstantinBump required dirac version to 0.8.0 and fix dirac...
2007-10-19 Jean-Baptiste KempfAdd NellyMoser with FourCC NELL.
2007-10-18 Jean-Paul SamanAdd support for converting RGBA into YUVA using ffmpeg...
2007-10-18 Jean-Paul SamanAdd VLC_FOURCC('R','G','B','A') to modules/codec/ffmpeg...
2007-10-18 Jean-Paul SamanFixed compiler warning for unused variables.
2007-10-18 Laurent AimarAdded support for DVD and ReplayTV CC.
2007-10-18 Laurent AimarFixed infinite loop.
2007-10-17 Christophe Mutricysvn:keywords=Id
2007-10-17 Laurent AimarBuild CC module.
2007-10-17 Laurent AimarClosed captions decoder.
2007-10-15 Jean-Paul SamanWhitespace cleanup
2007-10-15 Jean-Paul SamanIndentation.
2007-10-10 Rémi Denis-CourmontMIDI message decoder using Fluidsynth software synthetizer
2007-10-09 Jean-Baptiste Kempfffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.
2007-10-04 Rémi Denis-CourmontExport bitrate for the benefit of stream output
2007-10-04 Rémi Denis-CourmontPut some static tables const
2007-10-04 Rémi Denis-CourmontDon't redefine existing constants - fix linux build
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-03 Rémi Denis-CourmontReplace one GUID kludge with another one that does...
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Rafaël Carréinput: Removes useless "item-change" variable
2007-10-02 Laurent AimarMoved vout_synchro to decoder_synchro.
2007-10-02 Laurent AimarOops fix compilation.
2007-10-02 Laurent AimarUse decoder_GetDisplayDate.
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Rémi Denis-CourmontTypo
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-28 Rafaël Carrédon't compare signed with unsigned
2007-09-28 Laurent AimarUpdate build system for cdg demuxer/codec.
2007-09-28 Laurent AimarAdded CD+G file support:
2007-09-26 Jean-Paul SamanInit decoder fmt_out structure, so it can be used in...
2007-09-23 Jean-Baptiste KempfAdd HDYC fourCC for some HD Raw Videos.
2007-09-23 Jean-Baptiste KempfAdd Y41B and Y42B FourCC. Solves rare raw video detection.
2007-09-23 Jean-Baptiste KempfAdd AVUI fourCC, fix the problem with http://samples...
2007-09-22 Rémi Denis-CourmontSupport for decoding Speex from RTP - refs #1291
2007-09-20 Jean-Paul SamanAdjust height of subpicture region.
2007-09-20 Rémi Denis-CourmontDMO/loader patch from Alex Antropoff.
2007-09-20 Jean-Paul SamanDisable --vbi-text by default.
2007-09-19 Jean-Paul SamanDecoder teletext subtitles as text (ASCII, UTF-8 or...
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-18 Jean-Paul SamanLet user change position of Teletext subtitles.
2007-09-18 Jean-Paul SamanReturn VLC_ENOMEN iso VLC_EGENERIC when no more memory...
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-14 Rémi Denis-CourmontRemove dummy error
2007-09-13 Rémi Denis-CourmontFix invalid FOURCC use
2007-09-13 Rémi Denis-CourmontTrivial encoder for plain-text subtitles.
2007-09-13 Rémi Denis-CourmontAdd t140 FOURCC for always-UTF-8 subs
2007-09-12 Antoine CellerierAdd FVFW and fvfw since ffdshow seems to offer that...
2007-09-12 Rémi Denis-CourmontCosmetic
2007-09-11 Rafaël CarréSame for lxdialog and xvmc
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rafaël Carréffmpeg demux: Simplify
2007-09-09 Ilkka OllakkaPatch from Alex Antropoff, put block_align in use....
2007-09-05 Jean-Paul SamanAdd function to get a human readible string for a vlc_f...
2007-09-05 Rémi Denis-CourmontFix old ffmpeg linking regression from [20357]
2007-09-05 Bernie PurcellMove more of the code for USF subtitles decoding out...
2007-09-04 Jean-Paul SamanDamn previous commit was even worse. I need some rest.
2007-09-04 Jean-Paul SamanOops forgot to print the chroma.
2007-09-03 Jean-Paul SamanPrint error when chroma is not supported
2007-09-03 Jean-Paul SamanCheck malloc return values.
2007-09-01 Jean-Baptiste KempfSubtitles: same. Reput the correct new modifications.
2007-09-01 Jean-Baptiste KempfSubtitles: attempt to get the history back.
2007-08-31 Rémi Denis-CourmontSupport up to 9 channel with Vorbis
2007-08-31 Jean-Paul SamanIf too much frames have been dropped, then only decode...
2007-08-31 Jean-Paul SamanHonor --ffmpeg-skip-frame setting when used with -...
2007-08-24 Jean-Paul SamanEnable hurry-up by default to mimic old behaviour of...
2007-08-24 Jean-Paul SamanRemove TODO
2007-08-24 Jean-Paul SamanOops shouldn't have been in previous commit.
2007-08-24 Jean-Paul SamanImplement framedropping algorithm using avcontext.skip_...
2007-08-22 Antoine CellerierAdd new module_FindName function to find a module when...
2007-08-22 Rafaël CarréInclude vlc_input header to fix compilation
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rafaël CarréAdds libavcodec version check for musepack7 fourcc
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontFix compilation
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-20 Rafaël CarréCall "meta reader" module in ffmpeg demuxer
2007-08-20 Rafaël CarréAdds mpc to the ffmpeg's fourcc list
2007-08-19 Gildas Bazin* modules/codec/mpeg_audio.c: fixes for free format...
2007-08-19 Rafaël CarréDisables only informational metadata extraction in...
next