log libmpcodecs/ad_ffmpeg.c @ 27939:317dfad1d5ad

age author description
Thu, 09 Oct 2008 07:46:20 +0000 ulion Fix channel order for ffmpeg flac codec.
Mon, 08 Sep 2008 17:02:32 +0000 uau Fix compilation after libavcodec major version 52 changes
Sat, 07 Jun 2008 12:57:36 +0000 ulion rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.
Wed, 05 Mar 2008 02:46:50 +0000 ulion Fix ffvorbis decoder's output channel order with channel reordering function.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Mon, 10 Dec 2007 16:53:30 +0000 ulion Fix all current known multi-channel wrong order problems by adding
Mon, 27 Aug 2007 15:51:04 +0000 reimar Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf
Thu, 23 Aug 2007 20:29:57 +0000 reimar Use new request_channels
Thu, 02 Aug 2007 21:54:14 +0000 uau Revert setting audio output channel count for FFmpeg
Wed, 01 Aug 2007 23:36:40 +0000 reimar Set lavc_context->channels before opening the codec, it is sufficient to
Mon, 30 Jul 2007 15:23:25 +0000 reimar Move extern int audio_output_channels; to ad_internal.h
Mon, 30 Jul 2007 15:19:35 +0000 reimar Indicate desired number of output channels to ffmpeg audio decoder.
Tue, 05 Jun 2007 14:12:37 +0000 reimar Use avcodec_decode_audio2 in ad_ffmpeg.c
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.