summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* error_resilience: guess_dc: check malloc failureMichael Niedermayer2012-09-20
* h263dec: disable coded dimensions = 0 handlingMichael Niedermayer2012-09-20
* Merge commit '581281e242609a222233a2e5538b89dfb88fb18e'Michael Niedermayer2012-09-20
|\
| * tiffdec: Add support for GRAY16LE.Alex Converse2012-09-19
| * tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse2012-09-19
| * mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-19
| * mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau2012-09-19
| * mpegvideo: release frame buffers before freeing themJanne Grunau2012-09-19
* | j2k: fix "static is not at beginning of declaration" warningMichael Niedermayer2012-09-20
* | dcadec: fix "set but not used" variableMichael Niedermayer2012-09-19
* | wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning.Michael Niedermayer2012-09-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-19
|\|
| * rv34: use ff_MPV_common_frame_size_change()Janne Grunau2012-09-19
| * mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-19
* | Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer2012-09-19
|\|
| * mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau2012-09-19
| * avcodec: cleanup utils.cLuca Barbato2012-09-18
| * binkaudio: remove unneeded GET_BITS_SAFE macroJustin Ruggles2012-09-18
| * binkaudio: use float sample formatJustin Ruggles2012-09-18
| * binkaudio: use a different value for the coefficient scale for the DCT codecJustin Ruggles2012-09-18
* | sonic: factorize tail_sizeMichael Niedermayer2012-09-18
* | sonicenc: limit quant so that golomb codes are less than 32 bits longMichael Niedermayer2012-09-18
* | x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNALMichael Niedermayer2012-09-18
* | mpegaudiodec: add prototypes for all functions that may need themMichael Niedermayer2012-09-18
* | allcodecs: re-enable sonicMichael Niedermayer2012-09-18
* | sonic: update to encode2() APIMichael Niedermayer2012-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-18
|\|
| * alsdec: fix misplaced parentheses.Clément Bœsch2012-09-17
| * alsdec: check return values.Thilo Borgmann2012-09-17
| * alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann2012-09-17
| * alsdec: Fix out of ltp_gain_values read.Thilo Borgmann2012-09-17
| * alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-09-17
| * alsdec: check opt_order.Michael Niedermayer2012-09-17
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * alsdec: Check k used for rice decoder.Michael Niedermayer2012-09-17
| * xsubenc: reindentAnton Khirnov2012-09-17
| * lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
| * lavc: add const to private codec class initialization.Anton Khirnov2012-09-17
* | targaenc: Use named TGA_RLE constant instead of magic numberBobby Bingham2012-09-18
* | Fix typo in targa encoder commentBobby Bingham2012-09-18
* | dsputil: change assert(8) to av_assert2(8)Michael Niedermayer2012-09-18
* | get_cabac_inline_x86: workaround clang bug with disabled optimizationsMichael Niedermayer2012-09-18
* | When copying pkt side_data, don't forget size, typeAndrey Utkin2012-09-17
* | libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence...Lyubomir Marinov2012-09-17
* | libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max...Lyubomir Marinov2012-09-17
* | dirac_arith: Fix unprotected inline asmDerek Buitenhuis2012-09-17
* | arm/dca: Fix compilation of decode_blockcodes() with --enable-thumbMichael Niedermayer2012-09-16
* | vda_h264.c: Change header inclusion order.Carl Eugen Hoyos2012-09-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-16
|\|
| * mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard2012-09-16