6382 Commits (558ce5c4903cf89e49e6c1517d72f8c7aa3c636a)

Author SHA1 Message Date
Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 17 years ago
Aurelien Jacobs 3bfe9260fa move relevant declarations to mpeg12data.h 17 years ago
Aurelien Jacobs 6d93461504 move run length table constants to rl.h 17 years ago
Aurelien Jacobs 288a44fb7a move ff_emulated_edge_mc() to dsputil 17 years ago
Michael Niedermayer 8d4bef64b4 Remove unused elements from tables. 17 years ago
Michael Niedermayer 6a287b739f Detect and prevent reading over the end of counts_*. We pass the error 17 years ago
Michael Niedermayer 1a2a1d9077 Prevent segfault due to reading over the end of the input buffer. 17 years ago
Aurelien Jacobs 7998988129 fix wmv3 dependencies 17 years ago
Aurelien Jacobs 49c35f16fc Fix compilation on powerpc. 17 years ago
Aurelien Jacobs 015d0bb95c remove old draw_edges declaration cruft 17 years ago
Aurelien Jacobs 4c79b95c32 move ff_init_scantable() into dsputil 17 years ago
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Aurelien Jacobs ce7f71a2dd dsputil.h is a local header 17 years ago
Aurelien Jacobs c8deab7af7 include required header 17 years ago
Måns Rullgård 0e9fbd35b5 remove invalid free() forgotten in r12300 17 years ago
Michael Niedermayer f15e6b869f Provide non null class name to avoid crash with ffmpeg -h. 17 years ago
Justin Ruggles d8870f120e use scale factor instead of sum for downmix level adjustment. avoids division 17 years ago
Justin Ruggles 9d10e6e6c0 pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. 17 years ago
Justin Ruggles a4de6dd2c1 Use 24-bit fixed-point transform coefficients until just before MDCT. This 17 years ago
Loren Merritt be0995b166 more aspect ratios added in one of the ammendments 17 years ago
Benoit Fouet 79aeec0839 Make AMR-NB block size const and 8 bits. 17 years ago
Benoit Fouet 675bc0bccb Define block size for AMR-WB (use IF2 table). 17 years ago
Michael Niedermayer b5a33ff124 suppress the second warning 17 years ago
Reimar Döffinger 7e14b8082d Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but 17 years ago
Baptiste Coudurier 48026fbef6 1000l parenthesis 17 years ago
Baptiste Coudurier 83f02883df code is ok for 4bpp in mov too, fix 16grey.mov 17 years ago
Benjamin Larsson 800b9c24b7 Add more riff IDs to support remuxing. 17 years ago
Michael Niedermayer b85976ba64 better include 17 years ago
Michael Niedermayer 3635791a99 include dependencies ... 17 years ago
Diego Biurrun c91d512b36 Add multiple inclusion guards. 17 years ago
Diego Biurrun dc3f320dfd Add explanatory comment to '#define FLOAT float'. 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Michael Niedermayer 499e4700ef Stuffing bytes to not violate minimum legality rate. 17 years ago
Michael Niedermayer cc6116756c Remove another temporary variable with which gcc has problems. 17 years ago
Diego Biurrun 94ae6788e2 cosmetics: Demplayerify indentation. 17 years ago
Diego Biurrun 301df48074 Add comments to some #endif directives. 17 years ago
Diego Biurrun e6464f8b5e cosmetics: spelling/grammar 17 years ago
Michael Niedermayer c3a3d34427 Alternative and faster (on gcc x86) plane rotation. 17 years ago
Michael Niedermayer 8af4d0fc8d Get rid of another useless variable. 17 years ago
Michael Niedermayer 92ac614f85 Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), 17 years ago
Michael Niedermayer e6d7ef648c One variable less. No real change to the actual code. 17 years ago
Michael Niedermayer 6f08c541b4 floating point AAN IDCT 17 years ago
Loren Merritt 042e0adda9 decode mng color decorrelation 17 years ago
Diego Biurrun d248905ba5 Remove START_TIMER and STOP_TIMER macros. 17 years ago
Loren Merritt 00829b9bc1 simplify 17 years ago
Aurelien Jacobs 97d1d009e2 split encoding part of dsputil_mmx into its own file 17 years ago
Diego Biurrun 4847a997aa Remove commented-out av_log calls. 17 years ago
Michael Niedermayer b6bffc46b8 Fix trellis quant + AAN DCT. 17 years ago
Michael Niedermayer 2936438a38 Make diego happy. 17 years ago
Aurelien Jacobs 57b98634c4 compile various fdct only when encoders are enabled 17 years ago