log libmpdemux/mp_taglists.c @ 37195:ac6c37d85d65 default tip

age author description
Mon, 17 Feb 2014 23:57:31 +0000 reimar mp_taglists: Avoid libavformat/internal.h include.
Wed, 01 Jan 2014 22:19:26 +0000 cehoyos Support Atrac 3+ in oma files.
Fri, 18 Oct 2013 18:03:21 +0000 cehoyos Support little endian G.726 as found in Sun au files.
Fri, 18 Oct 2013 06:04:40 +0000 cehoyos Support playback of f32le in mov.
Thu, 17 Oct 2013 09:47:42 +0000 cehoyos Preliminary support for FFmpeg HEVC decoder.
Wed, 15 May 2013 09:28:41 +0000 cehoyos Support Nintendo Gamecube DTK files.
Tue, 30 Apr 2013 06:56:45 +0000 cehoyos Support playing VC-1 in transport streams with -demuxer lavf.
Wed, 13 Mar 2013 02:18:17 +0000 iive Fix mplayer compilation.
Fri, 01 Feb 2013 18:30:34 +0000 cehoyos Support decoding G722 in au.
Wed, 23 Jan 2013 12:27:38 +0000 cehoyos Also support EVRC in qcp.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Sun, 23 Dec 2012 01:25:26 +0000 cehoyos Support decoding lbc files.
Tue, 18 Dec 2012 00:53:45 +0000 cehoyos Support FFmpeg Silicon Graphics Motion Video Compressor 1 and 2.
Tue, 18 Dec 2012 00:40:37 +0000 cehoyos Support FFmpeg SGI RLE decoder.
Mon, 03 Dec 2012 22:57:23 +0000 cehoyos Force FFmpeg bitmap decoder for BMP attachments.
Sun, 02 Dec 2012 14:08:49 +0000 cehoyos 10l: Add forgotten mp_taglists.c change to enable afc decoding.
Tue, 30 Oct 2012 11:32:05 +0000 cehoyos Support FFmpeg YOP decoder.
Mon, 08 Oct 2012 11:36:22 +0000 cehoyos Support FFmpeg's TAK decoder.
Sun, 22 Jul 2012 21:26:51 +0000 cehoyos Initial libopus decoding support.
Thu, 19 Jul 2012 06:23:54 +0000 cehoyos Support FFmpeg APC ADPCM IMA audio decoder
Fri, 06 Jul 2012 12:34:58 +0000 cehoyos Support FFmpeg Packed Animation File decoder.
Fri, 22 Jun 2012 20:02:10 +0000 cehoyos Support LucasArts SMUSH and VIMA decoding.
Sat, 24 Mar 2012 19:26:36 +0000 reimar Switch FLIC tag to the one used by FLIC-in-MOV.
Thu, 22 Mar 2012 07:05:20 +0000 cehoyos Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
Sun, 11 Mar 2012 16:27:32 +0000 compn add ffatrac1 codec, works on A-codecs/ATRAC1/
Fri, 17 Feb 2012 20:07:21 +0000 cehoyos Support playback of CDXL files with -demuxer lavf.
Tue, 14 Feb 2012 19:22:22 +0000 reimar Simplify codec id <-> tag mapping using avformat_get_riff_*_tags.
Wed, 04 Jan 2012 20:28:43 +0000 siretart libmpdemux/mp_taglists.c: Replace #ifdef with #if directives
Wed, 04 Jan 2012 12:33:59 +0000 siretart make the checks for available codec id more robust
Tue, 03 Jan 2012 15:51:26 +0000 siretart Allow compilation with Libav
Tue, 20 Dec 2011 00:11:26 +0000 cehoyos Support FFmpeg 8088flex TMV decoder.
Thu, 15 Dec 2011 22:32:22 +0000 cigaes Support SBG decoding using ffwavesynth.
Wed, 14 Dec 2011 14:32:47 +0000 cehoyos Support FFmpeg mmvideo decoder.
Thu, 08 Dec 2011 12:09:00 +0000 cehoyos Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
Sun, 04 Dec 2011 23:13:46 +0000 cehoyos Support FFmpeg's PCM 16-bit little-endian planar decoder.
Sun, 04 Dec 2011 23:03:24 +0000 cehoyos Support FFmpeg's EA MAD decoder.
Sun, 04 Dec 2011 22:52:58 +0000 cehoyos Support FFmpeg vdmaudio decoder.
Sun, 04 Dec 2011 22:41:31 +0000 cehoyos Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
Sat, 03 Dec 2011 08:03:12 +0000 reimar Fix mp_tag2codec_id to take all AVI tags into account again.
Fri, 02 Dec 2011 19:45:48 +0000 cehoyos Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
Fri, 02 Dec 2011 19:40:36 +0000 cehoyos Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
Fri, 02 Dec 2011 19:23:43 +0000 cehoyos Support FFmpeg Funcom IMA ISS ADPCM decoding.
Tue, 08 Nov 2011 23:51:41 +0000 cehoyos Support BMV decoding (bug 2009).
Tue, 08 Nov 2011 21:19:39 +0000 reimar Add support for decoding EA CMV files.
Sat, 05 Nov 2011 22:18:13 +0000 reimar Restore NUV1 internal fourcc.
Sat, 05 Nov 2011 18:38:56 +0000 cehoyos Support Chronomaster DFA decoding (bug 2006).
Fri, 04 Nov 2011 08:41:11 +0000 cehoyos Support Mobotix MxPEG decoding (bug 2004).
Mon, 31 Oct 2011 19:44:51 +0000 diego Map 8svx fourcc to 8raw instead of relying on non-existing CODEC_ID.
Sun, 23 Oct 2011 12:14:45 +0000 reimar Consistently use "struct AVCodecTag" and not sometimes just "AVCodecTag".
Sun, 23 Oct 2011 12:12:43 +0000 reimar Change codec tag/id conversion to not use ff_codec_bmp_tags/ff_codec_wav_tags.
Fri, 07 Oct 2011 16:15:37 +0000 cehoyos Support MP3 in TS with -demuxer lavf.
Fri, 07 Oct 2011 15:55:57 +0000 cehoyos Support decoding 8SVX in IFF.
Fri, 30 Sep 2011 21:47:26 +0000 cehoyos Support G.723.1 decoding via FFmpeg.
Thu, 29 Sep 2011 02:44:48 +0000 compn decoder: add ffmpeg ansi decoder
Sun, 25 Sep 2011 09:58:58 +0000 cehoyos Support Sorenson Spark in f4v files.
Sun, 25 Sep 2011 09:55:30 +0000 cehoyos Support act files with -demuxer lavf.
Wed, 31 Aug 2011 09:04:21 +0000 cehoyos Do not map to internal MPlayer FourCC if possible.
Fri, 22 Apr 2011 09:06:03 +0000 reimar Add mapping between codec ID and tag for ANM and AVS.
Sun, 27 Mar 2011 07:16:38 +0000 cehoyos FFmpeg Bitmap Brothers JV decoder.
Tue, 01 Mar 2011 11:02:48 +0000 cehoyos Support dvvideo in Leitch/Harris' VR native stream format (LXF).