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
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-10H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser
2011-07-09mpeg1video: don't abort if thread_count is too high.Frank Barchard
2011-07-09cosmetic: reindent of dxva2 zigzag workaroundJoakim Plate
2011-07-09Added ability to enable workaround for dxva2 decoding using older ATI cardsJoakim Plate
2011-07-09libxvid: Add const qualifier to silence compiler warning.Diego Biurrun
2011-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-09H.264: improve qp_thresh checkJason Garrett-Glaser
2011-07-09H.264: use fill_rectangle in CABAC decodingJason Garrett-Glaser
2011-07-09H.264: Remove redundant hl_motion_16/8 codeJason Garrett-Glaser
2011-07-09H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser
2011-07-09H.264: faster P-SKIP decodingJason Garrett-Glaser
2011-07-09H.264: av_always_inline some more functionsJason Garrett-Glaser
2011-07-09H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-09mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov
2011-07-08dnxhd: prettify tablesMans Rullgard
2011-07-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-08flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun
2011-07-08flashsv: improve some variable namesDiego Biurrun
2011-07-08libschroedingerdec: Remove write-only variable.Diego Biurrun
2011-07-07libgsm: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-07-07libvo-amrwbenc: Add braces to shut up gcc warning.Diego Biurrun
2011-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya
2011-07-06flashsv: improve some comments and fix some wrong onesDiego Biurrun
2011-07-06flashsv: Eliminate redundant variable indirection.Diego Biurrun
2011-07-06flashsv: set reference frame type to full frameDiego Biurrun
2011-07-06flashsv: replace bitstream description by a link to the specificationDiego Biurrun
2011-07-06flashsv: convert a debug av_log into av_dlogDiego Biurrun
2011-07-06flashsv: simplify conditionDiego Biurrun
2011-07-06flashsv: return more meaningful error valuesDiego Biurrun
2011-07-06flashsv: cosmetics: break some overly long linesDiego Biurrun
2011-07-06flashsv: cosmetics: drop some unnecessary parenthesesDiego Biurrun
2011-07-06Support fourcc YV24.ami_stuff
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06H.264: make loopfilter bS const where applicableJason Garrett-Glaser
2011-07-05opencore-amr: Add missing initializer braces to shut up gcc warning.Diego Biurrun
2011-07-05ARM: workaround for bug in GNU assemblerMans Rullgard
2011-07-05dv: fix comment wording mistakeClément Bœsch
2011-07-05Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun
2011-07-05dv: fix comment wording mistakeClément Bœsch
2011-07-05dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger
2011-07-05dv: fix comment spelling.Clément Bœsch
2011-07-05dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger
2011-07-05PPC: use Altivec IMDCT only for supported sizesMans Rullgard
2011-07-05dv: fix comment spellingClément Bœsch
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04ARM: allow unaligned buffer in fixed-point NEON FFT4Mans Rullgard
2011-07-04dca: set AVCodecContext frame_size for DTS audioJohn Stebbins
2011-07-04YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang