summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-192-3/+26
* Check for sys/mman.h and set appropriate definitions.Alexander Strange2008-03-191-0/+2
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-195-0/+5
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-191-1/+1
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-191-1/+1
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-191-3/+9
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-1913-55/+79
* add some missing formats: lmlm4, pva, pcx and sun rasterfile.Ivo van Poorten2008-03-181-0/+6
* 32/64-bit agnostic x86 bswapMåns Rullgård2008-03-181-14/+6
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-181-2/+0
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-181-6/+0
* cosmetics: sanitise asm() statements in bswap.hMåns Rullgård2008-03-181-21/+17
* Remove useless variable since r8456.Ramiro Polla2008-03-181-2/+0
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-186-1/+145
* Mimic decoder.Ramiro Polla2008-03-186-1/+404
* revert r12489.Benoit Fouet2008-03-1813-78/+55
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-1813-55/+78
* cosmetics, remove superflous commentsBaptiste Coudurier2008-03-181-10/+0
* Check for and set HAVE_MMX2, it is used in several places.Alexander Strange2008-03-181-1/+4
* fix extern prefix detection when cross compiling.Michael Kostylev2008-03-181-1/+3
* fix extern prefix detection on mingwMåns Rullgård2008-03-181-1/+1
* check for prefix on extern symbols in configureMåns Rullgård2008-03-182-11/+10
* simplify ALIGN_MASK definitionMåns Rullgård2008-03-171-6/+1
* get register names from x86_cpu.hMåns Rullgård2008-03-172-22/+2
* add REGd definitionMåns Rullgård2008-03-171-0/+2
* use HAVE_FAST_64BITMåns Rullgård2008-03-171-1/+1
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-171-6/+6
* indentationMåns Rullgård2008-03-171-25/+25
* clean up FFT SIMD selectionMåns Rullgård2008-03-171-27/+28
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-171-68/+89
* Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun2008-03-171-1/+1
* Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun2008-03-171-2/+2
* Drop unnecessary subshell invocation from BEINCLUDES check.Diego Biurrun2008-03-171-1/+1
* Provide a context to parse_time_or_die().Stefano Sabatini2008-03-171-7/+7
* cosmetics: indentationDiego Biurrun2008-03-171-2/+2
* Simplify MANGLE macro preprocessor condition checks.Diego Biurrun2008-03-171-4/+2
* Add -q to grep invocation where appropriate.Diego Biurrun2008-03-171-4/+4
* Fix MANGLE macro on Mac OS X.İsmail Dönmez2008-03-171-3/+2
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-171-1/+1
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-171-1/+2
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-171-2/+2
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-171-1/+1
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-161-2/+1
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-161-273/+273
* Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.Diego Biurrun2008-03-161-2/+2
* Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMDDiego Biurrun2008-03-161-1/+1
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-161-15/+12
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-161-1/+1
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-165-5/+45
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-161-5/+5
OpenPOWER on IntegriCloud