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
2015-08-18libvpxenc: make flags i64 instead of dbl.Ronald S. Bultje
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-08-18lavfi: add error message to help users convert to new lavfi syntax.Ronald S. Bultje
2015-08-18scale2ref: override request_frame() and correctly connect them to the corresp...Michael Niedermayer
2015-08-18avfilter/vf_scale: Set scale2ref ref output timebaseMichael Niedermayer
2015-08-18Move ff_dlog from lavc to lavu.Ronald S. Bultje
2015-08-18configure: Use pkg-config for libkvazaar.Arttu Ylä-Outinen
2015-08-18Merge commit '317cfaa5e09755ed0b34af512ec687963a67bdbf'Hendrik Leppkes
2015-08-18Merge commit '58c3720a3cc71142b5d48d8ccdc9213f9a66cd33'Hendrik Leppkes
2015-08-18Merge commit '72839fce6457fdb5d51b4a5381ac52914ee66389'Hendrik Leppkes
2015-08-18Merge commit '7bf9647264308d2df74b2b50669f2d02a7ecc90b'Hendrik Leppkes
2015-08-18Merge commit 'f34b152eb7b7e8d2aee57c710a072cf74173fbe1'Hendrik Leppkes
2015-08-18Merge commit '1b90433f79de857550d4d8c35c89fbe954920594'Hendrik Leppkes
2015-08-18Merge commit '87de6ddb7b7674e329d5c96677bd8685bc7f7855'Hendrik Leppkes
2015-08-18Merge commit 'cb2dbe2c762dae44d890aa26620bcdd9022fd0f3'Hendrik Leppkes
2015-08-18Merge commit '44b44441203177690305c294be6eff8d9c668954'Hendrik Leppkes
2015-08-18Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'Hendrik Leppkes
2015-08-18swscale: process horizontal lines in batchesPedro Arthur
2015-08-18swscale: refactor horizontal scalingPedro Arthur
2015-08-18fate: add -fflags +bitexact in a few places.Ronald S. Bultje
2015-08-18fate: explicitly specify audio bitrate for adpcm/mp2fixed tests.Ronald S. Bultje
2015-08-18fate: move -flags +mv0 -> -mpv_flags +mv0.Ronald S. Bultje
2015-08-17avfilter: add scale2ref filterMichael Niedermayer
2015-08-17lavc/mjpegdec: Detect more CMYK images.Carl Eugen Hoyos
2015-08-17swscale/swscale-test: Fix slice height in random reference data creation.Michael Niedermayer
2015-08-17avcodec/rv30: fix switching back to the original resolutionMichael Niedermayer
2015-08-17ffmpeg_vdpau: Ignore decoder's max supported levelPhilip Langdale
2015-08-16buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZEAndreas Cadhalpun
2015-08-16asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková
2015-08-16fate: Make sure a corner-case for ASF is coveredAlexandra Hájková
2015-08-16hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato
2015-08-16vp7: bound checking in vp7_decode_frame_headerFederico Tomassetti
2015-08-16ffmpeg: use av_buffersrc_add_frame instead of av_buffersrc_add_refAndreas Cadhalpun
2015-08-16avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2()Michael Niedermayer
2015-08-16lavf/matroskadec: Fully parse and repack MP3 packetsRodger Combs
2015-08-16doc/filter_design: Remove reference to the deprecated and unused cur_buf_copyMichael Niedermayer
2015-08-16doc/examples: rename avio_list_dir -> avio_dir_cmdMariusz Szczepańczyk
2015-08-16libfdk-aacdec: Clean up properly if the init failsMartin Storsjö
2015-08-16libfdk-aacdec: Always decode into an intermediate bufferMartin Storsjö
2015-08-16libfdk-aacdec: Bump the max number of channels to 8Martin Storsjö
2015-08-16configure: arm: Assume softfp ABI on darwinMartin Storsjö
2015-08-15ffmpeg: Use the decoders dimensions in sub2video_get_blank_frame()Michael Niedermayer
2015-08-15ffmpeg: Use actual frame dimensions in checks in sub2video_update()Michael Niedermayer
2015-08-15ffmpeg: Print sub2video: rectangle coordinates in case of overflowsMichael Niedermayer
2015-08-15ffmpeg_filter: Do not override the dimensions in sub2video_prepare()Michael Niedermayer
2015-08-15avcodec/flashsvenc: Correct max dimension in error messageMichael Niedermayer
2015-08-15avcodec/svq1enc: Check dimensionsMichael Niedermayer
2015-08-15movtextdec: Add support for automatic text wrappingNiklesh
2015-08-15examples/avio_list_dir: add move and delete methodsMariusz Szczepańczyk