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-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-04-26avcodec/ivi: Fix indentationAndreas Rheinhardt
2020-12-08avcodec/ivi: Make initializing VLCs thread-safeAndreas Rheinhardt
2020-10-12avcodec/ivi: Avoid reversing BE VLC codes for LE bitstream readerAndreas Rheinhardt
2020-09-15avcodec/ivi: Fix segfault on allocation errorAndreas Rheinhardt
2020-05-21avcodec/ivi: Clear got_p_frame before decoding a new frame using itMichael Niedermayer
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2019-12-31avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer
2019-12-31avcodec: Replace show_bits_long() by show_bits() where possibleMichael Niedermayer
2019-08-29avcodec/ivi: Allocate bufs laterMichael Niedermayer
2019-07-18avcodec/ivi: Ask for samples with odd tilesMichael Niedermayer
2019-04-19avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform()Michael Niedermayer
2019-04-01avcodec/ivi: Reduce dereferencing structs in inner loop of ivi_process_empty_...Michael Niedermayer
2019-04-01avcodec/ivi: Mark band parameter as constMichael Niedermayer
2019-04-01avcodec/ivi: fix indention for previous commitMichael Niedermayer
2019-04-01avcodec/ivi: Factor ref_mb check outMichael Niedermayer
2018-12-23avcodec/ivi: Avoid mbs memleakMichael Niedermayer
2018-08-12avcodec/ivi: Factor width dereference out of the loops in ivi_output_plane()Michael Niedermayer
2018-08-12avcodec/ivi: Only clip samples when needed in ivi_output_plane()Michael Niedermayer
2017-07-12avcodec/ivi: Use av_image_check_size2()Michael Niedermayer
2017-05-06avcodec/ivi: Free custom blk_vlcMichael Niedermayer
2017-03-20Merge commit '746c56b7730ce09397d3a8354acc131285e9d829'Clément Bœsch
2017-02-03avcodec/ivi: use init_get_bits8()Paul B Mahol
2016-09-04indeo: Change type of array pitch parameters to ptrdiff_tDiego Biurrun
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-04-17Merge commit '6202e2fede75df92cbc374a3f7d6893d0c5ac721'Derek Buitenhuis
2016-03-22indeo4: Rework stream analysis reportVittorio Giovara
2016-01-02Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1'Hendrik Leppkes
2015-12-26Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun
2015-11-14avcodec/ivi: Check image dimensionsMichael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-30Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18'Michael Niedermayer
2015-03-30indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun