12754 Commits (dc3f320dfd3bb2c0345ffcf7754af3e0bee9458a)
 

Author SHA1 Message Date
Diego Biurrun dc3f320dfd Add explanatory comment to '#define FLOAT float'. 17 years ago
Aurelien Jacobs d597655f77 Avoid infinite loop. 17 years ago
Michael Niedermayer b2eb2ff098 Make gcc ignore the distinction between +0.0 and -0.0, this allows it to 17 years ago
Måns Rullgård f65c9da140 print enabled things in columns 17 years ago
Vitor Sessak 3cde40aaa4 10l, alphabetic ordering 17 years ago
Vitor Sessak f7679c54dd Build system changes for libavfilter addition. Add --enable-avfilter configure option. 17 years ago
Vitor Sessak be19d752ba Make libavfilter define its version like the other libav* libs 17 years ago
Måns Rullgård 147e769207 simplify version number extraction 17 years ago
Måns Rullgård e08e6bb6f2 less preprocessor magic in version number macros 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Michael Niedermayer 11fdbc4430 25% faster floating point AAN IDCT. 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
Baptiste Coudurier 26846ba515 support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking 17 years ago
Baptiste Coudurier 221e21b70d support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov 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
Baptiste Coudurier 60f5c96ee6 remove useless braces 17 years ago
Baptiste Coudurier 18978a4918 indentation 17 years ago
Baptiste Coudurier 6d680e1b50 rescale frame size, fix i.3g2 17 years ago
Baptiste Coudurier f296563e5f move parameters reset after setting stream parameters, will need those infos 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
Peter Ross 269820f141 Disable vhook on Interix, patch by Pete Ross, pross xvid org. 17 years ago
Peter Ross fe0c188b4a This header just needs stdint.h, not inttypes.h, which is a superset of 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
Eddie Pang a02dd7ebdd Fix MSVC identification, patch by Eddie Pang. 17 years ago
Michael Niedermayer 4fa1f6cc5c Make code C conformant. 17 years ago
Stefano Sabatini 53d1bdbaed Clarify the documentation for 'ffmpeg -v'. 17 years ago
Diego Biurrun 15067504c8 Improve wording/grammar of Doxygen comments. 17 years ago
Michael Niedermayer 062942e782 Clarify which BSD license. 17 years ago
Diego Biurrun 4bfc91a07b cosmetics: prettyprint 17 years ago
Michael Niedermayer 5b0d04d308 Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute 17 years ago
Stefano Sabatini 7c84b8bcdd Make parse_options() use parse_number_or_die(). 17 years ago
Stefano Sabatini 60b5a745a9 Export and document in cmdutils.h the function parse_number_or_die(). 17 years ago
Baptiste Coudurier 4649fa9052 fix mace duration 17 years ago
Baptiste Coudurier 852859ff7c protect malloc overflow 17 years ago
Baptiste Coudurier 17871a02ad indentation 17 years ago
Baptiste Coudurier b014dd7695 fail if extradata cannot be allocated 17 years ago