summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use sws_allocVec().Ramiro Polla2009-08-192-18/+23
* Reuse sws_getConstVec() where possible.Ramiro Polla2009-08-191-34/+10
* AVR32: optimised mathops.hMåns Rullgård2009-08-172-0/+102
* swscale-example: Make selection of dstW, dstH, and flags more clear.Ramiro Polla2009-08-171-8/+12
* Use the AOT enum instead of integer literals for setting and comparing audioAlex Converse2009-08-171-2/+2
* AVR32: optimisations for intreadwrite.hMåns Rullgård2009-08-172-0/+184
* AVR32: inline asm for bswap.hMåns Rullgård2009-08-172-0/+46
* configure: add AVR32 names for --cpu flagMåns Rullgård2009-08-171-0/+19
* Mark the AOT escape value as supported.Alex Converse2009-08-171-1/+1
* Add USAC and SAOC AOTs to the AudioObjectType enum.Alex Converse2009-08-171-0/+3
* More indentation changes leftover from r29522:Ramiro Polla2009-08-162-693/+693
* Cosmetics:Ramiro Polla2009-08-1615-766/+579
* MIPS: 100L: fix AV_[RW]N64 on MIPS64Måns Rullgård2009-08-161-6/+6
* cosmetics: reformat intreadwrite.hMåns Rullgård2009-08-161-88/+104
* intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård2009-08-161-8/+114
* intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård2009-08-161-1/+9
* ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård2009-08-161-1/+1
* version.sh: use standard sed syntaxMåns Rullgård2009-08-161-1/+4
* Indent libswscale:Ramiro Polla2009-08-168-1756/+1756
* Use pkg-config to generate the linker flags for libdirac.Diego Biurrun2009-08-151-2/+2
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-154-14/+69
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-158-312/+275
* Drop some more useless braces around if/for constructs.Diego Biurrun2009-08-151-4/+2
* Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.Diego Biurrun2009-08-151-1/+1
* Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan2009-08-152-0/+33
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-155-28/+13
* Simplify 'if' condition statements.Diego Biurrun2009-08-155-14/+14
* Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger2009-08-151-4/+7
* Indent.Ramiro Polla2009-08-151-4/+4
* Reindent.Reimar Döffinger2009-08-151-3/+3
* Remove code that is now dead.Reimar Döffinger2009-08-151-4/+0
* Simplify initialization of AVSubtitle by using memset.Reimar Döffinger2009-08-151-5/+1
* Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger2009-08-151-0/+1
* 100l, error out if subtitle encoder failed instead of writing an AVPacketReimar Döffinger2009-08-151-0/+4
* Fix cmd_pos bounds check to avoid the overflow case.Reimar Döffinger2009-08-151-1/+1
* Fix typo.Carl Eugen Hoyos2009-08-141-1/+1
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-142-0/+101
* BGR32 MMX special convertor.Peter Schlaile2009-08-142-21/+85
* 10L: remove instruction left over from debuggingMåns Rullgård2009-08-141-1/+0
* ARM: NEON optimised vorbis_inverse_couplingMåns Rullgård2009-08-142-0/+69
* Indent.Ramiro Polla2009-08-131-20/+20
* Introduce av_clip_uint16().Ramiro Polla2009-08-131-0/+11
* swscale-example: Don't check for chroma planes in mono formats.Ramiro Polla2009-08-131-1/+6
* MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla2009-08-132-14/+24
* Protect mmx2 filter code buffers so they are not executable and writeable atRamiro Polla2009-08-131-2/+7
* Remove duplicate define (it is the same in the lum code).Ramiro Polla2009-08-131-21/+0
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-133-50/+50
* Indent.Ramiro Polla2009-08-131-2/+2
* swscale-example: Remove hack to end loop by setting variables to break.Ramiro Polla2009-08-131-13/+5
* swscale-example: Don't return random value from main().Ramiro Polla2009-08-131-1/+1
OpenPOWER on IntegriCloud