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
2020-03-20h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2019-09-10avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier
2019-07-07avcodec/h264dec: set AVFrame decode_error_flags in case of decoding errorAmir Pauker
2019-01-24h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt
2018-10-26lavc/h264dec: don't error out when receiving multiple IDR slicesJosh de Kock
2018-09-07avcodec/h264dec: remove unnecessary checks in h264_decode_frameZhao Zhili
2018-09-07avcodec/h264dec: check number of SPS in is_extraZhao Zhili
2018-08-17h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya
2018-03-09lavc/videotoolbox: fix threaded decodingRodger Combs
2017-12-26h264: add AVOption to set x264_build defaultwm4
2017-12-11h264dec: Remove mpeg4video.h header dependencyKieran Kunhya
2017-12-01avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-14avcodec/h264: implement new decode_params callback for PPS/SPSAman Gupta
2017-11-14avcodec/h264, videotoolbox: return AVERROR_INVALIDDATA when no frames are pro...Aman Gupta
2017-11-08Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'James Almer
2017-10-24Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer
2017-10-23Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer
2017-10-22Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer
2017-10-04Merge commit '248dc5c1646dcdd96fe79761105c4ae889e711fd'James Almer
2017-07-27h264dec: track the last seen value of x264_buildAnton Khirnov
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-12h264dec: initialize field_started to 0 on each decode callAnton Khirnov
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