log libmpcodecs/ad_ffmpeg.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 20 May 2014 19:29:31 +0000 reimar ad_ffmpeg: Set up audio format already during init.
Sun, 16 Feb 2014 16:30:05 +0000 reimar ad_ffmpeg: avoid deprecated avcodec_alloc_frame.
Sun, 16 Feb 2014 16:30:05 +0000 reimar ad_ffmpeg: avoid deprecated request_channels.
Wed, 01 Jan 2014 22:17:01 +0000 cehoyos Set audio channel_layout from container when using FFmpeg decoder.
Sat, 26 Oct 2013 08:30:29 +0000 reimar Add ARM NEON optimization of common channel interleave cases.
Wed, 16 Oct 2013 17:20:31 +0000 reimar ad_ffmpeg: fix commit fixing sample rate changes to actually work.
Tue, 15 Oct 2013 18:44:08 +0000 reimar Handle files with sample rate changes correctly.
Tue, 12 Mar 2013 21:46:01 +0000 cehoyos Define AVCODEC_MAX_AUDIO_FRAME_SIZE.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Wed, 21 Nov 2012 12:02:52 +0000 upsuper Use size_t instead of unsigned in address arithmetic.
Wed, 21 Nov 2012 11:37:24 +0000 upsuper Add missing break.
Mon, 05 Nov 2012 21:02:38 +0000 reimar Fix potential NULL dereference.
Thu, 04 Oct 2012 18:04:42 +0000 cigaes ad_ffmpeg: basic support for planar formats.
Sat, 24 Mar 2012 20:24:44 +0000 reimar AVCODEC_MAX_AUDIO_FRAME_SIZE seems to be based on
Fri, 03 Feb 2012 20:33:32 +0000 reimar Fix format string for -a52drc option.