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
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
2018-11-05prores: Use profile names in the various encoders and decodersVittorio Giovara
2018-11-05libx264: Pass the reordered_opaque field through the encoderMartin Storsjö
2018-10-26avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley
2018-09-09avcodec: add AV_PKT_DATA_AFD to allow AFD data to be embedded in AVPacketDevin Heitmueller
2018-09-08avcodec: add RemotelyAnywhere Screen Capture decoderPaul B Mahol
2018-08-27avcodec: add WinCAM Motion Video decoderPaul B Mahol
2018-08-27avcodec: add MatchWare Screen Capture CodecPaul B Mahol
2018-08-25avcodec/utils: document allocation requirement of extradataTimo Rothenpieler
2018-08-24avcodec: add Brooktree ProSumer Video decoderPaul B Mahol
2018-08-21avcodec: add IMM4 decoderPaul B Mahol
2018-08-17avcodec/bsf: add a flushing mechanism to AVBSFContextJames Almer
2018-07-27lavc: add AVS2/IEEE 1857.4 parserhwren
2018-07-03lavc: implement an ATRAC9 decoderRostislav Pehlivanov
2018-06-09avcodec/avcodec.h: add AV_CODEC_ID_TTMLMarton Balint
2018-04-02avcodec/avpacket: add av_packet_make_refcounted()James Almer
2018-03-29Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda'James Almer
2018-03-25avcodec: add a subcharenc mode that disables UTF-8 checkwm4
2018-03-24avcodec/avcodec.h: Add encryption info side data.Jacob Trimble
2018-03-22avcodec/avpacket: add av_packet_make_writable()James Almer
2018-03-12Support AV1 encoding using libaomLuca Barbato
2018-03-08sbc: implement SBC encoder (low-complexity subband codec)Aurelien Jacobs
2018-03-08sbc: implement SBC decoder (low-complexity subband codec)Aurelien Jacobs
2018-02-24Add libcodec2 en/decoderTomas Härdin
2018-02-22lavc/mjpeg: Add profiles for MJPEG using SOF marker codesMark Thompson
2018-02-13Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'Mark Thompson
2018-02-12lavc: Add support for increasing hardware frame pool sizesMark Thompson
2018-02-10aptx: implement the aptX HD bluetooth codecAurelien Jacobs
2018-02-08avcodec: Document that init_static_data() is not intended for time consuming ...Michael Niedermayer
2018-02-06lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock
2018-02-06lavc: add new API for iterating codecs and codec parsersJosh de Kock
2018-01-12avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64James Almer
2017-12-27lavc: remove uneffective attribute_deprecated on enumwm4
2017-12-26lavc: replace and deprecate the lock managerwm4
2017-12-20lavc: Mark all AVHWAccel structures as constMark Thompson
2017-12-20lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson
2017-12-20lavc: Add codec metadata to indicate hardware supportMark Thompson