summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Ramiro Polla2009-08-23
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Ramiro Polla2009-08-23
* Add myself as maintainer for AVR32 and MIPSMåns Rullgård2009-08-23
* configure: fix filter() function when matching multiple patternsMåns Rullgård2009-08-23
* Add PIC flags early so tests they affect give correct resultsMåns Rullgård2009-08-23
* Include required headers in {mips,ppc}/mathops.hMåns Rullgård2009-08-23
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
* configure: simplify directory creation for out of tree buildsMåns Rullgård2009-08-23
* Fix dependency generation for yasm assembler filesMåns Rullgård2009-08-23
* TwinVQ decoderVitor Sessak2009-08-23
* Fix inconsistent indentation.Ramiro Polla2009-08-22
* Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter2009-08-22
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-22
* bring back some randomness in fft-test. (regression in r18070)Loren Merritt2009-08-22
* Add some more wmapro decoder hunksSascha Sommer2009-08-21
* Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil.Diego Biurrun2009-08-21
* Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger2009-08-21
* Add missing #includes to pass 'make checkheaders'.Diego Biurrun2009-08-21
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-21
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-20
* Check return values of sws_allocVec() and sws_getConstVec().Ramiro Polla2009-08-20
* configure: add --enable-pic flagMåns Rullgård2009-08-20
* Get rid of large stack array in rd8x8_c()Måns Rullgård2009-08-19
* eval: replace variable-length array with av_malloc/freeMåns Rullgård2009-08-19
* flacdec: change variable-length array to fixed lengthMåns Rullgård2009-08-19
* Free initial swscale context, too. Avoids a valgrind warning.Reimar Döffinger2009-08-19
* Remove useless casts of malloc return value.Reimar Döffinger2009-08-19
* Remove disabled code cruft.Diego Biurrun2009-08-19
* Introduce and use sws_allocVec().Ramiro Polla2009-08-19
* Reuse sws_getConstVec() where possible.Ramiro Polla2009-08-19
* AVR32: optimised mathops.hMåns Rullgård2009-08-17
* swscale-example: Make selection of dstW, dstH, and flags more clear.Ramiro Polla2009-08-17
* Use the AOT enum instead of integer literals for setting and comparing audioAlex Converse2009-08-17
* AVR32: optimisations for intreadwrite.hMåns Rullgård2009-08-17
* AVR32: inline asm for bswap.hMåns Rullgård2009-08-17
* configure: add AVR32 names for --cpu flagMåns Rullgård2009-08-17
* Mark the AOT escape value as supported.Alex Converse2009-08-17
* Add USAC and SAOC AOTs to the AudioObjectType enum.Alex Converse2009-08-17
* More indentation changes leftover from r29522:Ramiro Polla2009-08-16
* Cosmetics:Ramiro Polla2009-08-16
* MIPS: 100L: fix AV_[RW]N64 on MIPS64Måns Rullgård2009-08-16
* cosmetics: reformat intreadwrite.hMåns Rullgård2009-08-16
* intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård2009-08-16
* intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård2009-08-16
* ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård2009-08-16
* version.sh: use standard sed syntaxMåns Rullgård2009-08-16
* Indent libswscale:Ramiro Polla2009-08-16
* Use pkg-config to generate the linker flags for libdirac.Diego Biurrun2009-08-15
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-15
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-15