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-08-15Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-15avcodec/h261dec: Fix context initialization sequenceMichael Niedermayer
2014-08-15Merge commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a'Michael Niedermayer
2014-08-15Merge commit 'b869eea7ea8f5d8331fcd6355f848bb6a6e06b14'Michael Niedermayer
2014-08-15Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'Michael Niedermayer
2014-08-14lavc/flacdsp: change lpc_encoder function pointer prototypeJames Darnley
2014-08-14h261dec: Fix order of initializationJohn Stebbins
2014-08-14h263dec: Fix order of initializationJohn Stebbins
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-08-14avcodec/mjpegdec: Support AV_PIX_FMT_YUV420P16 with upscale_hMichael Niedermayer
2014-08-14libavcodec: bump micro to reflect dpx changesChristophe Gisquet
2014-08-14avcodec/lcldec: initialize encoded correctlyMichael Niedermayer
2014-08-14proresenc_kostya: properly account for alphaChristophe Gisquet
2014-08-14dpx: use aligned line startsChristophe Gisquet
2014-08-14Merge commit '93f29948e4b06acfb96e7f82d373ef86d6dc55f7'Michael Niedermayer
2014-08-14mpeg4video: Fix doxygen comment syntax to document correct struct memberNidhi Makhijani
2014-08-14vaapi: set the scaling list correctly.Edgar Hucek
2014-08-14dpx: warn if encryptedChristophe Gisquet
2014-08-14dpxenc: enforce alignment requirementChristophe Gisquet
2014-08-14Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()Michael Niedermayer
2014-08-14Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame...Michael Niedermayer
2014-08-13vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje
2014-08-13lavc/dnxhd: ff_dnxhd_cid_table is not exportedJames Almer
2014-08-13cvcodec/flacdsp_lpc_template: osmetic fixJames Darnley
2014-08-13lavc/flacenc: partially unroll loop in flac_enc_lpc_16James Darnley
2014-08-13avcodec/idctdsp: make add/put_pixels_clamped_c internal functionsJames Almer
2014-08-13lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley
2014-08-12avcodec: add C xvid IDCT supportPascal Massimino
2014-08-12Merge commit 'da7d839a0d3ec40423a665dc85e0cfaed3f92eb8'Michael Niedermayer
2014-08-12Merge commit 'cf6090dc6252f2b276aa4133e3d73a89f4c6046c'Michael Niedermayer
2014-08-12Merge commit 'ed53cc217f6a6e4ddb35e3f01a79496091dc82dc'Michael Niedermayer
2014-08-12Merge commit '09182b3224370e1d636631e77f201a8388766bd6'Michael Niedermayer
2014-08-12Merge commit 'd1b1c3bb5ef1bee409c06c3bcacfb8674e1cb574'Michael Niedermayer
2014-08-12vp9/x86: fix bug in intra_pred_hd_32x32.Ronald S. Bultje
2014-08-12x86/dca: remove unused headerJames Almer
2014-08-12x86/ttadsp: remove an unnecessary movaJames Almer
2014-08-12ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer
2014-08-12hevc_mvs: avoid deriving tmvp in amvpChristophe Gisquet
2014-08-12hevc: wait proper position for tmvpChristophe Gisquet
2014-08-12hevc: use intreadwriteChristophe Gisquet
2014-08-12hevc: derive partial merge listChristophe Gisquet
2014-08-12hevc: derive partially amvp listChristophe Gisquet
2014-08-12hevc: simplify roundingChristophe Gisquet
2014-08-12hevc: reorder loopsChristophe Gisquet
2014-08-12proresenc_kostya: report buffer overflowChristophe Gisquet
2014-08-12proresenc_kostya: remove unneeded parametersChristophe Gisquet
2014-08-11avcodec/snow: fix null pointer dereference in cleanup after allocation failureMichael Niedermayer