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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-15avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer
2021-04-15avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptionsJames Almer
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-07-06avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATAOliver Woodman
2020-06-13avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang
2020-06-13avcodec/h264dec: store count of the tables into const variable for long linesLimin Wang
2020-06-13avcodec/h264dec: cosmeticsLimin Wang
2020-06-02avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer
2020-05-27avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-05-25h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-10h264dec: do not set picture_structure on initAnton Khirnov
2020-04-10h264dec: rename flush_dpb()Anton Khirnov
2020-04-10h264_ps: make the PPS hold a reference to its SPSAnton Khirnov
2020-04-10h264dec: do not abort if decoding extradata failsAnton Khirnov
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
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