summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-25
* Add Bluray Subtitle SupportStephen Backway2009-08-25
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-25
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-24
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
* Cosmetics: add some whitespace around operatorsVitor Sessak2009-08-24
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-24
* matroskadec: factorize some codeAurelien Jacobs2009-08-24
* Add necessary #include for config.h.Diego Biurrun2009-08-24
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-24
* Add missing header to fix 'make checkheaders'.Diego Biurrun2009-08-24
* 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