| Commit message (Expand) | Author | Age | Files | Lines |
* | amrwbdec: set channels, channel_layout, and sample_rate | Justin Ruggles | 2012-11-01 | 1 | -1/+10 |
* | amrnbdec: set channels, channel_layout, and sample_rate | Justin Ruggles | 2012-11-01 | 1 | -1/+10 |
* | dca_parser: allow the parser to change the sample rate | Justin Ruggles | 2012-11-01 | 1 | -2/+1 |
* | lavc: check channel count after decoder init | Justin Ruggles | 2012-11-01 | 1 | -0/+5 |
* | lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders | Justin Ruggles | 2012-11-01 | 3 | -6/+5 |
* | x86: Move optimization suffix to end of function names | Diego Biurrun | 2012-10-31 | 3 | -30/+30 |
* | x86: h264_chromamc_10bit: drop pointless PAVG %define | Diego Biurrun | 2012-10-31 | 1 | -2/+1 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 14 | -196/+216 |
* | aacdec: Drop some unused function arguments | Diego Biurrun | 2012-10-31 | 1 | -24/+20 |
* | x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags | Diego Biurrun | 2012-10-31 | 1 | -26/+26 |
* | x86: fmtconvert: port to cpuflags | Diego Biurrun | 2012-10-31 | 1 | -70/+71 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 8 | -45/+45 |
* | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 2 | -3/+3 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 27 | -27/+27 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 28 | -28/+1 |
* | cng: Reindent some incorrectly indented lines | Martin Storsjö | 2012-10-30 | 2 | -2/+2 |
* | cngdec: Allow flushing the decoder | Martin Storsjö | 2012-10-30 | 1 | -3/+17 |
* | cngdec: Make the dbov variable have the right unit | Martin Storsjö | 2012-10-30 | 1 | -2/+2 |
* | cngdec: Fix the memset size to cover the full array | Martin Storsjö | 2012-10-30 | 1 | -1/+1 |
* | cngdec: Update the LPC coefficients after averaging the reflection coefficients | Martin Storsjö | 2012-10-30 | 1 | -1/+1 |
* | pixfmt: support more yuva formats | Luca Barbato | 2012-10-30 | 1 | -0/+19 |
* | Use ptrdiff_t instead of int for intra pred "stride" function parameter. | Ronald S. Bultje | 2012-10-29 | 5 | -117/+264 |
* | x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes. | Ronald S. Bultje | 2012-10-29 | 2 | -186/+190 |
* | Remove usage of INIT_AVX in h264_intrapred_10bit.asm. | Ronald S. Bultje | 2012-10-29 | 2 | -169/+177 |
* | avcodec: Add a RFC 3389 comfort noise codec | Martin Storsjö | 2012-10-29 | 7 | -1/+290 |
* | lpc: Add a function for calculating reflection coefficients from samples | Martin Storsjö | 2012-10-29 | 2 | -0/+15 |
* | lpc: Add a function for calculating reflection coefficients from autocorrelat... | Justin Ruggles | 2012-10-29 | 1 | -0/+31 |
* | indeo3: remove duplicate capabilities line. | Anton Khirnov | 2012-10-29 | 1 | -1/+0 |
* | aacenc: Drop some unused function arguments | Diego Biurrun | 2012-10-29 | 1 | -5/+4 |
* | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 9 | -0/+9 |
* | vp8: fix memset() crossing array boundary | Mans Rullgard | 2012-10-27 | 1 | -1/+2 |
* | h264: fix invalid pointer arithmetic | Mans Rullgard | 2012-10-27 | 1 | -5/+5 |
* | amrwbdec: fix invalid pointer arithmetic | Mans Rullgard | 2012-10-27 | 1 | -11/+10 |
* | ivi_common: Drop unused function parameter from decode_band() | Diego Biurrun | 2012-10-26 | 1 | -2/+2 |
* | cook: Remove some silly Doxygen comments | Diego Biurrun | 2012-10-26 | 1 | -17/+2 |
* | cook: Remove senseless maybe_reformat_buffer32() function | Diego Biurrun | 2012-10-26 | 1 | -7/+1 |
* | cook: cosmetics: Better names for joint_decode() function parameters | Diego Biurrun | 2012-10-26 | 1 | -7/+8 |
* | cook: cosmetics: Better name for ccpl COOKSubpacket member | Diego Biurrun | 2012-10-26 | 1 | -4/+7 |
* | h263: avoid memcpys over array bound in motion vector caching for obmc | Janne Grunau | 2012-10-26 | 1 | -13/+21 |
* | ffv1: set the range coder state in decode_slice_header | Luca Barbato | 2001-01-01 | 1 | -1/+6 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 7 | -9/+7 |
* | g.723.1: add missing CODEC_CAP_DR1 | Anton Khirnov | 2012-10-24 | 1 | -1/+1 |
* | lavc: initialize output AVFrame before decoding. | Anton Khirnov | 2012-10-24 | 1 | -0/+4 |
* | lavc: fix documentation for AVCodecContext.delay | Justin Ruggles | 2012-10-23 | 1 | -1/+1 |
* | atrac3: return an error if extradata_size is not a specific known size | Justin Ruggles | 2012-10-23 | 1 | -0/+1 |
* | lavc: use the correct API version guard macro for avcodec_encode_audio() | Justin Ruggles | 2012-10-23 | 1 | -1/+1 |
* | dfa: use av_memcpy_backptr() where previously impossible | Mans Rullgard | 2012-10-23 | 1 | -3/+1 |
* | av_memcpy_backptr: Drop no longer necessary malloc padding | Diego Biurrun | 2012-10-23 | 3 | -4/+4 |
* | dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU | Diego Biurrun | 2012-10-23 | 1 | -14/+6 |
* | dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16 | Diego Biurrun | 2012-10-23 | 1 | -2/+2 |