]> git.sesse.net Git - ffmpeg/history - libavcodec/dca_parser.c
libopusdec: fix out-of-bounds read
[ffmpeg] / libavcodec / dca_parser.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-05-12 foo86dca_parser: Extend DTS core sync word and fix existing...
2015-03-04 Diego Biurrundca: Move syncword definitions to a separate header
2014-09-16 Gabriel Dumedca: K&R formatting cosmetics
2013-09-17 John Stebbinsdca_parser: Handle changes in DCA frame size
2013-03-27 Diego Biurrundca: Move ff_dca_convert_bitstream() to the DCA common...
2012-11-01 Justin Rugglesdca_parser: allow the parser to change the sample rate
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
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...
2012-03-05 Justin Rugglesdca_parser: parse the sample rate and frame durations
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-11-29 Kostya ShishkovAdd support for parsing and decoding DCA-HD streams.
2008-04-15 Kostya ShishkovDCA frame size is constant
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Diego BiurrunRemove superfluous #includes, parser.h now includes...
2007-05-03 Diego BiurrunMove dca parser to its own file.