summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* libvpxenc: Fix "Additional information: g_lag_in_frames out of range [..25]"Michael Niedermayer2011-11-06
* Set AVFrame reference before reget_buffer.Reimar Döffinger2011-11-05
* nuv: do not use data not initialized by LZO decompression.Reimar Döffinger2011-11-05
* nuv: Fix combination of size changes and LZO compression.Reimar Döffinger2011-11-05
* Check NUV per-frame header for validity.Reimar Döffinger2011-11-05
* rtjpeg: check get_block return value for error.Reimar Döffinger2011-11-05
* Simplify using get_bits_left.Reimar Döffinger2011-11-05
* Use FFALIGN.Reimar Döffinger2011-11-05
* Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-05
* h264: fix ssse3 biweight code with weights of 128Michael Niedermayer2011-11-05
* Make ff_mba_* arrays const.Reimar Döffinger2011-11-05
* Make fdct_r_row_sse2 const.Reimar Döffinger2011-11-05
* Make AMR tables of lookup filter tables const.Reimar Döffinger2011-11-05
* Make tab_frw_01234567_sse2 const.Reimar Döffinger2011-11-05
* j2kdec: fix a bunch of const compiler warnings.Clément Bœsch2011-11-05
* 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