]> git.sesse.net Git - ffmpeg/history - libavcodec/dca.h
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / dca.h
2015-12-31 Alexandra Hájkovádca: use defines for subband related constants
2015-12-23 Alexandra Hájkovádca: change the core to work with integer coefficients.
2015-10-07 Alexandra Khirnovadcadec: reorganise context data
2015-03-15 Niels Möllerdca: Support for XLL (lossless extension)
2015-03-04 Diego Biurrundca: Move syncword definitions to a separate header
2015-02-16 Diego Biurrundca: Remove separate header for DCA ExSS
2015-02-14 Diego Biurrundca: Split code for handling the EXSS extension off...
2013-03-27 Diego Biurrundca: Move ff_dca_convert_bitstream() to the DCA common...
2012-10-18 Martin StorsjöAdd support for building shared libraries with MSVC
2012-08-01 Diego Biurrundca: Switch dca_sample_rates to avpriv_ prefix; it...
2012-07-31 Diego Biurrundca: Move tables used outside of dcadec.c to a separate...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2008-11-29 Kostya ShishkovAdd support for parsing and decoding DCA-HD streams.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-05-03 Diego BiurrunMove dca parser to its own file.