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
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-16jpegls: K&R formatting cosmeticsLuca Barbato
2013-05-16jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun
2013-05-16mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun
2013-05-16h263dec: Remove broken and disabled debug cruftDiego Biurrun
2013-05-15vc1: Reindent INIT_LUT(), align backslashesMartin Storsjö
2013-05-15vc1: Make INIT_LUT() self containedMichael Niedermayer
2013-05-15vc1: Simplify code by using INIT_LUT()Michael Niedermayer
2013-05-15vc1: Move INIT_LUT() further up to allow using it in more placesMichael Niedermayer
2013-05-15vc1dec: Remove some now unused variablesMartin Storsjö
2013-05-15vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer
2013-05-15vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö
2013-05-15vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer
2013-05-15vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer
2013-05-15vc1dec: Factorize picture pointer selection codeMichael Niedermayer
2013-05-15vc1dec: Factorize srcU/V offsetingMichael Niedermayer
2013-05-15vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer
2013-05-15vc1dec: Update destination pointers in context for fieldsMichael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-15jpeg2000dec: don't use deprecated PIX_FMT valuesAnton Khirnov
2013-05-14jpeg2000dec: Use correct printf length modifier for pointer differencesDiego Biurrun
2013-05-14vc1dec: Don't apply the loop filter on fieldsMartin Storsjö
2013-05-14vc1: implement frame interlaced b-frame header parsingHendrik Leppkes
2013-05-14vc1dec: Don't attempt error concealment on field picturesMichael Niedermayer
2013-05-14vc1dec: fieldtx is only valid for interlaced frame picturesSebastian Sandberg
2013-05-14aacenc: Fix erasure of surround channelsClaudio Freire
2013-05-14aacenc: Fix target bitrate for twoloop quantiser searchClaudio Freire
2013-05-14aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire
2013-05-14lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz
2013-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun
2013-05-13x86: dsputil: Split inline assembly from init codeDiego Biurrun
2013-05-13x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun
2013-05-12configure: Rename cmov processor capability to i686Diego Biurrun
2013-05-10indeo3: avoid writes without necessary alignment in copy_cell()Janne Grunau
2013-05-10x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet
2013-05-08x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun
2013-05-08x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun
2013-05-08x86: dsputil: Move constant declarations into separate headerDiego Biurrun
2013-05-08x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun
2013-05-08x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun
2013-05-07x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun
2013-05-07x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun
2013-05-07x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun
2013-05-07x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun
2013-05-07x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun
2013-05-07lavc: do not leak frames in avcodec_decode_audio4Luca Barbato
2013-05-07indeo3: use unaligned reads on reference blocks.Anton Khirnov
2013-05-07jpeg2000dec: initialize static data just onceJanne Grunau
2013-05-07jpeg2000dec: cleanup properly after decoding errorsJanne Grunau
2013-05-06jpeg2000: Fix uninitialized data errors pointed out by valgrind/memcheckNicolas Bertrand