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
2014-02-04hevc: check that the VCL NAL types are the same for all slice segments of a f...Anton Khirnov
2014-02-01hevc: Reject impossible slice segmentLuca Barbato
2014-02-01hevc: Consider first quantization group any reference to 0, 0Luca Barbato
2014-01-31xvid: switch to xvid mmx idct as soon as possibleJanne Grunau
2014-01-31atrac3plus: Make initialization dependant on channel count rather than channe...Jan Ekström
2014-01-30x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.Ronald S. Bultje
2014-01-30x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje
2014-01-30ac3dec: Allow asymmetric application of DRC when drc_scale > 1John Stebbins
2014-01-29mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun
2014-01-26mpeg12: check scantable indices in all decode_block functionsJanne Grunau
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2014-01-24dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov
2014-01-24dxtory: add more compressed and uncompressed modesKostya Shishkov
2014-01-24vp9: fix bugs in updating coef probabilities with parallelmode=1Guillaume Martres
2014-01-24vp9: fix mvref finding to adhere to bug in libvpx.Ronald S. Bultje
2014-01-22mpegvideo_enc: Don't call ff_h263dsp_init unconditionallyMartin Storsjö
2014-01-22bfin: vp3: Mark all binary object sections appropriatelyDiego Biurrun
2014-01-22h264: skip chroma edges at the picture boundary while deblocking 4:4:4Janne Grunau
2014-01-21lavc: do not force the emu edge flagAnton Khirnov
2014-01-21dxtory: change error code for unexpected slice configurationKostya Shishkov
2014-01-21dxtory: correctly handle YUV slices with average odd heightKostya Shishkov
2014-01-21dxva2: Use correct printf format stringsDiego Biurrun
2014-01-21dxva2: Add missing #includesDiego Biurrun
2014-01-21dxva2: Log errors verboselySam Lantinga
2014-01-21dxva2: Retry IDirectXVideoDecoder_BeginFrame()Sam Lantinga
2014-01-21hevc: Bound check cu_qp_deltaLuca Barbato
2014-01-21hevc: Bound check slice_qpLuca Barbato
2014-01-21hevc: Prevent some integer overflowsLuca Barbato
2014-01-21hevc: Remove useless clipGuillaume Martres
2014-01-21hevc: clip pixels when transquant bypass is usedGuillaume Martres
2014-01-21hevc: Use uint64 to check for tile dimensionsLuca Barbato
2014-01-21hevc: Fix modulo operationsMichael Niedermayer
2014-01-21hevc: check that VPS referenced from SPS existsMichael Niedermayer
2014-01-21vc1: Always reset numref when parsing a new frame header.Michael Niedermayer
2014-01-20lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().Anton Khirnov
2014-01-20mpegvideo: allocate edges when encoding.Anton Khirnov
2014-01-20lavc: allow the caller to override dimensions in ff_get_buffer()Anton Khirnov
2014-01-19eac3: cosmetics, re-indent.Tim Walker
2014-01-19(e)ac3: clip surround mix level indexes.Tim Walker
2014-01-19(e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker
2014-01-19ac3: set default matrix encoding modes in parse_frame_header.Tim Walker
2014-01-18h264: check that an IDR NAL only contains I slicesAnton Khirnov
2014-01-18h264: reset num_reorder_frames if it is invalidAnton Khirnov
2014-01-18h264: reset ref count if decoding the slice header failsAnton Khirnov
2014-01-18h264: prevent two matching fields from being both a short/long ref combinationAnton Khirnov
2014-01-18h264: do not call field_end if we do not have a current pictureAnton Khirnov
2014-01-18h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3Anton Khirnov
2014-01-18h264: reset first_field if frame_start() fails for missing refsAnton Khirnov
2014-01-15x86: dsputil: Simplify xvmc deprecation conditionalDiego Biurrun
2014-01-15build: Add separate hidden config option for the intrax8 codeDiego Biurrun