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
2013-09-06avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun
2013-09-05mpeg12enc: K&R formatting cosmeticsVittorio Giovara
2013-09-05mpeg12enc: drop forward declarationsVittorio Giovara
2013-09-04mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö
2013-09-03mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer
2013-09-03alac: Check that the channels fit at the given offsetMartin Storsjö
2013-09-03alac: Limit max_samples_per_frameMartin Storsjö
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-09-02pictordec: pass correct context to avpriv_request_sampleAnton Khirnov
2013-09-02pictordec: break out of both decoding loops when y drops below 0Anton Khirnov
2013-09-02vcr1: add sanity checksAnton Khirnov
2013-08-31pcm-dvd: Fix build on big endianMartin Storsjö
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-08-31pcm_bluray: cosmeticsChristian Schmidt
2013-08-31pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt
2013-08-29x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun
2013-08-29arm: fmtconvert: Split armv6 fmtconvert code off from vfp codeDiego Biurrun
2013-08-29arm: dcadsp: Move synth filter initialization to dcadsp fileDiego Biurrun
2013-08-29ppc: Add missing AltiVec cpuflag detection invocationsDiego Biurrun
2013-08-29ppc: fdct: Remove vim editor settings commentDiego Biurrun
2013-08-29mpegvideo: Replace arch initialization ifdeffery by standard conditionalsDiego Biurrun
2013-08-29x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun
2013-08-29dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun
2013-08-28apedec: do not buffer decoded samples over AVPacketsRafaël Carré
2013-08-27ac3: Return proper error codesLuca Barbato
2013-08-27ac3: Clean up the error pathsLuca Barbato
2013-08-27ac3: Do not clash with normal AVERRORLuca Barbato
2013-08-26imc: support mode 1Kostya Shishkov
2013-08-26twinvq: set block align for codecs and use it in size checksKostya Shishkov
2013-08-24h264_cabac: Mark functions calling decode_cabac_residual_internal as noinlineDiego Biurrun
2013-08-23arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoderDiego Biurrun
2013-08-23libfdk-aacdec: formatting cosmeticsDiego Biurrun
2013-08-23vp56: Mark VP6-only optimizations as such.Diego Biurrun
2013-08-21x86: Split DCT and FFT initialization into separate filesDiego Biurrun
2013-08-21x86: h264_idct: Remove incorrect commentDiego Biurrun
2013-08-21avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun
2013-08-20h264_ps: Use more meaningful error valuesDiego Biurrun
2013-08-20h264_ps: K&R formatting cosmeticsDiego Biurrun
2013-08-20h264_ps: Drop commented-out cruftDiego Biurrun
2013-08-20h264data: Move some tables to the only place they are usedDiego Biurrun
2013-08-20h264data: Remove unused luma_dc_field_scan tableDiego Biurrun
2013-08-20Add a libfdk-aac decoderMartin Storsjö
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-08-17dxa: fix decoding of first I-frame by separating I/P-frame decodingJanne Grunau
2013-08-16dxa: Make sure the reference frame existsLuca Barbato
2013-08-16h261: check the mtype indexLuca Barbato