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-11-10avcodec/clearvideo: Avoid allocations when decoding tilesAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Use const where appropriateAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Redo updating predicitionAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Move tile_do_block() upwardsAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Remove unnecessary level parameterAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas 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
2021-06-29avcodec/clearvideo: Check tile_size to be not too largeMichael Niedermayer
2021-05-13avcodec/clearvideo: Check for 0 tile_shiftMichael Niedermayer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-08avcodec/clearvideo: Make VLC tables staticAndreas Rheinhardt
2020-12-08avcodec/clearvideo: Apply VLC offset during initAndreas Rheinhardt
2020-12-08avcodec/clearvideo: Use minimal max_depth in get_vlc2()Andreas Rheinhardt
2020-12-08avcodec/clearvideo: Inline constantsAndreas Rheinhardt
2020-12-08avcodec/clearvideo: Improve handling of VLC escape valuesAndreas Rheinhardt
2020-12-08avcodec/clearvideo: Avoid huge VLC length tablesAndreas Rheinhardt
2020-12-08avcodec/clearvideo: Avoid code duplication when initializing VLCsAndreas Rheinhardt
2020-12-08avcodec/clearvideo: Avoid code tables for initializing VLCsAndreas Rheinhardt
2020-10-29avcodec/clearvideo: Don't check for errors for complete VLCAndreas Rheinhardt
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-08-03avcodec/clearvideo: fix invalid shift in tile size checkMichael Niedermayer
2019-03-17avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer
2018-12-15avcodec/clearvideo: Check remaining input bits in P macro block loopMichael Niedermayer
2018-04-24avcodec/clearvideo: display warning if decoder overreads inputPaul B Mahol
2018-04-24avcodec/clearvideo: do not try to return frame when it is same as previous onePaul B Mahol
2018-04-07lavc/clearvideo: Allow decoding without extradata.Carl Eugen Hoyos
2018-04-04avcodec/clearvideo: fix mixed code and declarationsJames Almer
2018-04-03avcodec/clearvideo: add inter-frame decodingPaul B Mahol
2017-10-30Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b'James Almer
2017-09-11avcodec/clearvideo: Only output a frame if one is coded in the packetMichael Niedermayer
2017-05-26avcodec/clearvideo: Check buf_size before decoding frameMichael Niedermayer
2017-05-09avcodec/clearvideo: Fix runtime error: signed integer overflow: 181 * 1805075...Michael Niedermayer
2017-05-06avcodec/clearvideo: Fix multiple runtime error: left shift of negative value ...Michael Niedermayer
2017-04-25Add ClearVideo decoderKostya Shishkov
2017-03-31avcodec/clearvideo: Do not lose the return code of decode_mb()Michael Niedermayer
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2017-03-02avcodec: add ClearVideo decoderKostya Shishkov