| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: 100L: fix AV_[RW]N64 on MIPS64 | Måns Rullgård | 2009-08-16 | 1 | -6/+6 |
* | cosmetics: reformat intreadwrite.h | Måns Rullgård | 2009-08-16 | 1 | -88/+104 |
* | intreadwrite: ensure arch-specific versions are always used if defined | Måns Rullgård | 2009-08-16 | 1 | -8/+114 |
* | intreadwrite: allow arch-specific 24-bit access macros | Måns Rullgård | 2009-08-16 | 1 | -1/+9 |
* | ARM: first value loaded in AV_RN64 needs to be early-clobber | Måns Rullgård | 2009-08-16 | 1 | -1/+1 |
* | version.sh: use standard sed syntax | Måns Rullgård | 2009-08-16 | 1 | -1/+4 |
* | Indent libswscale: | Ramiro Polla | 2009-08-16 | 8 | -1756/+1756 |
* | Use pkg-config to generate the linker flags for libdirac. | Diego Biurrun | 2009-08-15 | 1 | -2/+2 |
* | Fix bug caused by difference in stride and picture width. | Anuradha Suraparaju | 2009-08-15 | 4 | -14/+69 |
* | cosmetics: indentation, prettyprinting, K&R coding style | Diego Biurrun | 2009-08-15 | 8 | -312/+275 |
* | Drop some more useless braces around if/for constructs. | Diego Biurrun | 2009-08-15 | 1 | -4/+2 |
* | Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. | Diego Biurrun | 2009-08-15 | 1 | -1/+1 |
* | Add a function that can apply an order 2 rational transfer function in-place. | Colin McQuillan | 2009-08-15 | 2 | -0/+33 |
* | Remove useless braces around if/for/while expressions. | Diego Biurrun | 2009-08-15 | 5 | -28/+13 |
* | Simplify 'if' condition statements. | Diego Biurrun | 2009-08-15 | 5 | -14/+14 |
* | Fix start_display_time/end_display_time to be relative to packet pts in xsub ... | Reimar Döffinger | 2009-08-15 | 1 | -4/+7 |
* | Indent. | Ramiro Polla | 2009-08-15 | 1 | -4/+4 |
* | Reindent. | Reimar Döffinger | 2009-08-15 | 1 | -3/+3 |
* | Remove code that is now dead. | Reimar Döffinger | 2009-08-15 | 1 | -4/+0 |
* | Simplify initialization of AVSubtitle by using memset. | Reimar Döffinger | 2009-08-15 | 1 | -5/+1 |
* | Make sure AVSubtitle is initialized, memset it to 0. | Reimar Döffinger | 2009-08-15 | 1 | -0/+1 |
* | 100l, error out if subtitle encoder failed instead of writing an AVPacket | Reimar Döffinger | 2009-08-15 | 1 | -0/+4 |
* | Fix cmd_pos bounds check to avoid the overflow case. | Reimar Döffinger | 2009-08-15 | 1 | -1/+1 |
* | Fix typo. | Carl Eugen Hoyos | 2009-08-14 | 1 | -1/+1 |
* | Vertical yuv -> yuv16 scaler. | Ramiro Polla | 2009-08-14 | 2 | -0/+101 |
* | BGR32 MMX special convertor. | Peter Schlaile | 2009-08-14 | 2 | -21/+85 |
* | 10L: remove instruction left over from debugging | Måns Rullgård | 2009-08-14 | 1 | -1/+0 |
* | ARM: NEON optimised vorbis_inverse_coupling | Måns Rullgård | 2009-08-14 | 2 | -0/+69 |
* | Indent. | Ramiro Polla | 2009-08-13 | 1 | -20/+20 |
* | Introduce av_clip_uint16(). | Ramiro Polla | 2009-08-13 | 1 | -0/+11 |
* | swscale-example: Don't check for chroma planes in mono formats. | Ramiro Polla | 2009-08-13 | 1 | -1/+6 |
* | MMX2 horizontal scaler: Determine code size at runtime. | Ramiro Polla | 2009-08-13 | 2 | -14/+24 |
* | Protect mmx2 filter code buffers so they are not executable and writeable at | Ramiro Polla | 2009-08-13 | 1 | -2/+7 |
* | Remove duplicate define (it is the same in the lum code). | Ramiro Polla | 2009-08-13 | 1 | -21/+0 |
* | Rename "funny" code to "mmx2 filter" code. | Ramiro Polla | 2009-08-13 | 3 | -50/+50 |
* | Indent. | Ramiro Polla | 2009-08-13 | 1 | -2/+2 |
* | swscale-example: Remove hack to end loop by setting variables to break. | Ramiro Polla | 2009-08-13 | 1 | -13/+5 |
* | swscale-example: Don't return random value from main(). | Ramiro Polla | 2009-08-13 | 1 | -1/+1 |
* | swscale-example: Check for Gray formats. | Ramiro Polla | 2009-08-13 | 1 | -3/+9 |
* | Add ff_celp_circ_addf() function to be used for sparse vector circular | Colin McQuillan | 2009-08-12 | 2 | -0/+25 |
* | Fix a memleak with win32 threads: the handle returned by _beginthreadex | Shehzad Salim | 2009-08-12 | 1 | -0/+1 |
* | Moves the display of metadata to dump_format() | Peter Ross | 2009-08-12 | 2 | -8/+8 |
* | Parse ID3 tags in Musepack SV7 files | Matti Hamalainen | 2009-08-11 | 1 | -7/+13 |
* | Parse APE metadata tags in Musepack SV7 files | Matti Hamalainen | 2009-08-11 | 2 | -1/+9 |
* | Move APE tag parsing into separate module. | Kostya Shishkov | 2009-08-11 | 4 | -99/+158 |
* | Do not use internals of ByteIOContext during APE tags parsing. | Matti Hamalainen | 2009-08-11 | 1 | -12/+18 |
* | Remove incorrect APE tag size adjustment based on flags. | Matti Hamalainen | 2009-08-11 | 1 | -3/+0 |
* | Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native | Alexis Ballier | 2009-08-11 | 1 | -21/+42 |
* | fix a crash in SVQ1 with cmp!=sad | Loren Merritt | 2009-08-11 | 1 | -0/+1 |
* | avidec: simplify, using av_rescale_q() instead of av_rescale() | Aurelien Jacobs | 2009-08-10 | 1 | -3/+3 |