summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Drop some more useless braces around if/for constructs.Diego Biurrun2009-08-15
* Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.Diego Biurrun2009-08-15
* Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan2009-08-15
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-15
* Simplify 'if' condition statements.Diego Biurrun2009-08-15
* Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger2009-08-15
* Indent.Ramiro Polla2009-08-15
* Reindent.Reimar Döffinger2009-08-15
* Remove code that is now dead.Reimar Döffinger2009-08-15