summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-05
|\
| * binkaudio: expand quant_table to accommodate all possible valuesJustin Ruggles2011-11-04
| * libx264: Set the default of the rc_lookahead option to -1Martin Storsjö2011-11-04
| * avcodec: Set flags2 default value depending on availabilityMartin Storsjö2011-11-04
* | dwt: Code make up, removed gotosJordi Ortiz2011-11-05
* | Dirac: Added endif commentsJordi Ortiz2011-11-05
* | Dirac: Specific struct initializers in AVCodec initializationJordi Ortiz2011-11-05
* | Dirac: Removed goto + some code make upJordi Ortiz2011-11-04
* | dwt: removed some warnings in make checkheadersJordi Ortiz2011-11-04
* | Dirac: Solved problem with make checkheadersJordi Ortiz2011-11-04
* | Fix libutvideo wrapper nameDerek Buitenhuis2011-11-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-04
|\|
| * vp6: Fix illegal read.Alex Converse2011-11-03
| * avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö2011-11-03
| * avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö2011-11-03
| * fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-02
* | h264: favor coded_width in resolution chnaged checksMichael Niedermayer2011-11-03
* | lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_bu...Michael Niedermayer2011-11-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * replacement Indeo 3 decoderMaxim Poliakovski2011-11-03
| * ac3enc: doxygen update.Justin Ruggles2011-11-02
| * imc: return error codes instead of 0 for error conditions.Justin Ruggles2011-11-02
| * imc: return meaningful error codes instead of -1Justin Ruggles2011-11-02
| * imc: do not set channel layout for stereoJustin Ruggles2011-11-02
| * imc: validate channel countJustin Ruggles2011-11-02
| * imc: check for ff_fft_init() failureJustin Ruggles2011-11-02
| * imc: check output buffer size before decodingJustin Ruggles2011-11-02
| * imc: use DSPContext.bswap16_buf() to byte-swap packet dataJustin Ruggles2011-11-02
| * libgsm: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-02
| * libgsm: simplify decoding by using a loopJustin Ruggles2011-11-02
| * gsm: log error message when packet is too smallJustin Ruggles2011-11-02
| * libgsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-02
| * gsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-02
| * gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-02
| * libgsmdec: check output buffer size before decodingJustin Ruggles2011-11-02
| * gsmdec: log error message when output buffer is too small.Justin Ruggles2011-11-02
| * gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles2011-11-02
| * Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-02
| * Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
| * Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
| * vp3: remove some pointless commentsDiego Biurrun2011-11-02
| * lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
| * g726dec: add flush() function to reset state when seekingJustin Ruggles2011-11-01
| * g726: don't pass index to g726_reset()Justin Ruggles2011-11-01
| * g726enc: add private option for setting code size directly.Justin Ruggles2011-11-01
| * g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles2011-11-01
| * g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles2011-11-01
| * g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles2011-11-01
| * g726enc: use av_assert0() for sample_rate validationJustin Ruggles2011-11-01