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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-24libx264: change default to closed gop to match x264cliJohn Van Sickle
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
2012-09-24lavc: ensure extended_data is set properly on decodingAnton Khirnov
2012-09-24lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov
2012-09-24lavc: use av_mallocz to allocate AVFrames.Anton Khirnov
2012-09-24lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov
2012-09-22avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles
2012-09-21sipr: fall back to setting mode based on bit_rate.Reimar Döffinger
2012-09-21libx264: add forgotten ;Anton Khirnov
2012-09-20ARM: swap source operands in some add instructionsMans Rullgard
2012-09-20motion_est: fix use of inline on extern functionsMans Rullgard
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-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-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-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 opt_order.Michael Niedermayer
2012-09-17alsdec: Check k used for rice decoder.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
2012-09-16mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard
2012-09-16mpegvideo: drop 'inline' from some functionsMans Rullgard
2012-09-16nellymoserdec: drop support for s16 output.Anton Khirnov
2012-09-16bmpdec: only initialize palette for pal8.Anton Khirnov
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-09-15libavcodec: remove av_destruct_packet_nofree()Mans Rullgard
2012-09-14vorbisdec: ensure FASTDIV denominator is never 1Luca Barbato
2012-09-14x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun
2012-09-13x86: Remove some leftover declarations for non-existent functionsDiego Biurrun
2012-09-13x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2012-09-13mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...Tim Walker
2012-09-11utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun
2012-09-11x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun
2012-09-10x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun