summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix imlib2 memory leaksLimin Wang2007-06-181-5/+11
* indentationAndreas Öman2007-06-181-23/+23
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-183-14/+13
* fix thread support selectionMåns Rullgård2007-06-171-1/+1
* fix report at end of configureMåns Rullgård2007-06-171-43/+43
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-1751-51/+51
* simplify ppc64 handlingMåns Rullgård2007-06-172-15/+7
* remove unneeded variable initializationsMåns Rullgård2007-06-171-42/+0
* restore GCC3 supportGuillaume Poirier2007-06-171-4/+4
* indentMåns Rullgård2007-06-171-13/+13
* simplify simd extension checkingMåns Rullgård2007-06-171-57/+22
* re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier2007-06-171-2/+0
* part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker2007-06-171-9/+15
* convert h264_deblock_q1 to an inline function.Guillaume Poirier2007-06-171-18/+22
* IndentationRamiro Polla2007-06-171-9/+9
* add "checkheaders" targetMåns Rullgård2007-06-171-1/+7
* add multiple inclusion guards to headersMåns Rullgård2007-06-1751-0/+248
* include all prerequisites in header filesMåns Rullgård2007-06-1672-0/+180
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-163-11/+11
* Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla2007-06-162-1/+64
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-161-44/+50
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-161-4/+2
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-161-1/+1
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-161-2/+2
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-165-4/+3
* correct type of qsort() comparison callbackMåns Rullgård2007-06-161-1/+2
* correct type for h263_parse()Måns Rullgård2007-06-161-1/+1
* fix indentationMåns Rullgård2007-06-161-4/+4
* replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård2007-06-161-4/+2
* fix some printf format specifiersMåns Rullgård2007-06-164-10/+10
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-161-2/+2
* kill some "defined but not used" warningsMåns Rullgård2007-06-161-3/+3
* kill a warning on 64-bit machinesMåns Rullgård2007-06-161-1/+1
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-161-16/+10
* TypoRamiro Polla2007-06-162-6/+6
* test whether linker supports --warn-commonMåns Rullgård2007-06-151-1/+2
* Indentation for previous commitRamiro Polla2007-06-151-3/+3
* Allow user to specify rgb.txt for imlib2 vhookRamiro Polla2007-06-152-2/+28
* merge print_config_enable() and print_config() as only the former is usedMåns Rullgård2007-06-151-22/+16
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-152-42/+36
* add x86 to ARCH_LIST simplifying config file generationMåns Rullgård2007-06-151-8/+4
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-152-14/+12
* generate ENABLE_* defines also for ARCH_*Aurelien Jacobs2007-06-151-1/+19
* use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs2007-06-151-19/+9
* generate ENABLE_* defines also for all the HAVE_* valuesAurelien Jacobs2007-06-151-1/+1
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-151-0/+10
* some samples aren't decoded correctly such asGuillaume Poirier2007-06-151-0/+2
* Remove unneeded semicolon.Panagiotis Issaris2007-06-151-1/+1
* Correct signature of just_return().Panagiotis Issaris2007-06-151-1/+1
* use get_bits_long() where neededAurelien Jacobs2007-06-142-5/+5
OpenPOWER on IntegriCloud