log libmpcodecs/ae_lavc.c @ 33855:395ed228b8f5

age author description
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.
Wed, 08 Sep 2010 19:40:20 +0000 diego Replace mp_wav_taglists extern declaration by proper #include.
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
Sat, 10 Jul 2010 07:25:44 +0000 reimar Make it possible to set all options for lavc audio encoder.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.