]> git.sesse.net Git - ffmpeg/history - libavcodec
avcodec/adpcm_ima_ssi: reset state on flush
[ffmpeg] / libavcodec /
2021-03-08 Michael Niedermayeravcodec/dcadsp: Fix integer overflow in dmix_add_c()
2021-03-08 Michael Niedermayeravcodec/aacdec_template: Avoid undefined negation in...
2021-03-08 Paul B Maholavcodec/mpeg4videodec: add forgotten flags to mpeg4_options
2021-03-08 Florian Nouwtmobiclip: fix copyright headers
2021-03-08 Andreas Rheinhardtavcodec/ylc: Reindent after previous commit
2021-03-08 Andreas Rheinhardtavcodec/ylc: Avoid code duplication when creating and...
2021-03-08 Andreas Rheinhardtavcodec/ylc: Use only one temporary buffer
2021-03-08 Andreas Rheinhardtavcodec/ylc: Remove write-only variable
2021-03-08 Andreas Rheinhardtavcodec/h261dec: Remove parse_context cruft
2021-03-08 Anton Khirnovlavc: clarify thread_safe_callbacks doxy
2021-03-08 Anton Khirnovlscrdec: add copyright header
2021-03-08 Anton Khirnovlavc: remove tests/options
2021-03-08 Anton Khirnovmjpegdec: handle lowres with AVID cropping
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Allocate buffers together
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Avoid allocation of JLSState
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Only use one line at a time as spare...
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Move check out of loop
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Don't modify frame we don't own
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Don't use put bits API for byte...
2021-03-08 Andreas Rheinhardtavcodec/codec: Update init_static_data doxygen
2021-03-08 Andreas Rheinhardtavcodec/avcodec: Don't suggest calling deprecated avcod...
2021-03-07 James Almeravcodec/codec: add doxy to AVCodec.decode()
2021-03-07 James Almeravcodec/codec: use the correct name for all AVCodec...
2021-03-07 James Almeravcodec/codec: remove outdated comment about AVCodec...
2021-03-06 Andreas Rheinhardtavcodec/libxvid: Remove unnecessary header
2021-03-06 Andreas Rheinhardtavcodec/parser: Schedule av_parser_change for removal
2021-03-05 Jan Ekströmavcodec: add TTML encoder
2021-03-05 Jan Ekströmavcodec: enable usage of err_recognition for encoders
2021-03-05 Andreas Rheinhardtavcodec/decode: Check size before opening iconv
2021-03-05 Andreas Rheinhardtavcodec/decode: Return early upon failure
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...
next