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
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
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-02lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins
2017-11-27lavc: Mark all AVHWAccel structures as constMark Thompson
2017-11-27lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson
2017-11-27lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-11-27lavc: Add codec metadata to indicate hardware supportMark Thompson
2017-11-20avcodec: remove unnecessary AVPacketSideDataType enum offsetJames Almer
2017-11-15avcodec: deprecate getters and setters for AVCodecContext and AVCodec fieldsJames Almer
2017-11-14avcodec: fix whitespace on AVPanScan struct definitionAman Gupta
2017-11-14avcodec: add decode_params callback to AVHWAccel structAman Gupta
2017-11-12Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer
2017-11-11avcodec: allow multiple hwaccels for the same codec/pixfmtwm4
2017-11-11aptx: implement the aptX bluetooth codecAurelien Jacobs