| Commit message (Expand) | Author | Age | Files | Lines |
* | silly typo fixes | Diego Biurrun | 2013-05-03 | 6 | -6/+7 |
* | sbrdsp: Unroll and use integer operations | Christophe Gisquet | 2013-05-03 | 1 | -12/+27 |
* | sbrdsp: Unroll sbr_autocorrelate_c | Christophe Gisquet | 2013-05-03 | 1 | -0/+25 |
* | x86: sbrdsp: Implement SSE2 qmf_deint_bfly | Christophe Gisquet | 2013-05-03 | 2 | -0/+33 |
* | vc1_parser: Set field_order. | Masaki Tanaka | 2013-05-03 | 1 | -0/+5 |
* | mpegvideo_parser: Set field_order. | Masaki Tanaka | 2013-05-03 | 1 | -0/+8 |
* | avcodec: Add field order information to AVCodecParserContext. | Masaki Tanaka | 2013-05-03 | 2 | -1/+3 |
* | lavc: schedule AVCodecContext.lowres for removal on next bump. | Anton Khirnov | 2013-05-03 | 2 | -0/+7 |
* | aac: Remove aacpsy.h header, unused since 78e65cd7726 | Diego Biurrun | 2013-05-02 | 1 | -50/+0 |
* | cavs: Remove cavsdata.h header, unused since 88386feefd | Diego Biurrun | 2013-05-02 | 1 | -67/+0 |
* | x86: dsputil: Move cavs and vc1-specific functions where they belong | Diego Biurrun | 2013-05-02 | 4 | -40/+35 |
* | x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c | Diego Biurrun | 2013-05-02 | 5 | -24/+29 |
* | x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c | Diego Biurrun | 2013-05-02 | 5 | -23/+25 |
* | x86: Move duplicated put_pixels{8|16}_mmx functions into their own file | Diego Biurrun | 2013-05-02 | 5 | -134/+109 |
* | ppc: Only compile AltiVec FFT assembly when AltiVec is enabled | Diego Biurrun | 2013-05-02 | 1 | -3/+4 |
* | avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2() | Derek Buitenhuis | 2013-04-30 | 1 | -2/+4 |
* | avcodec: doxy: Clarify what get_buffer2 must fill in buf[] | Derek Buitenhuis | 2013-04-30 | 1 | -2/+5 |
* | ppc: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 2 | -32/+47 |
* | x86: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 5 | -53/+60 |
* | arm: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 3 | -9/+9 |
* | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 13 | -114/+117 |
* | ppc: More consistent arch initialization | Diego Biurrun | 2013-04-30 | 21 | -41/+79 |
* | fft: Remove pointless #ifdefs around function declarations | Diego Biurrun | 2013-04-30 | 1 | -3/+1 |
* | ppc: Move AltiVec utility headers out of AltiVec ifdefs | Diego Biurrun | 2013-04-30 | 4 | -14/+13 |
* | ppc: More consistent names for H.264 optimizations files | Diego Biurrun | 2013-04-30 | 4 | -4/+4 |
* | mpegaudiosp: More consistent names for ppc/x86 optimization files | Diego Biurrun | 2013-04-30 | 4 | -2/+2 |
* | lavc: clear AVBuffers on decoded frames if refcounted_frames is not set | Anton Khirnov | 2013-04-30 | 1 | -0/+4 |
* | indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell() | Anton Khirnov | 2013-04-30 | 1 | -3/+3 |
* | indeo3: fix off by one in MV validity check | Anton Khirnov | 2013-04-30 | 1 | -4/+4 |
* | x86: dsputil: Remove a set of pointless #ifs around function declarations | Diego Biurrun | 2013-04-30 | 1 | -2/+0 |
* | x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarations | Diego Biurrun | 2013-04-30 | 1 | -28/+14 |
* | x86: hpeldsp: Remove unused macro definitions | Diego Biurrun | 2013-04-29 | 1 | -7/+0 |
* | aac: check the maximum number of channels | Luca Barbato | 2013-04-28 | 1 | -0/+2 |
* | h264_refs: Do not print check_opcodes() return value | Diego Biurrun | 2013-04-27 | 1 | -3/+3 |
* | x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents | Diego Biurrun | 2013-04-26 | 2 | -37/+0 |
* | x86: Rename dsputil_rnd_template.c to rnd_template.c | Martin Storsjö | 2013-04-25 | 3 | -2/+2 |
* | x86: Get rid of duplication between *_rnd_template.c | Martin Storsjö | 2013-04-23 | 2 | -197/+5 |
* | mpegvideo: unref cur/next/prev frames when flushing | Hendrik Leppkes | 2013-04-23 | 1 | -0/+4 |
* | x86: Factorize duplicated inline assembly snippets | Martin Storsjö | 2013-04-23 | 3 | -130/+76 |
* | jpeg2000: Add mutlti-threading support to decoder | Nicolas Bertrand | 2013-04-23 | 1 | -2/+5 |
* | x86: Move some conditional code around to avoid unused variable warnings | Diego Biurrun | 2013-04-22 | 3 | -17/+15 |
* | jpeg2kdec: output is native endian AV_PIX_FMT_XYZ12 | Janne Grunau | 2013-04-22 | 1 | -1/+1 |
* | threads: always call thread_finish_setup for intra codecs | Janne Grunau | 2013-04-22 | 1 | -2/+2 |
* | avcodec: Bump minor for JPEG 2000 decoder | Diego Biurrun | 2013-04-22 | 1 | -1/+1 |
* | JPEG 2000 decoder for DCinema | Nicolas Bertrand | 2013-04-22 | 11 | -0/+2804 |
* | sh4: Remove dubious aligned dsputil code | Diego Biurrun | 2013-04-22 | 11 | -1665/+1 |
* | x86: cavs: Refactor duplicate dspfunc macro | Diego Biurrun | 2013-04-22 | 1 | -22/+14 |
* | h264: Drop unused variable | Diego Biurrun | 2013-04-22 | 1 | -1/+1 |
* | x86: cavs: Put mmx-specific code into its own init function | Diego Biurrun | 2013-04-22 | 3 | -15/+31 |
* | x86: Remove some duplicate function declarations | Diego Biurrun | 2013-04-22 | 2 | -7/+0 |