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
2022-09-19avcodec/encode: Enable encoders to control padding of last frameAndreas Rheinhardt
2022-09-19avcodec/encode: Redo checks for small last audio frameAndreas Rheinhardt
2022-09-06avcodec/decode: remove superfluous initial channels fieldsJames Almer
2022-08-27avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_samples_to_time_base() to encode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Fix outdated commentAndreas Rheinhardt
2022-08-05avcodec/internal: Move ff_thread_can_start_frame() to threadframe.hAndreas Rheinhardt
2022-08-02lavc: add API for exporting reconstructed frames from encodersAnton Khirnov
2022-07-30avcodec: add common fflcms2 boilerplateNiklas Haas
2022-07-22avcodec/aacdec: remove skip samples multiplierJames Almer
2022-05-12avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt
2022-04-13lavc/encode: drop EncodeSimpleContextAnton Khirnov
2022-03-24avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt
2022-03-24avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEsAndreas Rheinhardt
2022-03-22avcodec/internal: Move FF_DEFAULT_QUANT_BIAS to mpegvideoenc.hAndreas Rheinhardt
2022-03-22avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15lavc: switch to the new channel layout APIVittorio Giovara
2022-02-08avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt
2022-02-07lavc/avcodec: switch to new FIFO APIAnton Khirnov
2022-01-04avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt
2022-01-04avcodec/internal: Remove unused av_export_avcodecAndreas Rheinhardt
2021-11-07avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt
2021-09-28avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLYAndreas Rheinhardt
2021-09-26avcodec/internal: Update AVCodecInternal.is_copy documentationAndreas Rheinhardt
2021-08-05Move ff_tlog() from lavc/internal.h to lavu/internal.hAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt
2021-06-21avcodec/decode: add an internal codec flag to signal a decoder sets all outpu...James Almer
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-06-08avcodec/internal: Remove outdated documentation of ff_alloc_packet2()Andreas Rheinhardt
2021-04-28avcodec/avcodec: Store whether AVCodec->close needs to be calledAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2021-03-03avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer
2021-01-26lavc: shedule old encoding/decoding API for removalAnton Khirnov
2020-12-04avcodec/utils: Remove ff_codec_open2_recursive()Andreas Rheinhardt
2020-10-28lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov
2020-09-15avcodec/decode: use a packet list to store packet propertiesJames Almer
2020-08-20avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer
2020-08-16avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang
2020-08-15avcodec: move ff_alloc_a53_sei() to atsc_53James Almer
2020-07-01avcodec/internal: remove unused out_frame field from DecodeSimpleContextJames Almer
2020-06-28avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode seiLimin Wang