log libmpcodecs/ad_spdif.c @ 37134:39b662840ac7

age author description
Sat, 28 Jun 2014 19:57:15 +0000 reimar ad_spdif: do not call internal write_packet function directly.
Wed, 13 Mar 2013 02:18:17 +0000 iive Fix mplayer compilation.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Fri, 30 Nov 2012 20:08:29 +0000 reimar ad_spdif: use the more specific AF_FORMAT_AC3_LE when
Thu, 29 Nov 2012 17:03:04 +0000 reimar Do not fall back to 0 for samplerate when parser is not initialized.
Sat, 10 Nov 2012 13:39:01 +0000 reimar Do not use pkt which is uninitialized at that point.
Thu, 03 Nov 2011 19:33:05 +0000 cehoyos Use init_avformat() instead of av_register_all().
Thu, 03 Nov 2011 18:51:56 +0000 cehoyos Cosmetics: Remove empty statement.
Thu, 03 Nov 2011 18:45:59 +0000 cehoyos Use new API avformat_new_stream() instead of the deprecated
Thu, 03 Nov 2011 18:43:49 +0000 cehoyos Call av_register_all() before initialising the SPDIF muxer.
Wed, 12 Oct 2011 17:23:08 +0000 diego S/PDIF passthrough decoder