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
2022-07-13avcodec/h264dec: Skip late SEIMichael Niedermayer
2020-07-02avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer
2017-10-04Merge commit '248dc5c1646dcdd96fe79761105c4ae889e711fd'James Almer
2017-07-07h264dec: remove unneeded prototypeRafaël Carré
2017-05-26avcodec/h264dec: export cropping information instead of handling it internallyJames Almer
2017-05-26avcodec/h264dec: be more explicit in handling container croppingJames Almer
2017-05-05Merge commit 'f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed'Clément Bœsch
2017-03-29h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje
2017-03-21pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov
2017-03-15lavc/h264dec: use OFFSET macroMatthieu Bouron
2017-03-07avcodec/h264, videotoolbox: fix crash after VT decoder failsAman Gupta
2017-02-24h264dec: fix dropped initial SEI recovery pointJohn Stebbins
2017-01-31golomb: Convert to the new bitstream readerDiego Biurrun
2017-01-31Merge commit '76f7e70aa04fc5dbef5242b11cbf8fe4499f61d4'Clément Bœsch
2017-01-27avcodec/h264dec: Clear ref_count on slice header processing failureMichael Niedermayer
2017-01-24Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714'Clément Bœsch
2017-01-24avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8"Michael Niedermayer
2017-01-22avcodec/error_resilience: Optimize motion recovery code by using blcok listsMichael Niedermayer
2017-01-20lavc/h264dec: re-indent after previous commitMatthieu Bouron
2017-01-20lavc/h264dec: make sure a slice is decoded before finishing setupMatthieu Bouron
2017-01-18lavc/h264dec: remove flush goto in decode callbackClément Bœsch
2017-01-17Merge commit 'f450cc7bc595155bacdb9f5d2414a076ccf81b4a'Matthieu Bouron
2017-01-16lavc/h264dec: reconstruct and debug flush frames as wellClément Bœsch
2017-01-12h264dec: export cropping information instead of handling it internallyAnton Khirnov
2017-01-12h264dec: be more explicit in handling container croppingAnton Khirnov
2017-01-09h264dec: make ff_h264_decode_init() staticAnton Khirnov
2016-12-19h264dec: make sure to only end a field if it has been startedAnton Khirnov
2016-12-19pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov
2016-10-02h264dec: support broken files with mp4 extradata/annex b dataAnton Khirnov
2016-08-23lavc/h264dec: Improve "Increasing reorder buffer" message loglevel.Carl Eugen Hoyos
2016-08-19avcodec/h2645: Fix NAL unit paddingMichael Niedermayer
2016-08-04h264dec: Fix indentationTimothy Gu
2016-08-04Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857'Timothy Gu
2016-08-04Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b'Timothy Gu
2016-08-04Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'""Timothy Gu
2016-08-04Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"Timothy Gu
2016-08-04Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'Timothy Gu
2016-08-03h264dec: reset nb_slice_ctx_queued for hwaccel decodingAnton Khirnov
2016-08-02Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1'James Almer
2016-08-01Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer
2016-08-01Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer
2016-07-29Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-20h264dec: do not call finish_setup() if we have not started a frameAnton Khirnov
2016-07-20h264dec: handle zero-sized NAL units in get_last_needed_nal()Anton Khirnov
2016-07-20h264dec: make sure not to call finish_setup() more than once per frameAnton Khirnov
2016-07-15h264: fix decoding multiple fields per packet with slice threadsAnton Khirnov
2016-07-15h264: eliminate decode_postinit()Anton Khirnov
2016-06-21h264: handle frame recovery in h264_field_start()Anton Khirnov
2016-06-21h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov