summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Simplify initialization of AVSubtitle by using memset.Reimar Döffinger2009-08-15
* Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger2009-08-15
* 100l, error out if subtitle encoder failed instead of writing an AVPacketReimar Döffinger2009-08-15
* Fix cmd_pos bounds check to avoid the overflow case.Reimar Döffinger2009-08-15
* Fix typo.Carl Eugen Hoyos2009-08-14
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-14
* BGR32 MMX special convertor.Peter Schlaile2009-08-14
* 10L: remove instruction left over from debuggingMåns Rullgård2009-08-14
* ARM: NEON optimised vorbis_inverse_couplingMåns Rullgård2009-08-14
* Indent.Ramiro Polla2009-08-13
* Introduce av_clip_uint16().Ramiro Polla2009-08-13
* swscale-example: Don't check for chroma planes in mono formats.Ramiro Polla2009-08-13
* MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla2009-08-13
* Protect mmx2 filter code buffers so they are not executable and writeable atRamiro Polla2009-08-13
* Remove duplicate define (it is the same in the lum code).Ramiro Polla2009-08-13
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-13
* Indent.Ramiro Polla2009-08-13
* swscale-example: Remove hack to end loop by setting variables to break.Ramiro Polla2009-08-13
* swscale-example: Don't return random value from main().Ramiro Polla2009-08-13
* swscale-example: Check for Gray formats.Ramiro Polla2009-08-13
* Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2009-08-12
* Fix a memleak with win32 threads: the handle returned by _beginthreadexShehzad Salim2009-08-12
* Moves the display of metadata to dump_format()Peter Ross2009-08-12
* Parse ID3 tags in Musepack SV7 filesMatti Hamalainen2009-08-11
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-11