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-01avcodec/svq1dec: detect buggy FFmpeg encoder and apply correction to interfra...Peter Ross
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_get_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
2022-01-09avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-02avcodec/svq1dec: use av_fast_padded_malloc() for allocation pmv only when nec...Paul B Mahol
2021-01-01avcodec/svq1dec: Increase nb_bits of VLC to read it in one goAndreas Rheinhardt
2020-11-29avcodec/svq1dec: Make decoder init-threadsafeAndreas Rheinhardt
2020-09-17avcodec/svq1dec: use av_malloc_array() to allocate pmvPaul B Mahol
2020-04-30avcodec/svq1dec: Check that there is data left after the headerMichael Niedermayer
2020-02-20libavcodec/svq: Remove ff_svq1_packet_checksum()Michael Niedermayer
2017-04-10Revert "avcodec/svq1: zero initialize entries array"Clément Bœsch
2017-04-09avcodec/svq1: zero initialize entries arrayJames Almer
2017-03-20Merge commit '21e500ba647aec233d5930d3d1081489d0d53ceb'Clément Bœsch
2016-09-04svq1dec: Change type of array pitch parameters to ptrdiff_tDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2015-09-04avcodec/svq1dec: Check init_get_bits8() for failureMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-15avcodec/svq1dec: Remove duplicate buf_size checkMichael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-13avcodec/svq1dec: Fix undefined shiftsMichael Niedermayer
2015-02-04avcodec/svq1dec: Add assert to ensure "stages >= 0"Michael Niedermayer
2015-02-04Merge commit '9b8c8a9395c849639aea0f6b5300e991e93c3a73'Michael Niedermayer
2015-02-03svq1dec: Validate the stages value strictlyLuca Barbato
2015-01-31avcodec/svq1dec: remove unneeded #include, there are no assert()Paul B Mahol
2014-12-15Merge commit '5a82ad644f281701eb22e0359fd732fac67aafa4'Michael Niedermayer
2014-12-15svq1dec: Unbreak the scratch buffer allocationMichael Niedermayer
2014-10-30avcodec/svq1dec: zero terminate embedded message before printingMichael Niedermayer
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-07avcodec/svq1dec: Fix multiple bugs from "svq1: do not modify the input packet"Michael Niedermayer
2014-08-07Merge commit '7b588bb691644e1b3c168b99accf74248a24e3cf'Michael Niedermayer
2014-08-06svq1: do not modify the input packetAnton Khirnov
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-11-01Merge commit 'c265b8bb7638546919465e3585441b1d40c4b13d'Michael Niedermayer
2013-10-31svq1dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-30avcodec/svq1dec: Use skip_1stop_8data_bits()Michael Niedermayer