2008-07-24 |
Diego Biurrun | Remove AltiVec vector declaration compiler compatibilit... |
blob | commitdiff | raw |
2008-07-15 |
Måns Rullgård | ARM: ARMv6 optimised FASTDIV |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Peter Ross | Only define AltiVec vector syntax macro when AltiVec... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Diego Biurrun | Implement a proper configure test for AltiVec vector... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Alexander Strange | Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Zuxy Meng | Reapply r12489: Add pure, const and malloc attributes... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Benoit Fouet | revert r12489. |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Zuxy Meng | Pure, const and malloc attributes to libavutil. |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Måns Rullgård | check for prefix on extern symbols in configure |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Diego Biurrun | cosmetics: indentation |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Diego Biurrun | Simplify MANGLE macro preprocessor condition checks. |
blob | commitdiff | raw | diff to current |
2008-03-17 |
İsmail Dönmez | Fix MANGLE macro on Mac OS X. |
blob | commitdiff | raw | diff to current |
2008-03-13 |
Diego Biurrun | Add #include "config.h" to headers that need it. |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Reimar Döffinger | Use cltd instead of cdq asm mnemonic, ICC and gcc suppo... |
blob | commitdiff | raw | diff to current |
2008-01-21 |
Michael Niedermayer | Faster ff_sqrt() |
blob | commitdiff | raw | diff to current |
2008-01-17 |
Diego Biurrun | Disallow puts(), av_log() should be used instead. |
blob | commitdiff | raw | diff to current |
2007-12-27 |
Michael Kostylev | Check for the presence of llrint(), lrint(), round... |
blob | commitdiff | raw | diff to current |
2007-12-27 |
Diego Biurrun | Remove outdated comment. |
blob | commitdiff | raw | diff to current |
2007-12-24 |
Michael Kostylev | djgpp port, first part |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Luca Abeni | Generate a linking error if perror() is used in libav* |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Luca Abeni | Remove perror() usage from libavutil |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Jeremy Mordkoff | Fix typo. |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Diego Biurrun | Add FFMPEG_ prefix to all multiple inclusion guards. |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Diego Biurrun | Change SYS_DARWIN preprocessor checks to __APPLE__... |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Diego Biurrun | Move Apple gcc AltiVec vector declaration syntax to... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Diego Biurrun | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configura... |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Ramiro Polla | Add attribute that forces alignment of stack to functio... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Måns Rullgård | move #include of system headers to top of file |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Alex Beregszaszi | 10l to Mans, assert is included later with proper DEBUG... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Ramiro Polla | Remove unnecessary MINGW ifdef. |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Ramiro Polla | Remove MinGW lrint hack. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Ramiro Polla | Remove OS/2 support |
blob | commitdiff | raw | diff to current |
2007-07-08 |
Måns Rullgård | undef forbidden names before we #define them in case... |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Vitor Sessak | Make error message more helpful and forbid random() |
blob | commitdiff | raw | diff to current |
2007-07-02 |
Diego Biurrun | Remove leading underscores from specifiers, they are... |
blob | commitdiff | raw | diff to current |
2007-06-24 |
Reimar Döffinger | more av_strl* adjustments |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Måns Rullgård | include all prerequisites in header files |
blob | commitdiff | raw | diff to current |
2007-06-05 |
Reimar Döffinger | Part of MPlayer patch: |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Carl Eugen Hoyos | rename attribute_unused to av_unused and moves its... |
blob | commitdiff | raw | diff to current |
2007-05-04 |
Michael Niedermayer | reduce number of shifts |
blob | commitdiff | raw | diff to current |
2007-05-04 |
Michael Niedermayer | simplify |
blob | commitdiff | raw | diff to current |
2007-04-20 |
Alex Beregszaszi | remove possibly broken wince cruft |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Ramiro Polla | Add first and second output to earlyclobbers in COPY3_I... |
blob | commitdiff | raw | diff to current |
2007-03-27 |
Michael Niedermayer | prevent exit missuse |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Michel Bardiaux | Give context to dprintf |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Michel Bardiaux | Corrections so that builds with DEBUG work |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Ramiro Polla | remove fallback definitions of PRIxNN macros, |
blob | commitdiff | raw | diff to current |
2007-02-11 |
François Revol | Remove unused ENODATA define |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Luca Abeni | __attribute__((unused)) works with gcc 2.95 too |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Måns Rullgård | rename always_inline to av_always_inline and move to... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Måns Rullgård | fix mingw shared build, and get rid of FF_IMPORT_ATTR |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Måns Rullgård | use the standard INT64_C() macro for 64-bit constants |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Måns Rullgård | move more macros to internal.h |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Måns Rullgård | move some __attribute__ macros to internal.h |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Reimar Döffinger | Move BE_*/LE_*/ST*/LD* macros to a common place. Some... |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Måns Rullgård | move comment |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Måns Rullgård | merge CONFIG_WINCE sections |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Måns Rullgård | indentation |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Måns Rullgård | rename inverse -> ff_inverse |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Diego Biurrun | Use common define for x86_32 and x86_64. |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Diego Biurrun | Add ARCH_X86_32 as a new define for 32 bit x86 architec... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Guillaume Poirier | Protect code that uses CMOV instructions with HAVE_CMOV, |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Siarhei Siamashka | add FASTDIV macro for ARM. Reported speed-up on MPEG... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Diego Biurrun | Add official LGPL license headers to the files that... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Panagiotis Issaris | Remove unused defines, patch by takis P issaris A uhass... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Diego Biurrun | Explicitly include fastmemcpy.h from libvo/. |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Reimar Döffinger | do not include bswap.h in common.h for external program... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Reimar Döffinger | Split common.h in two parts, purely internal stuff... |
blob | commitdiff | raw | diff to current |
|