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-10-31avcodec/rv34: Remove always-true/false checksAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-07-31avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt
2022-07-31avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas 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
2022-03-24avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2021-04-12avcodec/rv34: Move dsp init code to rv30/rv40Andreas Rheinhardt
2021-04-08avcodec/rv34, mpegvideo: Fix segfault upon frame size change errorAndreas Rheinhardt
2021-01-01mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-12-31avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt
2020-12-08avcodec/rv34: Make initializing static VLC tables thread-safeAndreas Rheinhardt
2020-12-08avcodec/rv34: Avoid offsets table for initialization of static VLCsAndreas Rheinhardt
2020-10-26avcodec/rv34: Simplify getting right VLCAndreas Rheinhardt
2020-10-26avcodec/rv34: Don't needlessly copy VLC length and symbol arraysAndreas Rheinhardt
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2018-04-07libavcodec/rv34: error out earlier on missing referencesMichael Niedermayer
2017-05-17avcodec/rv34: Fix runtime error: signed integer overflow: 768 * 4126720 canno...Michael Niedermayer
2017-03-13avcodec/rv34: Fix runtime error: signed integer overflow: 36880 * 66288 canno...Michael Niedermayer
2017-02-24avcodec/rv34: Simplify and factor get_slice_offset() codeMichael Niedermayer
2017-02-22avcodec/rv34: Forward error from rv34_decode_mv()Michael Niedermayer
2017-02-22avcodec/rv34: Fix runtime error: signed integer overflow: -2 + -2147483648 ca...Michael Niedermayer
2016-06-26Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-25golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-09-17avcodec/rv34: Delay failure return for B frames with a missing referenceMichael Niedermayer
2015-07-18avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy()Michael Niedermayer
2015-06-08Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer
2015-06-08mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara
2014-09-05avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer
2014-08-22Merge commit 'dc4b2e7d33903a6b9380e8a84b22b3a20facbb08'Michael Niedermayer
2014-08-22rv34: use ff_mpeg_update_thread_context only when decoder is fully initializedJanne Grunau
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-15Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'Michael Niedermayer
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-07-11avcodec/rv34: fix crash while seeking on very damaged fileMichael Niedermayer
2014-06-23Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'Michael Niedermayer
2014-06-23mpeg: Split error resilience bits off into a separate fileDiego Biurrun
2014-06-13avcodec/rv34: fix edge emu with uv stride <= 25Michael Niedermayer
2014-05-30Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun