log libmpcodecs/ad_ffmpeg.c @ 31009:591ab361a131

age author description
Tue, 20 Apr 2010 20:22:49 +0000 reimar Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sun, 24 Jan 2010 15:19:14 +0000 reimar Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
Fri, 15 Jan 2010 21:01:31 +0000 reimar We only need to disable seeking back in ad_ffmpeg when we actually _use_
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Sat, 28 Nov 2009 18:01:54 +0000 attila when using -v, print also which lavc codec has been used, not
Sun, 22 Nov 2009 13:14:39 +0000 reimar Switch ad_ffmpeg to avcodec_decode_audio3
Sun, 22 Nov 2009 13:08:43 +0000 reimar Remove unused variable.
Wed, 04 Nov 2009 00:54:46 +0000 tack ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
Wed, 23 Sep 2009 19:21:38 +0000 reimar Make sure avctx->codec_type and codec_id are set, since libavcodec
Wed, 26 Aug 2009 19:06:14 +0000 reimar Reindent
Wed, 26 Aug 2009 19:05:36 +0000 reimar Retry deciding to get audio parameters several times on errors, this avoids
Tue, 18 Aug 2009 22:24:36 +0000 tack Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.