36 Commits (6b97e76dfca87ae868fbd2dff689e9de2ee45bcc)

Author SHA1 Message Date
  Ronald S. Bultje ae6c57859c qdm2: clip array indices returned by qdm2_get_vlc(). 14 years ago
  Laurent Aimar 8abf1d882e Fix out of bound reads in the QDM2 decoder. 14 years ago
  Laurent Aimar 1a53095406 Check for out of bound writes in the QDM2 decoder. 14 years ago
  Justin Ruggles 60eebf5c12 qdm2: check output buffer size before decoding 14 years ago
  Baptiste Coudurier 30ee6c1995 Fix qdm2 decoder packet handling to match the api 15 years ago
  Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 17 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 17 years ago
  Alex Converse 63cae55d62 Use the new RDFT code in the QDM2 decoder. 17 years ago
  Diego Biurrun ad1eebe360 Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. 17 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 17 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 18 years ago
  Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 18 years ago
  Diego Biurrun 5e53486545 typo fix: inited --> initialized 18 years ago
  Michael Niedermayer 0942f55cdc const 18 years ago
  Diego Biurrun 621d7fe936 Rename two structures, identifiers starting with _[A-Z] are reserved. 18 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
  Reimar Döffinger c6bcbb2cd3 Use DECLARE_ALIGNED to ease porting 19 years ago
  Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 19 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 19 years ago
  Benjamin Larsson 63d6a6b91e Fixed a possible bug, checked against the assembly. 20 years ago
  Roberto Togni 3bbe7f5d6b 10000l don't reuse outer loop index in inner loops 20 years ago
  Michael Niedermayer d00bff20b2 fix infinite loop 20 years ago
  Dieter efce1a8fea add static keyword to some functions 20 years ago
  Diego Biurrun 1c7a8c17ff Fix a bunch of spelling/grammar mistakes in doxygen comments and output. 20 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 20 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 20 years ago
  Roberto Togni a4893bafd8 Support for samples with fft_order = 7 20 years ago
  Roberto Togni db795a1c57 Remove duplicated fft init 20 years ago
  Steve L'Homme 065148e773 init_get_bits() requires size in bits, not bytes 20 years ago
  Roberto Togni 3135258e19 QDM2 compatible decoder 20 years ago