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-26avcodec/avcodec: Deprecate lavc chroma pos API functionsAndreas Rheinhardt
2022-09-24avcodec: add FTR audio decoder and parserPaul B Mahol
2022-09-19avcodec/utils: Support APTX (HD) in av_get_audio_frame_duration()Andreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt
2022-07-30avcodec/threadframe: Constify the frame in ff_thread_await_progressAndreas Rheinhardt
2022-07-26avcodec/pthread_slice: Combine allocating and zeroing entriesAndreas Rheinhardt
2022-07-01avcodec/pthread_slice: Don't reinitialise initialised mutexAndreas Rheinhardt
2022-06-26avcodec: fix time reporting for DFPWM streamsJack Bruienne
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Add FFCodec.decode_subAndreas 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-03-15avcodecpar: switch to the new channel layout APIVittorio Giovara
2022-03-10avcodec: add DFPWM1a codecJack Bruienne
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-09avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2022-02-08avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt
2022-01-04avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt
2022-01-04avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt
2021-10-11avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()Michael Niedermayer
2021-09-26avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensionsMichael Niedermayer
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-07avcodec/utils: don't return negative values in av_get_audio_frame_duration()James Almer
2021-07-22Remove obsolete version.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-29avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer
2021-06-12avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer
2021-05-27avcodec/utils: don't use ff_fast_mallocz() in av_fast_padded_malloc()James Almer
2021-05-09avcodec: Implement Acorn Replay IMA ADPCM decoderCameron Cawley
2021-05-04avcodec/utils: treat PAL8 for jpegs similar to other colorspacesMichael Niedermayer
2021-04-27avcodec: Remove remnants of user-visiable HW acceleration APIAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated av_codec_get_tag_stringAndreas Rheinhardt
2021-04-27avcodec: Remove unneeded getters and settersAndreas Rheinhardt
2021-04-20avcodec/utils: Check ima wav duration for overflowMichael Niedermayer
2021-03-19avcodec: move core AVCodecContext functions from util.c to a new fileJames Almer
2021-03-19avcodec: move AVCodecParameters related functions from util.c to a new fileJames Almer
2021-03-16lavc: drop unused argument from lock_avcodec()Anton Khirnov
2021-03-16lavc: drop ff_ prefix from ff_(un)lock_avcodecAnton Khirnov
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-16lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2021-03-16avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer
2021-03-04avcodec/utils: free last_pkt_props on avcodec_open2() failureJames Almer
2021-03-03avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer
2021-03-01avcodec: add SGA PCM decoderPaul B Mahol
2021-02-04avcodec/utils: unbreak BINKAUDIO_DCT duration calculationPaul B Mahol
2021-01-26lavc: shedule old encoding/decoding API for removalAnton Khirnov