log libmpcodecs/ad_ffmpeg.c @ 31959:f957f330aa6d

age author description
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
Sun, 22 Aug 2010 23:38:40 +0000 diego Remove pointless casts of avcodec_find_decoder_by_name() return value.
Thu, 15 Jul 2010 17:59:46 +0000 reimar Add support for parameter changes (e.g. channel count) during playback.
Sun, 30 May 2010 16:46:31 +0000 reimar Use the -a52drc option also for the libavcodec decoder.
Tue, 20 Apr 2010 20:24:01 +0000 reimar Cosmetics/indentation fixes.
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.