]> git.sesse.net Git - ffmpeg/history - libavcodec
avformat/mxfdec: change toolkit_version metadata field to toolkit_version_num
[ffmpeg] / libavcodec /
2021-03-04 Paul B Maholavcodec/speedhq: fix decoding non 444 subsampling when...
2021-03-03 James Almeravcodec/decode: constify the source packet parameter...
2021-03-03 James Almeravcodec/utils: free last_pkt_props on avcodec_open2...
2021-03-03 James Almeravcodec/decode: port last_pkt_props to AVFifoBuffer
2021-03-03 Paul B Maholavcodec/float2half: fix minor style issue
2021-03-03 Paul B Maholavcodec/half2float: fix integer overflows in convertman...
2021-03-03 Michael Niedermayeravcodec/mobiclip: Avoid undefined integer overflow...
2021-03-03 Michael Niedermayeravcodec/alsdec: Check bitstream input in read_block()
2021-03-02 Paul B Maholavcodec/exr: add lut oriented half to float conversion...
2021-03-02 Paul B Maholavcodec/exrenc: move float2half code to own header
2021-03-02 Paul B Maholavcodec/exr: add DWA decompression support
2021-03-02 Paul B Maholavcodec/svq1dec: use av_fast_padded_malloc() for alloca...
2021-03-02 Andreas Rheinhardtavcodec/mpegvideo: Schedule unused, deprecated rc_strat...
2021-03-01 Michael Niedermayeravcodec/h2645_parse: Reduce the initial skipped_bytes_p...
2021-03-01 Paul B Maholavcodec: add SGA Video decoder
2021-03-01 Paul B Maholavcodec: add SGA PCM decoder
2021-03-01 Andreas RheinhardtRemove double ';'
2021-03-01 Andreas Rheinhardtavcodec/roqvideoenc: Avoid allocating buffers separately
2021-03-01 Andreas Rheinhardtavcodec/roqvideoenc: Avoid intermediate buffer
2021-03-01 Andreas Rheinhardtavcodec/roqvideoenc: Reuse buffers instead of alloc...
2021-03-01 Andreas Rheinhardtavcodec/roqvideo: Use dedicated context for encoder
2021-02-28 Paul B Maholavcodec/exr: add fast path for case when powf() isn...
2021-02-28 Michael Niedermayeravcodec/dxtory: Fix undefined shift with negative linesize
2021-02-28 Andreas Rheinhardtavcodec/libx264: Don't use init_static_data for newer...
2021-02-28 Paul B Maholavcodec/exr: handle case when |im - IM| == 1 for huff...
2021-02-27 Paul B Maholavcodec/x86: add cfhdenc SIMD
2021-02-27 James Almeravcodec/options: deprecate avcodec_get_frame_class()
2021-02-27 James Almeravcodec/avrndec: remove max_lowres value
2021-02-26 Paul B Maholavcodec/exrenc: add half-float support
2021-02-26 James Almeravcodec: add missing FF_API_OLD_ENCDEC wrappers to...
2021-02-26 Andreas Rheinhardtavcodec: Add missing FF_API define for libavcodec pix...
2021-02-25 Paul B Maholavcodec/imx: use ff_reget_buffer()
2021-02-25 Andreas Rheinhardtavcodec/avcodec: Add missing deprecation to AVCodecPars...
2021-02-25 James Almeravcodec: unschedule removing some functions with FF_API...
2021-02-25 James AlmerRevert "avcodec/options: add missing FF_API_COPY_CONTEX...
2021-02-25 Derek Buitenhuisavcodec/gifenc: Only write frame palette entries that...
2021-02-25 Derek Buitenhuisavcodec/gifenc: Add global_palette option
2021-02-25 Anton KhirnovHandle AVID MJPEG streams directly in the MJPEG decoder.
2021-02-24 Anton Khirnovlavc/lscrdec: use ff_reget_buffer()
2021-02-24 Anton Khirnovpngdec: fix and simplify apng reference handling
2021-02-24 Anton Khirnovlavc/lscrdec: drop unapplicable private capabilities
2021-02-24 Anton Khirnovlavc: split LSCR decoder out of PNG decoder
2021-02-24 Paul B Maholavcodec/cfhdenc: do not try to encode junk
2021-02-24 Paul B Maholavcodec/cfhdenc: add padding to each decomposition
2021-02-24 Paul B Maholavcodec/cfhdenc: refactor DSP code for CFHD encoder
2021-02-24 Paul B Maholavcodec/exr: simplify piz decompression
2021-02-24 Andreas Rheinhardtavcodec/rv34data: Remove rv34_dquant_tab
2021-02-24 Andreas Rheinhardtavcodec/x86/constants: Remove unused ff_pw_17
2021-02-24 Andreas Rheinhardtavcodec/celp_math: Disable unused function
2021-02-24 Andreas Rheinhardtavcodec/x86/diracdsp_init: Reuse macro
2021-02-24 Andreas Rheinhardtavcodec/x86/diracdsp_init: Simplify macro
2021-02-24 Andreas Rheinhardtavcodec/x86/diracdsp_init: Make functions only used...
2021-02-24 Andreas Rheinhardtavcodec/x86/diracdsp_init: Remove unused MMX functions
2021-02-24 Andreas Rheinhardtavcodec/acelp_vectors: Remove unused ff_fc_2pulses_9bit...
2021-02-24 Andreas Rheinhardtavcodec/acelp_pitch_delay: Inline small functions only...
2021-02-24 Andreas Rheinhardtavcodec/rangecoder: Move ff_rac_check_termination to...
2021-02-24 Andreas Rheinhardtavcodec/mqcenc: Remove unused ff_mqc_length
2021-02-24 Andreas Rheinhardtavcodec/ac3tab: Remove unused ff_eac3_default_chmap
2021-02-24 Andreas Rheinhardtavcodec/bitstream: Rewrite code to avoid triggering...
2021-02-24 Andreas Rheinhardtavcodec/movtextenc: Check for too many styles
2021-02-23 Paul B Maholavcodec/exrenc: use correct type for actual_size as...
2021-02-23 Andreas Rheinhardtavcodec/tiff_data: Move data to its only user
2021-02-23 Andreas Rheinhardtavformat/isom: Split movaudio/movvideo tags off into...
2021-02-23 Andreas Rheinhardtavcodec/Makefile: Remove outdated dependency of FLV...
2021-02-23 Andreas Rheinhardtavcodec/mpeg4audio: Use proper logcontext for logging
2021-02-23 Andreas Rheinhardtavcodec/scpr3: Avoid code duplication when updating...
2021-02-23 Andreas Rheinhardtavcodec/Makefile: Don't build mjpegenc_huffman uncondit...
2021-02-23 Andreas Rheinhardtavcodec/mjpegenc_common: Move stuff only used by mjpege...
2021-02-23 Andreas Rheinhardtavcodec/jpegtables: Move ff_mjpeg_build_huffman_codes...
2021-02-23 Andreas Rheinhardtavcodec/g2meet, mjpegdec: Factor out common VLC initial...
2021-02-23 Andreas Rheinhardtavcodec/Makefile: Remove redundant mjpegdec dependency...
2021-02-23 Andreas Rheinhardtconfigure, libavcodec/Makefile: Fix avrn dependencies
2021-02-23 Andreas Rheinhardtavcodec/avrndec: Remove unnecessary headers
2021-02-23 Andreas Rheinhardtavcodec/Makefile: Remove spurios dcaenc dependency
2021-02-23 Andreas Rheinhardtconfigure, libavcodec/Makefile: Remove spurious CAF...
2021-02-22 James Almeravcodec: remove pointless lowres deprecation wrappers
2021-02-22 Michael Niedermayeravcodec/mjpegdec: Cleanup ff_smvjpeg_decoder()
2021-02-22 Michael Niedermayeravcodec/cri: Stop the bitreader at the end of uncompres...
2021-02-22 Michal Novotnyavcodec/cuviddec: set ulMaxDisplayDelay to zero if...
2021-02-22 Ricardo Monteiroavcodec/nvenc: don't disable b-frames by default
2021-02-22 Anton Khirnovlavc/ac3enc: rename variable to avoid shadowing
2021-02-20 Paul B Maholavcodec: add Simbiosis IMX video decoder
2021-02-20 Andreas Rheinhardtavcodec/cpia: Mark decoder as init-threadsafe
2021-02-20 Andreas Rheinhardtavcodec/dirac_vlc: Make ff_dirac_golomb_lut static
2021-02-20 Andreas Rheinhardtavcodec/ac3tab: Move ff_ac3_enc_channel_map to its...
2021-02-20 Michael Niedermayeravcodec/hapdec: Change compressed_offset to unsigned...
2021-02-19 Wonkap Jangavcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_c...
2021-02-19 Paul B Maholavcodec/cfhdenc: use pts instead of frame number
2021-02-19 Paul B Maholavcodec/indeo3: add support for more dimensions
2021-02-18 Josh Dekkerlavc/aarch64: add HEVC sao_band NEON
2021-02-18 Josh Dekkerlavc/aarch64: add HEVC idct_dc NEON
2021-02-18 Reimar Döffingerlavc/aarch64: port HEVC add_residual NEON
2021-02-18 Reimar Döffingerlavc/aarch64: port HEVC SIMD idct NEON
2021-02-18 Paul B Maholavcodec: add initial exr image encoder
2021-02-16 KMlavc/aacdec_template: Fix 7.1 decoding with default...
2021-02-16 Andreas Rheinhardtavcodec/frame_thread_encoder: Use more natural types
2021-02-16 Andreas Rheinhardtavcodec/frame_thread_encoder: Reduce amount of code...
2021-02-16 Andreas Rheinhardtavcodec/frame_thread_encoder: Avoid FIFO
2021-02-16 Andreas Rheinhardtavcodec/frame_thread_encoder: Avoid allocations of...
2021-02-16 Andreas Rheinhardtavcodec/frame_thread_encoder: Avoid creating reference...
next