log libmpcodecs/ae_lavc.c @ 36327:797bbffdd112

age author description
Mon, 13 May 2013 19:34:44 +0000 reimar Do not pass random unsupported data to encoder.
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.
Sat, 27 Aug 2011 11:04:53 +0000 reimar Only use non-deprecated code in lavc encoders.
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Sun, 12 Jun 2011 00:28:51 +0000 reimar Pass "native" filter chain sample format to audio encoder.
Sun, 12 Jun 2011 00:04:43 +0000 reimar Remove outdated message.
Sun, 12 Jun 2011 00:03:35 +0000 reimar Fix encoding to formats taking input other than 16 bits per sample.
Sat, 11 Jun 2011 23:36:52 +0000 reimar Always choose AV_SAMPLE_FMT_S16 then the encoder supports it.
Sun, 27 Mar 2011 21:25:58 +0000 cehoyos Cosmetics: Fix typo.
Sun, 27 Mar 2011 10:24:11 +0000 reimar Warn when audio encoder requires an input format different from S16,
Tue, 01 Mar 2011 21:50:57 +0000 reimar Start adding support for lavc audio encoders that use other formats
Sat, 05 Feb 2011 14:02:49 +0000 reimar Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
Sat, 01 Jan 2011 19:39:19 +0000 reimar Set sample_fmt before trying to open an audio codec.
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Wed, 08 Sep 2010 19:51:57 +0000 diego Move lavc_param_* extern declarations to ve.h.