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-04-20avcodec/x86/vp9lpf: add a comment above a bunch of SWAP.Clément Bœsch
2014-04-20avcodec/x86/vp9lpf: merge a few movs with other instructions.Clément Bœsch
2014-04-20avcodec/arm/vc1dsp_init_neon: fix code so it compiles and passes fate-vc1Michael Niedermayer
2014-04-20vc1dsp: introduce cases for 8x8 and 16x16Christophe Gisquet
2014-04-20avcdoec/webp: use av_malloc_array()Michael Niedermayer
2014-04-20avcodec/tiff: use av_malloc(z)_array()Michael Niedermayer
2014-04-20avcodec/ratecontrol: use av_malloc_array()Michael Niedermayer
2014-04-20avcodec/huffman: use av_malloc_array()Michael Niedermayer
2014-04-20avcodec/exif: do not follow 0 offsetsMichael Niedermayer
2014-04-20avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer
2014-04-20Merge commit '911fa05b514e1be009e00b79d7004b93717c023b'Michael Niedermayer
2014-04-19mvc: Specify the pixel format for the mv-mvc* testsMartin Storsjö
2014-04-19Merge commit '86a0432688216562926d4aee36118f01be6d5e1b'Michael Niedermayer
2014-04-19Merge commit '07761294fc3f08e139e8a406ef7d5b63aaf1ecee'Michael Niedermayer
2014-04-19Merge commit '34c5a6660a9e5e3cf301691bb29d011638953dc2'Michael Niedermayer
2014-04-19Merge commit '6ef96292d99302a59f824713fc763f6abd3754df'Michael Niedermayer
2014-04-19vp9/x86: simplify FILTER_INIT.Clément Bœsch
2014-04-19vp9/x86: clarify mixed splatb.Clément Bœsch
2014-04-19Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross
2014-04-19Silicon Graphics RLE 8-bit video decoderPeter Ross
2014-04-19h264: codec reinit: remove statements without effectJanne Grunau
2014-04-19utils: add yvyu422 to avcodec_align_dimensions2Vittorio Giovara
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-04-19Use MANGLE in cavsdsp.c to save two registers using gcc.Carl Eugen Hoyos
2014-04-18avcodec/qtrleenc: use av_mallocz_array()Michael Niedermayer
2014-04-18avcodec/smacker: use av_mallocz_array()Michael Niedermayer
2014-04-18avcodec/roqvideoenc: use av_malloc(z)_array()Michael Niedermayer
2014-04-18mjpeg: cosmetics: indentationJustin Ruggles
2014-04-18mjpeg: Do not fail jpeg decoding on bad EXIF data.Justin Ruggles
2014-04-18avcodec/snow: use av_malloc(z)_array()Michael Niedermayer
2014-04-18avcodec/tta: use av_malloc(z)_array()Michael Niedermayer
2014-04-18avcodec/vc1dec: use av_realloc_array()Michael Niedermayer
2014-04-18Do not overwrite VDPAU structures in ff_MPV_frame_start().Carl Eugen Hoyos
2014-04-17x86/dsputil: use HADDD where applicableJames Almer
2014-04-17x86: move horizontal add macros to x86utilJames Almer
2014-04-16avcodec/vble: use av_malloc_array()Michael Niedermayer
2014-04-16iavcodec/vc1dec: Fix missing {}Michael Niedermayer
2014-04-16avcodec/g723_1: add assert to help static code analyzersMichael Niedermayer
2014-04-16avcodec/diracdec: fix undefined behavior with shiftsMichael Niedermayer
2014-04-16avcodec/fic: Fix return value checkMichael Niedermayer
2014-04-16avcodec/dcadec: fix error message suppression codeMichael Niedermayer
2014-04-16avcodec/mjpegen: Fix declared argument sizeMichael Niedermayer
2014-04-15Direct Stream Digital (DSD) decoderPeter Ross
2014-04-15avcodec/mpegaudioenc_template: Fix integer overflowMichael Niedermayer
2014-04-15Merge commit 'a6ac4fcce44108f6f87278b8d12e890576f46a62'Michael Niedermayer
2014-04-14vp78: Align the intra4x4_pred_mode_top array within VP8MacroblockMartin Storsjö
2014-04-14Merge branch 'flac' of https://github.com/FernetMenta/FFmpegMichael Niedermayer
2014-04-14avcodec/x86/idct_sse2_xvid: fix non C99 inline functionMichael Niedermayer
2014-04-14flac demuxer: improve seekingRainer Hochecker
2014-04-14Set the bitrate when decoding speex.Carl Eugen Hoyos