52 Commits (3e47bbad56e8a00bf502829403f298e17c69dd1a)

Author SHA1 Message Date
foo86 23990950e3 avcodec/dca_parser: revert to conservative sync distance estimation 7 years ago
James Almer 7c9d2ad45f avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_header() 7 years ago
foo86 07a7f08b1e avcodec/dca_parser: avoid use of magic values 7 years ago
foo86 4b6c212e85 avcodec/dca_parser: export profile information 7 years ago
foo86 e54b9be1ff avcodec/dca_parser: switch to common frame header parsing function 7 years ago
foo86 214e63f851 avcodec/dca_parser: skip initial padding 9 years ago
foo86 1f7b67a1ca avcodec/dca_parser: simplify state machine 9 years ago
foo86 a0f76b825c avcodec/dca: move EXSS sampling frequency arrays to dca.c 9 years ago
foo86 cb55c5b49e avcodec/dca_parser: set duration for core-less streams 9 years ago
foo86 a0349ae27c avcodec/dca_parser: improve frame end search 9 years ago
Hendrik Leppkes a969a914f5 dca_parser: ensure frame duration matches the actual sample rate 9 years ago
Hendrik Leppkes 00ae5b401b dca_parser: don't overwrite the sample rate, it may not be correct 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
foo86 0670acc4f1 dca_parser: Extend DTS core sync word and fix existing check 10 years ago
foo86 e80b2b9c81 avcodec/dca_parser: Extend DTS core sync word and fix existing check 10 years ago
Diego Biurrun 25f613f8be dca: Move syncword definitions to a separate header 10 years ago
Gabriel Dume 45ff7c93dd dca: K&R formatting cosmetics 10 years ago
Michael Niedermayer 7a34b7d80f avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe() 10 years ago
John Stebbins 8411baf6f0 dca_parser: Handle changes in DCA frame size 11 years ago
Diego Biurrun 1db6a080bd dca: Move ff_dca_convert_bitstream() to the DCA common code 12 years ago
Justin Ruggles a4202003b2 dca_parser: allow the parser to change the sample rate 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 19cf7163c1 dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs 12 years ago
Diego Biurrun 9e4bca16f8 dca: Move tables used outside of dcadec.c to a separate file. 12 years ago
Justin Ruggles 11ac796f7a dca_parser: parse the sample rate and frame durations 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Anton Khirnov 5511ad14fe lavc: use designated initialisers for parsers. 13 years ago
Hendrik Leppkes 022d22e581 Fix a regression in the dca parser introduced by dts express support. 13 years ago
Hendrik Leppkes 14474fbbd0 dca_parser: Add support for parsing dts express 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Kostya Shishkov d041a59897 Add support for parsing and decoding DCA-HD streams. 16 years ago
Kostya Shishkov f4bcc857cb DCA frame size is constant 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs c53d2d9042 make some parser parameters const to avoid casting const to non-const 18 years ago
Diego Biurrun bbb7d4c76b Remove superfluous #includes, parser.h now includes its prerequisites. 18 years ago
Diego Biurrun 98c98e04cc Move dca parser to its own file. 18 years ago