50 Commits (f2953365d1c1da8c1e586270c6eb2c7437c77a9f)

Author SHA1 Message Date
Reimar Döffinger 0c1758f018 Return the amount of input data actually used in the qdm2 decoder, 14 years ago
Baptiste Coudurier 47d2ddca80 Fix qdm2 decoder packet handling to match the api 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Alex Converse 4c399dc82b Fix undefined expressions that use multiple calls to get_bits(). 14 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 062777b343 Allow hard-coding several QDM2 tables (about 32 kB size). 15 years ago
Måns Rullgård 41ea18fb0d Give RDFT types more meaningful names 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Reimar Döffinger 9adcccde0c mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make 15 years ago
Benjamin Larsson fbf4d03a7c Indent 16 years ago
Benjamin Larsson 8d9f12657c Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. 16 years ago
Benjamin Larsson 6c73a7d06c Remove redundant code, found by CSA 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Alex Converse 63cae55d62 Use the new RDFT code in the QDM2 decoder. 16 years ago
Diego Biurrun ad1eebe360 Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Benjamin Larsson d11f9e1b15 Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 17 years ago
Benjamin Larsson f7dbf86d93 Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. 17 years ago
Michael Niedermayer 5bfe3b853a minor simplification of qdm2_decode_fft_packets() 17 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Michael Niedermayer 0942f55cdc const 17 years ago
Diego Biurrun 621d7fe936 Rename two structures, identifiers starting with _[A-Z] are reserved. 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Reimar Döffinger c6bcbb2cd3 Use DECLARE_ALIGNED to ease porting 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Benjamin Larsson 63d6a6b91e Fixed a possible bug, checked against the assembly. 19 years ago
Roberto Togni 3bbe7f5d6b 10000l don't reuse outer loop index in inner loops 19 years ago
Michael Niedermayer d00bff20b2 fix infinite loop 19 years ago
Dieter efce1a8fea add static keyword to some functions 19 years ago
Diego Biurrun 1c7a8c17ff Fix a bunch of spelling/grammar mistakes in doxygen comments and output. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Roberto Togni a4893bafd8 Support for samples with fft_order = 7 19 years ago
Roberto Togni db795a1c57 Remove duplicated fft init 19 years ago
Steve L'Homme 065148e773 init_get_bits() requires size in bits, not bytes 19 years ago
Roberto Togni 3135258e19 QDM2 compatible decoder 19 years ago