]> git.sesse.net Git - vlc/history - include/vlc_fourcc.h
demux: ts: ensure iod is present when looking for SLDesc
[vlc] / include / vlc_fourcc.h
2011-07-30 Kaarlo RaihaChange allways to always
2011-07-24 Jean-Baptiste KempfAdd FSV2 FourCC and link in avcodec module
2011-07-16 Rémi Denis-CourmontDo not include <vlc_es.h> from <vlc_fourcc.h>
2011-07-08 Jean-Baptiste KempfSupport of Lagarith
2011-06-25 Laurent AimarFixed typo in comments.
2011-06-24 Laurent AimarAdded vlc_chroma_description_t::pixel_bits.
2011-06-24 Laurent AimarAdded planar I420 9/10-bit VLC_CODEC_* definitions...
2011-06-05 Laurent AimarAdded VLC_CODEC_EBU_STL.
2011-05-18 Rémi Denis-CourmontReserve RGBT codec (RGBA 5-5-5-1)
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2011-02-15 Rémi Denis-CourmontReserve FOURCC's for RV12 and AV16 XVideo formats
2011-01-22 Rémi Denis-CourmontAdd FOURCC's for DAT12 and L24 (IETF RFC3190)
2010-12-20 Jean-Baptiste KempfTry to decode WMVP with lavc WMV3's decoder
2010-12-20 Jean-Baptiste KempfCodecs: map G.722 to avcodec decoder
2010-10-01 Kaarlo RaihaChange RGB2 to RGB8
2010-07-28 Rémi Durafforts/informations/information/
2010-06-25 Jai MenonJPEG 2000 decoding support.
2010-05-19 Jean-Baptiste KempfAdd VP8 fourcc VP80
2010-05-14 Laurent AimarMade vlc_fourcc_GetChromaDescription public.
2010-05-08 Laurent AimarAdded VLC_CODEC_NV12 to vlc_fourcc.h.
2010-03-26 Alex ConverseAdd support for MPEG-4 ALS to the MP4 demuxer and FFmpe...
2010-02-14 Jean-Baptiste KempfSupport for Indeo 5
2010-02-08 Laurent AimarAdded VLC_CODEC_YV9 and remove default mapping to I410...
2010-02-06 Laurent AimarAdded VLC_CODEC_F32/64 L/B.
2010-01-12 Jean-Baptiste KempfSupport for sipr decoder from FFmpeg
2010-01-10 Rémi Denis-CourmontRemove YMGA chroma
2009-12-06 Jean-Baptiste KempfSupport for AMV video files.
2009-10-16 Jean-Baptiste KempfSupport for Forward Uncompressed video
2009-10-11 Laurent AimarAdded vlc_fourcc_GetRGBFallback.
2009-09-28 Jean-Baptiste KempfSupport for Atrac1 codec
2009-08-28 Jean-Baptiste KempfUse VLC_CODEC for ADPCM_IMA_WAV
2009-08-28 Jean-Baptiste KempfUse a VLC_CODEC_ADPCM_MS for MS ADPCM
2009-08-27 Laurent AimarAdded VLC_CODEC_BD_PG codec.
2009-08-27 Jean-Baptiste KempfTwinVQ support using the lastest avcodec commit from...
2009-08-08 Laurent AimarAdded vlc_fourcc_IsYUV.
2009-08-07 Laurent AimarAdded VLC_CODEC_DVDA_LPCM for lpcm in AOB.
2009-08-05 Laurent AimarAdded YUV fourcc helpers mainly for vout.
2009-07-18 Jean-Baptiste KempfSupport for ADPCM variant in Flash streams
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecAudio helper.
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecFromString helper.
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Jean-Baptiste KempfFourCC v210
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarAdded fourcc helpers and defines to centralize them.