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
2016-06-12Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch
2016-06-12Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch
2016-05-17Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis
2016-05-17Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis
2016-05-03Merge commit 'ad9d3384de08f02967d6eb11196ee8c78e8b2dba'Derek Buitenhuis
2016-04-26Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis
2016-04-24Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis
2016-04-24Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis
2016-04-24h264: factor out calculating the POC count into a separate fileAnton Khirnov
2016-04-24h264: decouple h264_ps from the h264 decoderAnton Khirnov
2016-04-24h264: factor out parsing the reference count into a separate fileAnton Khirnov
2016-04-24h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov
2016-03-30h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun
2016-03-28svq3: move the dequant buffer to SVQ3ContextAnton Khirnov
2016-03-28h264: factor out pred weight table parsing into a separate fileAnton Khirnov
2016-03-27avcodec/h264_slice: Check PPS more extensively when its not copiedMichael Niedermayer
2016-03-25h264data: Move all data tables from a header to a .c fileDiego Biurrun
2016-03-25lavc: Deduplicate zigzag_scan tableDiego Biurrun
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-12avcodec/h264_slice: Fix dequant table init with field picturesMichael Niedermayer
2016-02-12avcodec/h264_slice: assert relation between current_slice ans slice_ctxMichael Niedermayer
2016-02-12avcodec/h264_slice: remove duplicate unconditional picture_structure setting ...Michael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-05avcodec/h264_slice: Fix integer overflow in implicit weight computationMichael Niedermayer
2015-12-29avcodec: Use get_ue_golomb_long() when neededMark Harris
2015-12-18avcodec/h264_slice: Simplify ref2frm indexingMichael Niedermayer
2015-12-17Merge commit '792b9c9dfcf44b657d7854368d975b5ca3bc22ca'Hendrik Leppkes
2015-12-17Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes
2015-12-07h264: do not call frame_start() for missing framesAnton Khirnov
2015-12-06h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov
2015-12-06h264: eliminate default_ref_listAnton Khirnov
2015-11-27avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer
2015-11-25avcodec/h264_slice: Limit max_contexts when slice_context_count is initializedMichael Niedermayer
2015-11-19avcodec/h264_slice: Clear top_borders on allocationMichael Niedermayer
2015-11-01avcodec/h264_slice: Disable slice threads if there are multiple access units ...Michael Niedermayer
2015-10-22avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun
2015-10-15Revert "avcodec/h264: remove redundant and bogus get_format call"wm4
2015-10-15avcodec/h264: remove redundant and bogus get_format callwm4
2015-09-02avcodec/h264_slice: replace assert by normal error checkMichael Niedermayer
2015-08-19vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne
2015-08-18lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje
2015-08-06lavc: propagate hwaccel errorswm4
2015-08-03avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert
2015-07-28avcodec/h264_slice: Also check sei_recovery_frame_cnt for skip_frame nokeyMichael Niedermayer
2015-07-28avcodec/h264_slice: do not skip 2nd field if first was not skippedMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara