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-07-20avcodec/h264: remove list_count and ref_count clearingMichael Niedermayer
2016-07-14Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc'Clément Bœsch
2016-07-09Revert "Merge commit '187d719760bd130f848194ec4a6bd476341914bb'"Clément Bœsch
2016-07-09Merge commit '187d719760bd130f848194ec4a6bd476341914bb'Clément Bœsch
2016-06-29avcodec/h264: Remove au_pps_idMichael Niedermayer
2016-06-29avcodec/h264: Remove current_sps_idMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21h264: pass a H2645NAL to slice header decodingAnton Khirnov
2016-06-21Merge commit 'e3c9041cfe2e6526802255583d27abf9a921863e'Clément Bœsch
2016-06-21Merge commit 'e0652795292223f8bc8e5bac019c1fca7323d23c'Clément Bœsch
2016-06-20lavc/h264_ps: add ff_h264_ps_uninit and use itMatthieu Bouron
2016-06-20Merge commit '370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8'Clément Bœsch
2016-06-20Merge commit '0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a'Clément Bœsch
2016-06-20Merge commit '7f045c4429e91688f1f2335dd347203431901c06'Clément Bœsch
2016-06-20Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470'Clément Bœsch
2016-06-19Merge commit '5b35b290dd76db64f079b3940f6148c8f273fc17'Clément Bœsch
2016-06-19Merge commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e'Clément Bœsch
2016-06-19Merge commit '98c97994c5b90bdae02accb155eeceeb5224b8ef'Clément Bœsch
2016-06-18Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577'Clément Bœsch
2016-06-17h264: Support AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara
2016-06-14lavc/h264: rename GreenMetaData to H264SEIGreenMetaDataClément Bœsch
2016-06-14lavc/h264: move green meta logging out of the sei decodingClément Bœsch
2016-06-12Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch
2016-06-12Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch
2016-06-08avcodec/h264: Put context_count check backMichael Niedermayer
2016-06-08avcodec/h264: Fix off by 1 context countMichael Niedermayer
2016-05-19avcodec/h264: Check init_get_bits8() for failureMichael Niedermayer
2016-05-17Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis
2016-05-17Merge commit '56b17a33f231859cbccbd741b4763617cb4ecf03'Derek Buitenhuis
2016-05-17Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis
2016-05-17Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes
2016-05-07h264: do not return an error when NAL parsing of extradata failedHendrik Leppkes
2016-05-07Merge commit 'ca2f19b9cc37be509d85f05c8f902860475905f8'Hendrik Leppkes
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03avcodec/h264: Put the removed SPS handling code backMichael Niedermayer
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-05-03Merge commit 'a7829a2a3f8e6ec0b9f2673c11f56916800aeb33'Derek Buitenhuis
2016-04-27Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad'Derek Buitenhuis
2016-04-27Merge commit '9b30f8dd8fa5bef5f16904cb98745b4a58f8f776'Derek Buitenhuis
2016-04-27avcodec/h264: Only recover from reference picturesMichael Niedermayer
2016-04-26Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis
2016-04-24h264: allocate some tables per slice contexts, not threadsAnton Khirnov
2016-04-24h264: remove an artificial restriction on the number of slice threadsAnton Khirnov
2016-04-24h264: remove H264Context.pict_typeAnton Khirnov
2016-04-24h264: remove unused H264SliceContext.rbsp_bufferAnton Khirnov
2016-04-24h264: eliminate max_contextsAnton Khirnov
2016-04-24h264: make slice threading work with deblocking_filter=1Anton Khirnov
2016-04-24h264: merge ff_h264_free_context() into h264_decode_end()Anton Khirnov
2016-04-24h264: eliminate low_delayAnton Khirnov
2016-04-24h264: remove a stale commentAnton Khirnov