Mercurial > mplayer.hg
log libaf/af_lavcac3enc.c @ 32324:faf951bbfdfe
age | author | description |
---|---|---|
2010-09-04 | diego | Refactor more instances of avcodec_initialized handling into init_avcodec(). |
2010-01-11 | reimar | Let the format filter do the AC3 endianness conversion instead of duplicating |
2010-01-11 | reimar | Add support for distinguishing between little- and big-endian SPDIF AC3 |
2009-08-18 | tack | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, |
2009-07-26 | diego | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. |
2009-03-28 | bircoph | Remove af_msg special-casing API in libaf. |
2008-05-14 | diego | Use standard license headers with standard formatting. |
2008-03-03 | diego | Add directory names to libavcodec #includes. |
2008-02-14 | diego | typo fix: inited --> initialized |
2008-01-11 | ulion | Fix buffer overflow bug by calculate the buffer size accurately. |
2007-12-13 | ulion | Add new audio filter for encoding multi-channel audio into ac3 at runtime. |