aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* swscale-example: Check for Gray formats.Ramiro Polla2009-08-131-3/+9
* Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2009-08-122-0/+25
* Fix a memleak with win32 threads: the handle returned by _beginthreadexShehzad Salim2009-08-121-0/+1
* Moves the display of metadata to dump_format()Peter Ross2009-08-122-8/+8
* Parse ID3 tags in Musepack SV7 filesMatti Hamalainen2009-08-111-7/+13
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-112-1/+9
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-114-99/+158
* Do not use internals of ByteIOContext during APE tags parsing.Matti Hamalainen2009-08-111-12/+18
* Remove incorrect APE tag size adjustment based on flags.Matti Hamalainen2009-08-111-3/+0
* Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their nativeAlexis Ballier2009-08-111-21/+42
* fix a crash in SVQ1 with cmp!=sadLoren Merritt2009-08-111-0/+1
* avidec: simplify, using av_rescale_q() instead of av_rescale()Aurelien Jacobs2009-08-101-3/+3