aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/codec_tags.c
Commit message (Expand)AuthorAge
* demux_mkv: remove incorrect commentGravatar wm42017-06-03
* demux_mkv: support FFmpeg A_MS/ACM extensionsGravatar wm42017-06-03
* codec_tags: minor simplificationGravatar wm42017-04-18
* codec_tags: remove some more leftoversGravatar wm42017-04-18
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* demux: mime types are case-insensitiveGravatar wm42015-06-21
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* demux_mkv: remove FourCCs from audio codec handlingGravatar wm42015-06-19
* demux_mkv: remove FourCCs from video codec handlingGravatar wm42015-06-13
* Remove some FFmpeg/Libav compatibility hacksGravatar wm42015-03-03
* demux_mkv: support embedded coverartGravatar wm42014-12-22
* demux_mkv: remove ancient codec mapping leftoversGravatar wm42014-11-28
* Add some missing "const"sGravatar wm42014-10-10
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* audio: confine demux_mkv audio PCM hackGravatar wm42014-09-24
* audio: decouple demux and audio decoder/filter sample formatsGravatar wm42014-09-24
* demux: add "BIKb" FourCCGravatar Vika Apelsinova2014-04-08
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* demux_mkv: support some raw PCM variantsGravatar wm42013-11-11
* demux_mkv: add support for HEVCGravatar wm42013-10-16
* demux_mkv: support V_PRORESGravatar wm42013-09-08
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* demux: fix big endian PCM in mkv with demux_mkvGravatar wm42013-05-11
* demux_mkv: support vp9Gravatar wm42013-04-20
* demux_mkv: support ALACGravatar wm42013-03-15
* demux_mkv: Support playing Opus streams in MatroskaGravatar Stephen Hutchinson2013-03-14
* Prefix CODEC_ID_ with AV_Gravatar wm42013-03-13
* demux_mf: map to codecs directlyGravatar wm42013-02-24
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10