| Commit message (Expand) | Author | Age | Files | Lines |
* | dwt: Code make up, removed gotos | Jordi Ortiz | 2011-11-05 | 1 | -203/+204 |
* | Dirac: Added endif comments | Jordi Ortiz | 2011-11-05 | 1 | -1/+1 |
* | Dirac: Specific struct initializers in AVCodec initialization | Jordi Ortiz | 2011-11-05 | 1 | -14/+13 |
* | Dirac: Removed goto + some code make up | Jordi Ortiz | 2011-11-04 | 1 | -66/+63 |
* | dwt: removed some warnings in make checkheaders | Jordi Ortiz | 2011-11-04 | 1 | -5/+5 |
* | Dirac: Solved problem with make checkheaders | Jordi Ortiz | 2011-11-04 | 1 | -0/+2 |
* | Fix libutvideo wrapper name | Derek Buitenhuis | 2011-11-04 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-04 | 3 | -3/+9 |
|\ |
|
| * | 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 |
* | | h264: favor coded_width in resolution chnaged checks | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
* | | lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_bu... | Michael Niedermayer | 2011-11-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 50 | -3596/+1661 |
|\| |
|
| * | 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 |
| * | g726: don't pass index to g726_reset() | Justin Ruggles | 2011-11-01 | 1 | -4/+4 |
| * | g726enc: add private option for setting code size directly. | Justin Ruggles | 2011-11-01 | 1 | -9/+29 |
| * | g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check | Justin Ruggles | 2011-11-01 | 1 | -0/+2 |
| * | g726: group the g726_encoder AVCodec with the other encoding functions | Justin Ruggles | 2011-11-01 | 1 | -15/+13 |
| * | g726: return AVERROR(EINVAL) instead of -1 for invalid channel count | Justin Ruggles | 2011-11-01 | 1 | -2/+2 |
| * | g726enc: use av_assert0() for sample_rate validation | Justin Ruggles | 2011-11-01 | 1 | -4/+2 |
| * | g726: treat sample rates other than 8kHz as unofficial. | Justin Ruggles | 2011-11-01 | 1 | -0/+15 |
| * | g726dec: remove the sample_rate validation | Justin Ruggles | 2011-11-01 | 1 | -5/+0 |
| * | g726: use bits_per_coded_sample instead of bitrate to determine mode | Justin Ruggles | 2011-11-01 | 1 | -21/+19 |
| * | g726: split the init function for the encoder and decoder | Justin Ruggles | 2011-11-01 | 1 | -14/+35 |