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
2019-07-19avcodec/h264_refs: Also check reference in ff_h264_build_ref_list()Michael Niedermayer
2018-09-03avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking()Michael Niedermayer
2018-09-03avcodec/h264_refs: Detect more random access points which are not markedMichael Niedermayer
2017-10-31Merge commit 'cb167f2947f1a2c446bd8db196d0e64ef4a6d06b'James Almer
2017-05-10h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()Sean McGovern
2017-03-19Merge commit 'b96f0ab3d29cdd9ea9ddabfb2052f72bf8615661'Clément Bœsch
2017-03-07avcodec/h264, videotoolbox: fix crash after VT decoder failsAman Gupta
2017-01-31golomb: Convert to the new bitstream readerDiego Biurrun
2016-09-12avcodec/h264_refs: Change default case to av_assert0() to suppress warningMichael Niedermayer
2016-08-17h264: Kill broken disabled cruftDiego Biurrun
2016-08-04Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3'Timothy Gu
2016-08-01Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer
2016-07-29Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-27Merge commit 'debca90863e4ee53447efd02483c500f89766384'Clément Bœsch
2016-07-20avcodec/h264: remove list_count and ref_count clearingMichael Niedermayer
2016-07-10avcodec/h264_refs: Assert that op is 0-2Michael Niedermayer
2016-07-09Merge commit '84b2d3fb68caf71cff4b80b44ff865d7ae2531ce'Clément Bœsch
2016-06-30Merge commit 'bec993381cfec72051b0d9f12ac9d9bb9c750983'Clément Bœsch
2016-06-30Merge commit '2d410ebbaa1e760d6837cb434a6d1d4c3c6f0d85'Clément Bœsch
2016-06-29Merge commit '39ab2ea53121b9976a619cd545fbd3464b908696'Clément Bœsch
2016-06-29Merge commit 'ed9a20ebe4a89de119ea97bdccf688ece8c6648c' into merge-libav-newClément Bœsch
2016-06-29Merge commit '7b50d60442af8d9527e9da46818011fe15a5265a'Clément Bœsch
2016-06-29Merge commit 'b16e9b9ac9db449cae2242767dd3c3fc309357c4'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov
2016-06-21h264: add H264_ prefix to the NAL unit typesAnton Khirnov
2016-06-21h264: create a new header for common h264 definitionsAnton Khirnov
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-21h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov
2016-06-19Merge commit '89ae244e78a8d636fbb8427a2da052b04cf710bd'Clément Bœsch
2016-06-19Merge commit '755f79f84cbeb5d749fb120e55e0098a2d7663a0'Clément Bœsch
2016-06-19Merge commit 'a2fd547839d3ef8f342b6f2c096d0887675d3b1a'Clément Bœsch
2016-06-14h264: Drop unused function check_opcodes()Diego Biurrun
2016-06-12h264: postpone generating the implicit MMCOsAnton Khirnov
2016-06-12h264: decode the MMCOs into per-slice contextsAnton Khirnov
2016-06-12h264: rename mmco_index to nb_mmcoAnton Khirnov
2016-06-12h264: split reading the ref list modifications and actually building the ref ...Anton Khirnov
2016-06-12h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref listAnton Khirnov
2016-06-12h264: move initialising the explicit pred weight table for MBAFFAnton Khirnov
2016-06-12h264: drop an outdated commentAnton Khirnov
2016-06-12Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch
2016-06-12Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch
2016-06-02avcodec/h264_refs: Fix pps_ref_count with multiple PPSMichael Niedermayer
2016-06-02avcodec/h264_refs: Remove unused pps_countMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-26Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis
2016-04-24h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov
2016-04-24h264_refs: make the H264Context const where possibleAnton Khirnov
2016-04-24h264_refs: reorder functions to avoid forward declarationsAnton Khirnov