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
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-05-11avcodec/vp3: Mark decoders as init-threadsafeAndreas Rheinhardt
2021-05-11avcodec/vp3: ReindentationAndreas Rheinhardt
2021-05-11avcodec/vp3: Avoid code duplication when initializing coeff_vlcsAndreas Rheinhardt
2021-05-11avcodec/vp3: Don't try to decode VP4 when VP4 decoder is disabledAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-31avcodec/vp3: Check input amount in theora_decode_header()Michael Niedermayer
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-08avcodec/vp3: Remove code duplication when initializing Theora VLCsAndreas Rheinhardt
2020-12-08avcodec/vp3: Use symbols table for VP3 motion vectorsAndreas Rheinhardt
2020-12-08avcodec/vp3: Make tables used to initialize VLCs smallerAndreas Rheinhardt
2020-12-08avcodec/vp3: Apply VLC offset during initAndreas Rheinhardt
2020-10-29avcodec/vp3: Don't check for errors for complete VLCAndreas Rheinhardt
2020-10-26avcodec/vp3: Make parsing Theora Huffman tables more spec-compliantAndreas Rheinhardt
2020-10-21avcodec/vp3: Unify initializing and freeing VLC tablesAndreas Rheinhardt
2020-10-21avcodec/vp3: Check allocations of VLCsAndreas Rheinhardt
2020-10-21avcodec/vp3: Fix memleak upon init failureAndreas Rheinhardt
2020-04-17avcodec/vp3: fix indentationPeter Ross
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
2020-04-07avcodec/vp3: propagate error codesPeter Ross
2020-03-16vp3: eliminate copy_fieldsAnton Khirnov
2019-12-31avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer
2019-10-30vp4: prevent unaligned memory access in loop filterPeter Ross
2019-09-02avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks()Michael Niedermayer
2019-08-03avcodec/vp3: Check for end of input in vp4_unpack_vlcs()Michael Niedermayer
2019-08-02avcodec/vp3: Check that theora is theoraMichael Niedermayer
2019-06-12VP4 video decoderPeter Ross
2019-06-12avcodec/vp3: spin off get_eob_run and get_coeff coeff functionsPeter Ross
2019-06-08avcodec/vp3data: combine eob_run_base and eob_run_get_bits tablesPeter Ross
2019-01-26avcodec/vp3dsp: move vp3 init loop filter function to vp3dspPeter Ross
2019-01-13avcodec/vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1Peter Ross
2018-10-29avcodec/vp3: reindent unpack_superblocks()Michael Niedermayer
2018-10-29avcodec/vp3: Do not recalculate coded_fragment_list for keyframesMichael Niedermayer
2018-10-29avcodec/vp3: Reuse local variable in unpack_superblocks()Michael Niedermayer
2018-10-29avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblo...Michael Niedermayer
2018-06-02avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer
2018-05-14avcodec/vp3: Check that there will be sufficient input for the coded fragment...Michael Niedermayer
2018-02-11avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()Michael Niedermayer
2018-02-11avcodec/vp3: Check eob_runMichael Niedermayer
2017-11-07avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali
2017-05-26avcodec/theora: export cropping information instead of handling it internallyJames Almer
2017-05-01avcodec/vp3: Check remaining bits in unpack_dct_coeffs()Michael Niedermayer
2017-03-03avcodec/vp3: Do not return random positive values but the buf sizeMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-12-04avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer
2015-12-03avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer
2015-11-30avcodec/vp3: always set pix_fmt in theora_decode_header()Michael Niedermayer
2015-11-28avcodec/vp3: Fix several memleaksMichael Niedermayer