Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-21Add av_copy_packet()Andrey Utkin
2012-09-21Move av_dup_packet() copy logic to separate procedureAndrey Utkin
2012-09-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-20error_resilience: guess_dc: check malloc failureMichael Niedermayer
2012-09-20h263dec: disable coded dimensions = 0 handlingMichael Niedermayer
2012-09-20Merge commit '581281e242609a222233a2e5538b89dfb88fb18e'Michael Niedermayer
2012-09-20j2k: fix "static is not at beginning of declaration" warningMichael Niedermayer
2012-09-20dcadec: fix "set but not used" variableMichael Niedermayer
2012-09-19libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle
2012-09-19tiffdec: Add support for GRAY16LE.Alex Converse
2012-09-19tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse
2012-09-19mpeg4: support frame parameter changes with frame-mtJanne Grunau
2012-09-19mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau
2012-09-19mpegvideo: release frame buffers before freeing themJanne Grunau
2012-09-19wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning.Michael Niedermayer
2012-09-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-19Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer
2012-09-19rv34: use ff_MPV_common_frame_size_change()Janne Grunau
2012-09-19mpegvideo: add reinit function for frame parameter changesJanne Grunau
2012-09-19mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau
2012-09-18sonic: factorize tail_sizeMichael Niedermayer
2012-09-18sonicenc: limit quant so that golomb codes are less than 32 bits longMichael Niedermayer
2012-09-18x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNALMichael Niedermayer
2012-09-18mpegaudiodec: add prototypes for all functions that may need themMichael Niedermayer
2012-09-18allcodecs: re-enable sonicMichael Niedermayer
2012-09-18sonic: update to encode2() APIMichael Niedermayer
2012-09-18avcodec: cleanup utils.cLuca Barbato
2012-09-18binkaudio: remove unneeded GET_BITS_SAFE macroJustin Ruggles
2012-09-18binkaudio: use float sample formatJustin Ruggles
2012-09-18binkaudio: use a different value for the coefficient scale for the DCT codecJustin Ruggles
2012-09-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-18targaenc: Use named TGA_RLE constant instead of magic numberBobby Bingham
2012-09-18Fix typo in targa encoder commentBobby Bingham
2012-09-18dsputil: change assert(8) to av_assert2(8)Michael Niedermayer
2012-09-18get_cabac_inline_x86: workaround clang bug with disabled optimizationsMichael Niedermayer
2012-09-18When copying pkt side_data, don't forget size, typeAndrey Utkin
2012-09-17libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence...Lyubomir Marinov
2012-09-17libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max...Lyubomir Marinov
2012-09-17dirac_arith: Fix unprotected inline asmDerek Buitenhuis
2012-09-17alsdec: fix misplaced parentheses.Clément Bœsch
2012-09-17alsdec: check return values.Thilo Borgmann
2012-09-17alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann
2012-09-17alsdec: Fix out of ltp_gain_values read.Thilo Borgmann
2012-09-17alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer
2012-09-17alsdec: Check k used for rice decoder.Michael Niedermayer
2012-09-17alsdec: check opt_order.Michael Niedermayer
2012-09-17xsubenc: reindentAnton Khirnov
2012-09-17lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov
2012-09-17lavc: add const to private codec class initialization.Anton Khirnov