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-04-26lavc: Extend hardware config metadata to encodersMark Thompson
2020-04-16avcodec: Add explicit capability flag for encoder flushingPhilip Langdale
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10avcodec.h: split AVCodecDescriptor API into its own headerAnton Khirnov
2020-04-10avcodec.h: split codec IDs into their own headerAnton Khirnov
2020-04-10avcodec.h: split AVPacket API into its own headerAnton Khirnov
2020-04-10avcodec: add MV30 decoderPaul B Mahol
2020-03-28avcodec/avcodec, avpacket: Return blank packet on av_packet_ref() failureAndreas Rheinhardt
2020-03-28avcodec/avpacket: Always treat dst in av_packet_ref as uninitializedAndreas Rheinhardt
2020-03-18avcodec/avcodec: Fix typosAndriy Gelman
2020-03-17avcodec: add CRI HCA decoderPaul B Mahol
2020-03-17avcodec: add derf dpcm decoderPaul B Mahol
2020-03-17avcodec: add ADPCM IMA MTF decoderPaul B Mahol
2020-03-10API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic
2020-03-09avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen
2020-02-28lavc/avcodec.h: fix missing line breaks in API documentationLinjie Fu
2020-02-23avcodec: add some documentation to the AVProducerReferenceTime structJames Almer
2020-02-23avcodec: add an AVCodecContext flag to export PRFT side data on demandJames Almer
2020-02-23avcodec: add an AVCodecContext field to signal types of packet, frame, and co...James Almer
2020-02-21avcodec: add decoder for Rayman 2's ADPCM variantZane van Iperen
2020-02-20avcodec: add siren audio decoderPaul B Mahol
2020-02-16avcodec: fix pcm zork decoderPaul B Mahol
2020-02-15avcodec: add cdtoons decoderAlyssa Milburn
2020-02-13avcodec/avcodec: NitsAndreas Rheinhardt
2020-02-06avcodec: add decoder for Simon & Schuster Interactive's ADPCM variantZane van Iperen
2020-01-26avcodec: add decoder for argonaut games' adpcm codecZane van Iperen
2020-01-22avcodec/avcodec: Add codec_tags array to AVCodecMichael Niedermayer
2020-01-16avcodec: add a Producer Reference Time AVPacketSideData typeJames Almer
2019-12-12lavc: add MPEG-H 3D Audio codec idYuki Tsuchiya
2019-11-28avcodec: add mvha video decoderPaul B Mahol
2019-11-28avcodec: add mvdv video decoderPaul B Mahol
2019-11-14avcodec/avcodec: Adapt the doc of av_bsf_send_packet to match its actual impl...Andreas Rheinhardt
2019-09-25avcodec: add max_samplesMichael Niedermayer
2019-09-19avcodec: add EPG codec IDAnthony Delannoy
2019-09-16lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos
2019-08-29avcodec: add IMM5 decoderPaul B Mahol
2019-07-17avcodec: clarify the allocation requirements for intra_matrix and inter_matri...James Almer
2019-07-15avcodec: remove reference to AVPacket's destruct fieldJames Almer
2019-06-12VP4 video decoderPeter Ross
2019-04-20avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi
2019-04-13avcodec: add LSCR decoderPaul B Mahol
2019-04-11avcodec: add ADPCM AGM decoderPaul B Mahol
2019-03-31avcodec: add Amuse Graphics decoderPaul B Mahol
2019-02-10add libaribb24 ARIB STD-B24 caption decoderJan Ekström
2019-01-28avcodec: Add discard_sample_percentageMichael Niedermayer
2019-01-27avcodec: add ARBC decoderPaul B Mahol
2019-01-15avcodec: add HCOM decoderPaul B Mahol
2019-01-12lavc: Allow very high bitrates in AVCPBProperties after next version bump.Carl Eugen Hoyos
2018-12-31avcodec: add HYMT decoderPaul B Mahol
2018-12-19avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_IDMichael Niedermayer