| Commit message (Expand) | Author | Age | Files | Lines |
* | ra288: utilize DSPContext.vector_fmul() | Justin Ruggles | 2011-11-08 | 2 | -20/+23 |
* | ra288: use memcpy() to copy decoded samples to output | Justin Ruggles | 2011-11-08 | 1 | -3/+3 |
* | mace: only calculate output buffer size once | Justin Ruggles | 2011-11-08 | 1 | -4/+7 |
* | Remove redundant filename self-references inside files. | Diego Biurrun | 2011-11-08 | 8 | -11/+3 |
* | indeo3data: add missing config.h #include for HAVE_BIGENDIAN | Diego Biurrun | 2011-11-08 | 1 | -0/+2 |
* | x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory | Diego Biurrun | 2011-11-08 | 2 | -4/+4 |
* | BMV demuxer and decoder | Kostya Shishkov | 2011-11-08 | 5 | -1/+367 |
* | mpeg12enc: Remove write-only variables. | Alex Converse | 2011-11-07 | 1 | -15/+4 |
* | mpeg12enc: Don't set up run-level info for level 0. | Alex Converse | 2011-11-07 | 1 | -0/+2 |
* | msmpeg4: Don't set up run-level info for level 0. | Alex Converse | 2011-11-07 | 1 | -1/+1 |
* | dsputil: use cpuflags in x86 versions of vector_clip_int32() | Justin Ruggles | 2011-11-06 | 2 | -21/+27 |
* | cosmetics: insert some spaces in explicit enum value assignments | Kostya Shishkov | 2011-11-06 | 1 | -11/+11 |
* | move 8SVX audio codecs to the audio codec list part on the next bump | Kostya Shishkov | 2011-11-06 | 1 | -0/+4 |
* | deprecate codec IDs that won't ever be used | Kostya Shishkov | 2011-11-06 | 1 | -0/+4 |
* | h264_weight: remove duplication functions. | Ronald S. Bultje | 2011-11-05 | 1 | -4/+0 |
* | h264: improve calculation of codec delay. | Ronald S. Bultje | 2011-11-05 | 2 | -5/+23 |
* | w32threads: Wrap the mutex functions in inline functions returning int | Martin Storsjö | 2011-11-05 | 1 | -4/+20 |
* | avcodec: Allow locking and unlocking an avformat specific mutex | Martin Storsjö | 2011-11-05 | 3 | -1/+27 |
* | binkaudio: expand quant_table to accommodate all possible values | Justin Ruggles | 2011-11-04 | 1 | -2/+2 |
* | libx264: Set the default of the rc_lookahead option to -1 | Martin Storsjö | 2011-11-04 | 1 | -1/+1 |
* | avcodec: Set flags2 default value depending on availability | Martin Storsjö | 2011-11-04 | 1 | -1/+11 |
* | vp6: Fix illegal read. | Alex Converse | 2011-11-03 | 1 | -1/+3 |
* | avcodec: Make sure codec_type is set by avcodec_get_context_defaults2 | Martin Storsjö | 2011-11-03 | 1 | -0/+1 |
* | avcodec: Remove a misplaced and useless attribute_deprecated | Martin Storsjö | 2011-11-03 | 1 | -1/+1 |
* | fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64 | Justin Ruggles | 2011-11-02 | 1 | -1/+5 |
* | replacement Indeo 3 decoder | Maxim Poliakovski | 2011-11-03 | 2 | -3314/+1248 |
* | ac3enc: doxygen update. | Justin Ruggles | 2011-11-02 | 4 | -42/+98 |
* | imc: return error codes instead of 0 for error conditions. | Justin Ruggles | 2011-11-02 | 1 | -2/+2 |
* | imc: return meaningful error codes instead of -1 | Justin Ruggles | 2011-11-02 | 1 | -9/+10 |
* | imc: do not set channel layout for stereo | Justin Ruggles | 2011-11-02 | 1 | -1/+1 |
* | imc: validate channel count | Justin Ruggles | 2011-11-02 | 1 | -0/+5 |
* | imc: check for ff_fft_init() failure | Justin Ruggles | 2011-11-02 | 1 | -2/+5 |
* | imc: check output buffer size before decoding | Justin Ruggles | 2011-11-02 | 1 | -2/+8 |
* | imc: use DSPContext.bswap16_buf() to byte-swap packet data | Justin Ruggles | 2011-11-02 | 1 | -3/+3 |
* | libgsm: add flush function to reset the decoder state when seeking | Justin Ruggles | 2011-11-02 | 1 | -0/+7 |
* | libgsm: simplify decoding by using a loop | Justin Ruggles | 2011-11-02 | 1 | -7/+8 |
* | gsm: log error message when packet is too small | Justin Ruggles | 2011-11-02 | 2 | -2/+8 |
* | libgsmdec: do not needlessly set *data_size to 0 | Justin Ruggles | 2011-11-02 | 1 | -1/+0 |
* | gsmdec: do not needlessly set *data_size to 0 | Justin Ruggles | 2011-11-02 | 1 | -1/+1 |
* | gsmdec: add flush function to reset the decoder state when seeking | Justin Ruggles | 2011-11-02 | 1 | -0/+8 |
* | libgsmdec: check output buffer size before decoding | Justin Ruggles | 2011-11-02 | 1 | -2/+9 |
* | gsmdec: log error message when output buffer is too small. | Justin Ruggles | 2011-11-02 | 1 | -2/+4 |
* | gsm: use av_get_bytes_per_sample() in frame_bytes calculation | Justin Ruggles | 2011-11-02 | 1 | -1/+2 |
* | Replace some forgotten FFmpeg references by Libav. | Diego Biurrun | 2011-11-02 | 4 | -10/+8 |
* | Replace ffmpeg references with more accurate libav* references. | Diego Biurrun | 2011-11-02 | 7 | -10/+10 |
* | Replace outdated references to ffmpeg tool with avconv. | Diego Biurrun | 2011-11-02 | 2 | -4/+4 |
* | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 12 | -13/+13 |
* | vp3: remove some pointless comments | Diego Biurrun | 2011-11-02 | 1 | -9/+0 |
* | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 23 | -122/+106 |
* | g726dec: add flush() function to reset state when seeking | Justin Ruggles | 2011-11-01 | 1 | -0/+7 |