4923 Commits (c99dd23307e68b4a6ad9ccd99d7fa2975438223d)
 

Author SHA1 Message Date
j@v2v.cc c99dd23307 Move all definitions of external dependencies into configure instead of 19 years ago
Chris Halse Rogers 5af837972c This patch to configure makes the --tune option recognise k8 core cpus 19 years ago
j@v2v.cc e47972625e Add all possible shared libraries to the pkg-config files. 19 years ago
Derk-Jan Hartman 672cbd9aa8 Add the flags for faac and mp3lame to $extralibs in configure, so they 19 years ago
Steven M. Schultz 495d6cdcfd vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM > 19 years ago
Loren Merritt 5693c08356 sse2 16x16 sum squared diff (306=>268 cycles on a K8) 19 years ago
François Revol 7dd611c900 change my &ccedil; from latin-1 to UTF-8. UTF-8 ownz! 19 years ago
Diego Biurrun e926e391bd Remove references to release or CVS versions, they are misleading. 19 years ago
Martin Boehme be0efc0cfa Since there have been quite a few questions recently on how to use the 19 years ago
Jan Knutar 515875484b NetBSD build fix: A forgotten $extraflags caused -lm to fall off. 19 years ago
Loren Merritt d90cbe5fe8 6% faster decode_cabac_residual 19 years ago
diane_cartman@gmx.de ca3b0d2719 13% faster decode_residual (cavlc). 19 years ago
Diego Biurrun 4e159595b5 support for building dynamic libraries on Mac OS X 19 years ago
Michel Bardiaux 399d84012f Fix some #ifdef to allow building amr_wb alone. 19 years ago
Sam Hocevar 67860b268e Tell configure about hppa, s390, mipsel, m68k and ia64 architectures. 19 years ago
Diego Biurrun 29799f8b75 spelling fixes 19 years ago
Diego Biurrun b34c63f773 Make configure bail out when confronted with unknown options. 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Michel Bardiaux 288f1e6815 fix some pointer to intger without cast warnings (patch by Michel Bardiaux) 19 years ago
Aurelien Jacobs 62ab0b7822 fix unused variable warnings 19 years ago
Michael Niedermayer 12e9668119 replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... 19 years ago
Gábor Kovács dc9f52602f Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. 19 years ago
Sam Hocevar 528bbdde7f Add a leading zero to the sequence files generated by the testsuite 19 years ago
Diego Biurrun 96f2c1fbce Add some files generated by regression tests. 19 years ago
Diego Biurrun 4bc113a937 Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. 19 years ago
Michael Niedermayer 8f196b14f5 changing a few options to AVOptions 19 years ago
Michael Niedermayer 9061be9fb3 precautionary checks 19 years ago
Michael Niedermayer 267e9dfa9d doxygenize a few comments 19 years ago
Michael Niedermayer d2752a0ddf dont print NULL 19 years ago
Diego Biurrun 7df6545556 Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h 19 years ago
Michael Niedermayer 0f88407075 set pts for h.263 decoding 19 years ago
Diego Biurrun 344b825ceb Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 19 years ago
Michael Niedermayer 2118901192 print more time_base fps stuff if av_log level is at debug or above 19 years ago
Reimar Döffinger 357a28430a check return value of decode_cabac_mb_dqp, it is INT_MIN on error. 19 years ago
Dario Andrade 18ae520b72 set more x264 encoding parameters 19 years ago
Diego Biurrun 9fcfac15ba minor typo fixes 19 years ago
Michael Niedermayer fac862c659 the people want lower case ... 19 years ago
Michael Niedermayer 6fd46414db dont include opt.h in avcodec.h 19 years ago
Diego Biurrun 1471c6c2e8 CAREFULL --> CAREFUL typo fix 19 years ago
Diego Biurrun e180129f63 spelling/grammar/wording 19 years ago
Michael Niedermayer 291dcdb356 clarify GPL patch acceptance policy 19 years ago
Michael Niedermayer ec9127c4a4 converting a few more options to AVOptions 19 years ago
Michael Niedermayer 637b5326f3 convert some options in ffmpeg.c to AVOptions 19 years ago
Michael Niedermayer a1689e2f19 avoid stdio.h 19 years ago
Michael Niedermayer b4abfb3060 checksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ...) 19 years ago
Michael Niedermayer 61a1e08156 common questions people ask me all the time, lets hope this reduces the stuff in my inbox, otherwise ill train bogofilter on them ... 19 years ago
Michael Niedermayer c44a131dc7 missing include noticed by g0th 19 years ago
Michael Niedermayer 233f6f889e flags and named constants with type checking of course for AVOption 19 years ago
Michael Niedermayer 8bbf6db98b AVOption API improvments 19 years ago
Michael Niedermayer a26e1d4c1f checksum doesnt cover the forward_ptr anymore 19 years ago