summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* include all prerequisites in header filesMåns Rullgård2007-06-16
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-16
| | | | Originally committed as revision 9343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla2007-06-16
| | | | Originally committed as revision 9342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-16
| | | | | | | | original thread: Date: Jun 15, 2007 10:10 PM Subject: [FFmpeg-devel] [PATCH] h264 parallelized, (was: Parallelized h264 proof-of-concept) Originally committed as revision 9341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-16
| | | | | | | | all 255s, and then doing the subtraction, nor of the vector with itself: saves one instruction and a register. Patch by Graham Booker % gbooker A tamu P edu% Originally committed as revision 9340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-16
| | | | Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-16
| | | | Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-16
| | | | | | need to #include "h261data.h" Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct type of qsort() comparison callbackMåns Rullgård2007-06-16
| | | | Originally committed as revision 9338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct type for h263_parse()Måns Rullgård2007-06-16
| | | | Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationMåns Rullgård2007-06-16
| | | | Originally committed as revision 9336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård2007-06-16
| | | | Originally committed as revision 9335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some printf format specifiersMåns Rullgård2007-06-16
| | | | Originally committed as revision 9334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-16
| | | | Originally committed as revision 9333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some "defined but not used" warningsMåns Rullgård2007-06-16
| | | | Originally committed as revision 9332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a warning on 64-bit machinesMåns Rullgård2007-06-16
| | | | Originally committed as revision 9331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-16
| | | | Originally committed as revision 9330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2007-06-16
| | | | Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test whether linker supports --warn-commonMåns Rullgård2007-06-15
| | | | Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indentation for previous commitRamiro Polla2007-06-15
| | | | Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow user to specify rgb.txt for imlib2 vhookRamiro Polla2007-06-15
| | | | Originally committed as revision 9326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge print_config_enable() and print_config() as only the former is usedMåns Rullgård2007-06-15
| | | | Originally committed as revision 9325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-15
| | | | Originally committed as revision 9324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add x86 to ARCH_LIST simplifying config file generationMåns Rullgård2007-06-15
| | | | Originally committed as revision 9323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-15
| | | | Originally committed as revision 9322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate ENABLE_* defines also for ARCH_*Aurelien Jacobs2007-06-15
| | | | Originally committed as revision 9321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs2007-06-15
| | | | Originally committed as revision 9320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate ENABLE_* defines also for all the HAVE_* valuesAurelien Jacobs2007-06-15
| | | | Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-15
| | | | | | patch by Patrice Bensoussan: patrice bensoussan free fr Originally committed as revision 9318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some samples aren't decoded correctly such asGuillaume Poirier2007-06-15
| | | | | | | | ( http://www.pennfans.net/files/videos/Penn&Teller.on.The.View.mp4 ) with current Altivec implementation of loopfilter, while others are fine. Let's disable it until we iron this bug out. Originally committed as revision 9317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded semicolon.Panagiotis Issaris2007-06-15
| | | | Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct signature of just_return().Panagiotis Issaris2007-06-15
| | | | Originally committed as revision 9315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits_long() where neededAurelien Jacobs2007-06-14
| | | | | | patch by Aurelien Jacobs, aurel gnuage org Originally committed as revision 9314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vhooks require special cflags and ldflags for Windows buildsRamiro Polla2007-06-14
| | | | | | Copy them from Cygwin to MinGW Originally committed as revision 9313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ppm vhook depend on fork()Ramiro Polla2007-06-14
| | | | Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print static vhook warning for Cygwin and MinGWRamiro Polla2007-06-14
| | | | Originally committed as revision 9311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print static vhook warning for Cygwin only when both are enabledRamiro Polla2007-06-14
| | | | Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove an unreferenced variable from qpeg_decode_inter().Panagiotis Issaris2007-06-14
| | | | Originally committed as revision 9309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add and remove some parenthesesBenoit Fouet2007-06-14
| | | | Originally committed as revision 9308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify init preprocessor statements.Albert Lee2007-06-14
| | | | | | patch by Albert Lee, trisk+xine acm.jhu edu Originally committed as revision 9307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this file credits authors of non-trivial code, which I don't qualify forGuillaume Poirier2007-06-14
| | | | Originally committed as revision 9306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More detailed documentationNicolas George2007-06-14
| | | | | | patch by Nicolas George: [nicolas george normalesup org] Originally committed as revision 9305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List myself in CREDITS as I did have some of code committed,Guillaume Poirier2007-06-13
| | | | | | | | Add myself to PPC/OSX maintainers as this what I've been doing for several month already, and Romain isn't active that much these days Originally committed as revision 9304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-13
| | | | Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* removing underscores from block profiling renaming to xx_Marc Hoffman2007-06-13
| | | | Originally committed as revision 9303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin - read_time primitiveMarc Hoffman2007-06-13
| | | | | | | note this primitive currently uses a union to concatenate 2x32bit registers because of poor compiler support around DImode and asm. Originally committed as revision 9302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos2007-06-13
| | | | | | patch by Carl Eugen Hoyos: ! cehoyos ag or at ! Originally committed as revision 9301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround adjustments for DivX 6.1 and laterLord2007-06-13
| | | | | | patch by Lord: [ Lord_veryrandomD8 yahoo com ] Originally committed as revision 9300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-13
| | | | | | patch by Ronald S. Bultje: \ rbultje at ronald bitfreak net / Originally committed as revision 9299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsGuillaume Poirier2007-06-12
| | | | Originally committed as revision 9298 to svn://svn.ffmpeg.org/ffmpeg/trunk