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-08-23cbs_av1: Fix test for presence of buffer_removal_time elementMark Thompson
2020-08-23avcodec/v4l2_m2m_enc: reindent after previous commitAndriy Gelman
2020-08-23avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueuedAndriy Gelman
2020-08-23avcodec/cbs_av1: always store temporal_id and spatial_id in CodedBitstreamAV1...James Almer
2020-08-23avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1James Almer
2020-08-23avcodec/gif: fix disposal method for first frame and transparent gifsPaul B Mahol
2020-08-23avcodec/notchlc: add initial alpha supportPaul B Mahol
2020-08-22avcodec/dvbsubdec: error out on unsupported coding methodsClément Bœsch
2020-08-22avcodec/dvbsubdec: request samples for missing coding methodsClément Bœsch
2020-08-22avcodec/dvbsubenc: fix onject/object typoClément Bœsch
2020-08-22avcodec/dvbsubenc: reindent after previous commitClément Bœsch
2020-08-22avcodec/dvbsubenc: merge rectangle encode code blocksClément Bœsch
2020-08-22avcodec/dvbsub: add "enc" suffix to encoderClément Bœsch
2020-08-22avcodec/dvbsub: remove useless indirection in dvbsub_encode.Clément Bœsch
2020-08-22avcodec/rzpaenc: Remove set-but-unused variableAndreas Rheinhardt
2020-08-22avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeightDerek Buitenhuis
2020-08-22avcodec/proresenc: infer array lengthsMichael Bradshaw
2020-08-21avcodec: add RPZA encoderPaul B Mahol
2020-08-21avcodec/proresenc: add support for PQ and HLGMichael Bradshaw
2020-08-21avcodec/qdmc: reduce insanely huge tablesPaul B Mahol
2020-08-20avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL headerJames Almer
2020-08-20avcodec/h2645_parse: skip empty NAL units earlierJames Almer
2020-08-20avcodec/h2645_parse: always return 0 on successful h{264,evc}_parse_nal_heade...James Almer
2020-08-20avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer
2020-08-20libavcodec/proresdec2: Setup qmat_chroma according to RDD36Harry Mallon
2020-08-20lavc/libkvazaar: export encoded frame statsJun Zhao
2020-08-17avcodec/v4l2_context: return EAGAIN to signal full buffersAndriy Gelman
2020-08-16avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang
2020-08-15avcodec/bsf: improve the doxy for av_bsf_flush()James Almer
2020-08-15avcodec/qsvenc_h264: add missing atsc_a53.h includeJames Almer
2020-08-15avcodec: move ff_alloc_a53_sei() to atsc_53James Almer
2020-08-15avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer
2020-08-15avcodec/h264_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer
2020-08-15avcodec/libdav1d: add support for A53 Closed CaptionsJames Almer
2020-08-15avcodec: split off A53 Closed Caption parsing code into its own fileJames Almer
2020-08-14avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()Limin Wang
2020-08-14avcodec/mpeg12enc: support mpeg2 encoder const levelLimin Wang
2020-08-14avcodec: extend CFHD descriptionPaul B Mahol
2020-08-14avcodec/av1_parse: use macro for MAX_OBU_HEADER_SIZEXu Guangxin
2020-08-13cbs: Mention all codecs in unit type commentMark Thompson
2020-08-12lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser
2020-08-12lavc/aac_ac3_parser: fix potential overflow when averaging bitrateAlexander Strasser
2020-08-12avcodec/sheervideo: reduce size of vlc tables to normal valuesPaul B Mahol
2020-08-12avcodec/libsvtav1: fix copy and paste errorLimin Wang
2020-08-11avcodec/agm: Mark fill_pixels() as av_always_inlineMichael Niedermayer
2020-08-11avcodec/cfhdenc: mark filter as always inlinePaul B Mahol
2020-08-11avcodec/cfhdenc: optimize writting of small runcodesPaul B Mahol
2020-08-11avcodec/cfhdenc: improve quality vs size ratioPaul B Mahol
2020-08-10avcodec/jpeg2000dec: Check remaining data in packed_headers_stream before useMichael Niedermayer
2020-08-09avcodec/cfhd: improve SampleIndex tag outputPaul B Mahol