235 Commits (ada65af9d19c53ad143b324b57ac581b0dfb812b)

Author SHA1 Message Date
  Alexander Kojevnikov 49d7ef282d Show correct bitrate for VBR MP3 files. 15 years ago
  Michael Niedermayer 69b56ed7a6 Move ff_dct_init(context) out of if(one time init) 15 years ago
  Måns Rullgård 59bebb11e0 mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c 15 years ago
  Måns Rullgård 35d597d556 mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder 15 years ago
  Aurelien Jacobs 956dae9e77 adu and mp3on4 functions are also needed by their respective float decoders 15 years ago
  Vitor Sessak 060dd93000 Altivec-optimized mp{1,2,3} windowing 15 years ago
  Vitor Sessak 06d01188e9 More mp{1,2,3} 32-point DCT transform to our common DCT framework. 15 years ago
  Vitor Sessak 186d02150e Use lookup table to avoid division in mp2 decoder 15 years ago
  Vitor Sessak bc2b368215 SSE-optimized MP3 floating point windowing functions 15 years ago
  Vitor Sessak 47ba787442 Move float-specific function to mpegaudiodec_float.c 15 years ago
  Vitor Sessak 9dac6dbb22 Remove pointless condition in #if 15 years ago
  Vitor Sessak 4233ce315c Fix breakage in compilation with --disable-mpegaudio-hp introduced in 15 years ago
  Vitor Sessak 4d49a5a785 Factorize the mpegaudio windowing code in a function and call it by a 15 years ago
  Vitor Sessak 525ac37fd2 Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable 15 years ago
  Michael Niedermayer 40914d97cc 1.0 and the resulting exactly representable value must be marked as float as well, 15 years ago
  Michael Niedermayer 0628f3e8cf Cast constants to float to avoid gcc converting to and from 15 years ago
  Michael Niedermayer bfbdc58e52 Fix compilation with low precission mpeg audio decoding. 15 years ago
  Michael Niedermayer 3b7117b73a Do the same sign flip optimization to the low freq decoder. 15 years ago
  Michael Niedermayer 4b070a7a61 Factorize READ_FLIP_SIGN() optimization out 15 years ago
  Michael Niedermayer 0c0d88aed5 Optimize decoding high freqs. 15 years ago
  Michael Niedermayer fd9451c68f Make lsf_sf_expand() 4 times faster. 15 years ago
  Michael Niedermayer b91d46614d float based mp1/mp2/mp3 decoders. 15 years ago
  Michael Niedermayer 86433cc6f5 Remove unused FRAC_RND() macro from mpegaudiodec.c. 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
  Måns Rullgård da0ac0ee64 Make some functions static 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
  Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
  Vitor Sessak c902340599 Reduce stack memory allocation in MP3 decoder 15 years ago
  Reimar Döffinger eadaa00c6f Add support for hardcoding the mpegaudiodec tables. 15 years ago
  Reimar Döffinger 9adcccde0c mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make 15 years ago
  Reimar Döffinger a57afd2943 Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. 15 years ago
  Reimar Döffinger 686884da9d Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. 15 years ago
  Michael Niedermayer 45a014d75e Set data_size to 0 to avoid having it uninitialized. 15 years ago
  Michael Niedermayer f7304e99d4 Check data_size in decode_frame_mp3on4(). 15 years ago
  Michael Niedermayer 0d31833d04 check data_size in decode_frame() 15 years ago
  Diego Biurrun 83614f2df9 Reduce pointless verbosity after seeks in the MP3 decoder. 15 years ago
  Michael Niedermayer 822d0a6e0c Drop code that attempts to decode frames that are prefixed by junk. 16 years ago
  Måns Rullgård 1e24f1b25d mpegaudio: enclose SUM8() macro args in parens when used 16 years ago
  Måns Rullgård bf030c887f mpegaudio: avoid unnecessary copy in high-precision mode 16 years ago
  Måns Rullgård adb206c238 mpegaudio: use av_clip() 16 years ago
  Zdenek Kabelac e2fa5cf4c9 Do not scan for MP3 header after the given buffer and return skipped 16 years ago
  Michael Niedermayer b52b6ae489 Remove unused variable from decode_init() 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
  Andreas Öman cf92cec7d8 Avoid allocating MPADecodeContext on stack. 16 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago