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-12-03all: Use av_memdup() where appropriateAndreas Rheinhardt
2021-11-07avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt
2021-06-24avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi
2021-06-21avcodec/decode: reindent after the previous commitJames Almer
2021-06-21avcodec/decode: add an internal codec flag to signal a decoder sets all outpu...James Almer
2021-06-21avcodec/decode: fetch packets from the pkt_props FIFO on every frame returnedJames Almer
2021-05-05avcodec/decode: stop trying to initialize palette values in avcodec_default_g...James Almer
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt
2021-03-22avcodec: Factor updating palette outAndreas Rheinhardt
2021-03-20avcodec/avcodec: Move decoder channel count check to ff_decode_preinitAndreas Rheinhardt
2021-03-20avcodec/avcodec: Perform sub_charenc/iconv checks before AVCodec.init()Andreas Rheinhardt
2021-03-16lavc: move decoder bsf init into decoder-specific codeAnton Khirnov
2021-03-16lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov
2021-03-15avcodec/decode: Remove outdated commentAndreas Rheinhardt
2021-03-12avcodec/decode: ReindentationAndreas Rheinhardt
2021-03-12avcodec/decode: Remove always-true checkAndreas Rheinhardt
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-03-09avcodec/decode: Reindent after previous commitsAndreas Rheinhardt
2021-03-09avcodec/decode: Don't needlessly copy side-data for subtitlesAndreas Rheinhardt
2021-03-09avcodec/decode: Avoid stack packets when decoding subtitlesAndreas Rheinhardt
2021-03-05avcodec/decode: Check size before opening iconvAndreas Rheinhardt
2021-03-05avcodec/decode: Return early upon failureAndreas Rheinhardt
2021-03-04avcodec/decode: constify the source packet parameter in extract_packet_props()James Almer
2021-03-03avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer
2021-01-26lavc: shedule old encoding/decoding API for removalAnton Khirnov
2021-01-26lavc/decode: move unrefcount_frame() right before its only callerAnton Khirnov
2020-12-13avcodec/decode: set best_effort_timestamp on output frames for all decodersJames Almer
2020-10-20avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN()Michael Niedermayer
2020-10-18avcodec/decode: Consider discarded samples in max_samplesMichael Niedermayer
2020-09-15avcodec/decode: use a packet list to store packet propertiesJames Almer
2020-07-22libavcodec/decode: avoid UB when getting plane sizesBrian Kim
2020-07-15API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang
2020-06-22avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt
2020-06-04avcodec/decode: actually propagate AVHWAccel.alloc_frame() return valueJames Almer
2020-05-28avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer
2020-05-24avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer
2020-05-21avcodec/decode: remove ff_decode_bsfs_uninit()James Almer
2020-05-12libavcodec/decode: Mark decode_simple_internal() as inlineMichael Niedermayer
2020-05-10avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer
2020-05-02avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-16avcodec: Add explicit capability flag for encoder flushingPhilip Langdale