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
2014-02-09hevc: Conceal zero tdLuca Barbato
2014-02-09dnxhd: Support DNx444Kostya Shishkov
2014-02-09vp8: fix PPC assembly to work if src_stride != dst_strideRonald S. Bultje
2014-02-09asvenc: free avctx->coded_frame on codec closeJanne Grunau
2014-02-09arm: Remove a stray .fpu directiveMartin Storsjö
2014-02-09dnxhddec: return proper error codeAlexandra Khirnova
2014-02-09g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFOMaxim Poliakovski
2014-02-08mlp_parser: fix request_channel_layout behavior.Tim Walker
2014-02-08mlpdec: fix request_channel_layout behavior.Michael Niedermayer
2014-02-08Mirillis FIC video decoderKostya Shishkov
2014-02-08mlp: improve request_channel_layout behavior.Tim Walker
2014-02-08dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau
2014-02-08h264: give numbers to nalusVittorio Giovara
2014-02-08x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbaleJanne Grunau
2014-02-08dcadsp: split lfe_dir casesChristophe Gisquet
2014-02-08x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet
2014-02-08dcadsp: add int8x8_fmul_int32 to dsp contextChristophe Gisquet
2014-02-07arm: Add X() around all references to extern symbolsMartin Storsjö
2014-02-07vp8: fix bilinear C code to work if src_stride != dst_stride.Ronald S. Bultje
2014-02-06vp8: Use 2 registers for dst_stride and src_stride in neon bilin filterMartin Storsjö
2014-02-05mpeg: K&R formatting cosmeticsVittorio Giovara
2014-02-05lagarith: reallocate rgb_planes when neededAnton Khirnov
2014-02-05truemotion1: check the header sizeAnton Khirnov
2014-02-05shorten: pad the internal bitstream bufferAnton Khirnov
2014-02-05eacmv: clear references on frame dimensions changeAnton Khirnov
2014-02-04avcodec: Suppress deprecation warnings from avcodec_alloc_frame()Diego Biurrun
2014-02-04jvdec: K&R formatting cosmeticsVittorio Giovara
2014-02-04h264: reset data partitioning at the beginning of each decode callAnton Khirnov
2014-02-04vp8: use a fixed-size edge emu bufferAnton Khirnov
2014-02-04utvideoenc: Add support for the new BT.709 FourCCs for YCbCrJan Ekström
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