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-11-05avcodec/vp9: add ff_vp9_idct_idct_{4x4,8x8}_ssse3().Clément Bœsch
2013-11-05avcodec/mss2: use init_get_bits8()Paul B Mahol
2013-11-05avcodec/flashsv: use av_freep() for tmpblockPaul B Mahol
2013-11-05avcodec/mss1: use init_get_bits8()Paul B Mahol
2013-11-05avcodec/flashsv: fix typoPaul B Mahol
2013-11-05avcodec/tscc2: use init_get_bits8()Paul B Mahol
2013-11-05avcodec/brender_pix: stop calling av_image_check_size() twicePaul B Mahol
2013-11-05avcodec/flashsv: stop using deprecated avcodec_set_dimensionsPaul B Mahol
2013-11-05avcodec/flashsv: use init_get_bits8()Paul B Mahol
2013-11-05avcodec/brender_pix: stop using deprecated avcodec_set_dimensionsPaul B Mahol
2013-11-05avcodec/c93: stop using deprecated avcodec_set_dimensionsPaul B Mahol
2013-11-05Merge commit '70cbf33405f50dfaf77e85f382a188acf17dc71a'Michael Niedermayer
2013-11-05Merge commit 'e2b5b097898c9155f4bdff4d83cdc54d5eef6930'Michael Niedermayer
2013-11-05vdpau: Add missing #includes to fix standalone header compilationDiego Biurrun
2013-11-05Merge commit '3ef9b7ab95cc703b67a8b658dca45c80df0aaa66'Michael Niedermayer
2013-11-05Merge commit '885ec9242554ad25922258a595ec5e317922a412'Michael Niedermayer
2013-11-05Merge commit 'cd8f772d0678a90957f4dfd5ce51af9d22e3f212'Michael Niedermayer
2013-11-05x86: rv40dsp: Use PAVGB instruction macro where appropriateDiego Biurrun
2013-11-04hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scaleYusuke Nakamura
2013-11-04hevc: Use parsed VUI colorimetry in avcodecJan Ekström
2013-11-04lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström
2013-11-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-04Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer
2013-11-04Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer
2013-11-04Merge commit 'daa7a1d4431b6acf1f93c4a98b3de123abf4ca18'Michael Niedermayer
2013-11-04Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb'Michael Niedermayer
2013-11-04Merge commit '5cd6513f5be14b9744783d3d9e853d3f11065e93'Michael Niedermayer
2013-11-04aacdec: Set the profile during decodingGian-Carlo Pascutto
2013-11-04lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov
2013-11-04pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov
2013-11-04pthread_slice: rename ThreadContext -> SliceThreadContextAnton Khirnov
2013-11-04lavc: split slice and frame threading functions into separate filesAnton Khirnov
2013-11-04pthread: drop avcodec_ prefixes from static functionsAnton Khirnov
2013-11-04Put vp9_scans and vp9_scans_nb in ro_data.Ronald S. Bultje
2013-11-04x86: hpeldsp: Use PAVGB instruction macro where necessaryMikulas Patocka
2013-11-04avcodec/ffv1enc: Check high bpp RGB against coder type tooMichael Niedermayer
2013-11-03avcodec/x86/hpeldsp: fix crash on AMD K6-3+Mikulas Patocka
2013-11-03lavc: remove dead FF_API_OLD_TIMECODE APIStefano Sabatini
2013-11-03lavc: remove dead FF_API_AVCODEC_OPEN APIStefano Sabatini
2013-11-03lavc: remove dead FF_API_ALLOC_CONTEXT APIStefano Sabatini
2013-11-03lavc/version.h: remove empty lineStefano Sabatini
2013-11-03lavc: drop deprecated audio_convert API at the next major bumpStefano Sabatini
2013-11-03avcodec/ansi: set w/h correctly at the topMichael Niedermayer
2013-11-03Merge commit '3ea5f64ffff0a51f62922efd2e2bc231b13b2179'Michael Niedermayer
2013-11-03ansi: fix possible use of uninitialized variablesVittorio Giovara
2013-11-03avcodec/hevc_sei: Fix null dereference in decode_pic_timing()Michael Niedermayer
2013-11-03avcodec/hevc_sei: check active_seq_parameter_set_id validityMichael Niedermayer
2013-11-03mpegvideo: reduce whitespace differences to libavMichael Niedermayer
2013-11-03h264: reduce whitespace differences to libavMichael Niedermayer
2013-11-03libvpxenc: allow qmax of 0James Zern