12734 Commits (92ac614f85c7f3d10dbc1843942cd64c52e1928b)
 

Author SHA1 Message Date
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
Baptiste Coudurier 9c7fd997f7 10l, protect malloc overflow 17 years ago
Baptiste Coudurier b8d3daca62 support QDM2 in aiff, QDM2.aif 17 years ago
Baptiste Coudurier 4c638f0c7c remove useless close function 17 years ago
Baptiste Coudurier 54d8fd20fd indentation 17 years ago
Baptiste Coudurier c6f5381215 remove useless casts 17 years ago
Baptiste Coudurier 9df21f24e1 cosmetics 17 years ago
Baptiste Coudurier b4dc27a829 remove useless tags, codec_get_id matches independently and qt uses lower case tags 17 years ago
Baptiste Coudurier e13c078333 set bps to uncompressed original sound data for compressed audio 17 years ago
Baptiste Coudurier e013015980 fix duration for ima4 17 years ago
Baptiste Coudurier 3a957df49e ima4 in aiff support 17 years ago
Loren Merritt 4a5b619df7 png filters 17 years ago
Diego Biurrun e281d6844b Fix outdated comment. 17 years ago
Måns Rullgård 885176993a #include "libavutil/avutil.h" in swscale.h 17 years ago
Måns Rullgård 76a448ed4f Install headers in $prefix/include/$libname 17 years ago
Loren Merritt bd58e7f730 remove a memcpy 17 years ago
Diego Biurrun 8af9090f4f cosmetics: Sort and prettyprint codec_wav_tags[]. 17 years ago
Måns Rullgård 6f4e2b5a95 fix memory leaks in vp3 decoder 17 years ago
Michael Niedermayer ac6f133027 Set indexmem to a saner default. 17 years ago
Reimar Döffinger f018bc1000 __asm __volatile -> asm volatile part 3 17 years ago
Reimar Döffinger f2217d6f90 __asm __volatile -> asm volatile part 2 17 years ago