]> git.sesse.net Git - ffmpeg/history - libavcodec
fftools/ffplay: reindent and some minor cosmetics
[ffmpeg] / libavcodec /
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...
2021-02-16 Andreas Rheinhardtavcodec/frame_thread_encoder: Avoid allocations of...
2021-02-16 Andreas Rheinhardtavcodec/frame_thread_encoder: Fix segfault on allocatio...
2021-02-16 Andreas Rheinhardtavcodec/frame_thread_encoder: Improve type safety
2021-02-16 Michael Niedermayeravcodec/vp8: Move end check into MB loop in vp78_decode...
2021-02-16 Paul B Maholavcodec/exr: export any unknown header string variable...
2021-02-16 Paul B Maholavcodec/exr: refactor GetByteContext usage
2021-02-16 Paul B Maholavcodec/exr: correctly calculate display window
2021-02-16 Paul B Maholavcodec/exr: add multipart support
2021-02-15 Paul B Maholavcodec/setts_bsf: add sample rate for expressions
2021-02-15 Paul B Maholavcodec/exr: unbreak parsing sample aspect ratio
2021-02-15 Paul B Maholavcodec/exr: read fps from metadata too
2021-02-14 Carl Eugen Hoyoslavc/pnm: Allow decoding gray float pfm images.
2021-02-14 Michael Niedermayeravcodec/fmvc: avoid copying uninitialized data
2021-02-14 Michael Niedermayeravcodec/fits: Check gcount and pcount being non negative
2021-02-14 Paul B Maholavcodec/apedec: export bits_per_raw_sample
2021-02-14 Paul B Maholavcodec/pngenc: remove monowhite from apng formats
2021-02-14 sfan5avcodec/mediacodecdec: do not abort when H264/HEVC...
2021-02-13 Paul B Maholavcodec/pngdec: fix possible race condition with APNG...
2021-02-12 Michael Niedermayeravcodec/pnm_parser: Check av_image_get_buffer_size...
2021-02-12 Paul B Maholavcodec/dpx: add support for other single component...
2021-02-12 Paul B Maholavcodec/dpx: add float support for single components...
2021-02-12 Paul B Maholavcodec: add setts bitstream filter
2021-02-12 James Almeravcodec/hevcdec: fix a return error value
2021-02-11 James Almeravcodec/hevcdec: add some missing allocation checks
2021-02-11 James Almeravcodec/hevcdec: check that the local context list...
2021-02-11 Andreas Rheinhardtavcodec/mpegvideo_motion: Remove unnecessary headers
2021-02-11 Andreas Rheinhardtavcodec/mpegvideo_motion: Reindentation
2021-02-11 Andreas Rheinhardtavcodec/mpegvideo_motion: Improve check to remove dead...
2021-02-10 Michael Niedermayeravcodec/jpeg2000dec: Check atom_size in jp2_find_codest...
2021-02-10 Michael Niedermayeravcodec/mobiclip: Bound planar prediction value
2021-02-10 Michael Niedermayeravcodec/jpeglsdec: Fix k=16 in ls_get_code_regular()
2021-02-10 Michael Niedermayeravcodec/hevc_sei: Check payload size in decode_nal_sei_...
2021-02-10 Bohan Liavcodec/libaomenc: add support for setting arbitrary...
2021-02-09 Paul B Maholavcodec/fitsdec: properly initialize header->data_max
2021-02-09 Paul B Maholavcodec: add cri parser
2021-02-09 Paul B Maholavcodec/argo: fix linesize for RLE? in PAL8 mode
2021-02-08 Andreas Rheinhardtavcodec/g722enc: Validate parameters before using them
2021-02-08 Anton Khirnovmjpegdec: stop setting the QP table
2021-02-07 Andreas Rheinhardtavcodec/ac3enc: Share options and defaults
2021-02-07 Andreas Rheinhardtavcodec/Makefile: Remove dependency for nonexistent...
2021-02-07 Andreas Rheinhardtavcodec/aacdec_fixed: Move fixed-point sinewin tables...
2021-02-05 Paul B Maholavcodec/xbm_parser: mark frame as intra only and as...
2021-02-05 Paul B Maholavcodec/xbm_parser: split long line
2021-02-05 Paul B Maholavcodec: add xbm parser
2021-02-04 Michael Niedermayeravcodec/vp9dsp_template: Fix integer overflows in itxfm...
2021-02-04 Paul B Maholavcodec/utils: unbreak BINKAUDIO_DCT duration calculation
2021-02-04 Michael Niedermayeravcodec/mxpegdec: fix SOF counting
2021-02-04 Michael Niedermayeravcodec/rscc: Check inflated_buf size whan it is used
2021-02-04 Andreas Rheinhardtavcodec/cabac_functions, x86/cabac: Include stddef.h
2021-02-03 Paul B Maholavformat/cdxl: add support for custom 24bit pal8 formats
2021-02-03 Jose Da Silvaavcodec/xbmdec: get_nibble() minor speed increase,...
2021-02-03 Jose Da Silvaavcodec/xbmdec: convert() minor speed increase
2021-02-03 Jose Da Silvaavcodec/xbmenc: Pre-compute variables once for parse_st...
2021-02-03 Jose Da Silvaavcodec/xbmenc: substitute end instead of recalculating end
2021-02-02 Andreas Rheinhardtavcodec/cabac: Move encoder related stuff to libavcodec...
2021-02-02 Andreas Rheinhardtavcodec/h264_levels, h265_profile_level: Remove ff_h26...
2021-02-02 Mark Thompsonvc2enc: Add missing static to local variables
2021-02-02 Paul B Maholavcodec: add PFM image encoder
2021-02-02 Michael Niedermayeravcodec/simple_idct: Fix undefined integer overflow...
2021-02-02 Michael Niedermayeravcodec/cri: Use ff_set_dimensions()
2021-02-02 Andreas Rheinhardtavcodec/aacps_fixed_tablegen: Don't include config.h
2021-02-01 Piotr Uraczavcodec/aac_ac3_parser: fix channel information parsing...
2021-01-31 Michael Niedermayeravcodec/cscd: Check output len in zlib as in lzo
2021-01-31 Michael Niedermayeravcodec/vp3: Check input amount in theora_decode_header()
2021-01-31 Paul B Maholavcodec/pnm: disable check for PFM as it is not needed
2021-01-30 Andreas Rheinhardtavcodec/dolby_e: Avoid duplicating sample rate table
2021-01-30 Andreas Rheinhardtavcodec/dolby_e: Avoid code duplication when converting...
2021-01-30 Andreas Rheinhardtavcodec/dolby_e_parse: Merge ff_dolby_e_parse_init...
2021-01-30 Andreas Rheinhardtavcodec/dolby_e_parser: Remove unused ParseContext
2021-01-29 Michael Niedermayeravcodec/cfhd: check peak.offset
2021-01-29 Andreas Rheinhardtavcodec/vorbis_data: Move encoder-related table to...
2021-01-29 Andreas Rheinhardtavcodec/fft_template: Avoid useless function
2021-01-29 Andreas Rheinhardtavcodec/msmpeg4: Inline number of motion vectors
2021-01-29 Andreas Rheinhardtavcodec/msmpeg4dec: Don't check for errors for complete...
2021-01-28 Michael Niedermayeravcodec/siren: Increase noise category 5 and 6
2021-01-28 Michael Niedermayeravcodec/siren: Factorize category 5 and 6 noise computation
2021-01-28 Michael Niedermayeravcodec/siren: remove constant region_size
2021-01-28 Jose Da Silvaavcodec/xbmenc: Allow for making UW images
2021-01-28 Jose Da Silvaavcodec/xbmenc: xbm Lower memory use
2021-01-28 Jose Da Silvaavcodec/xbmenc: Do not add last comma into output
2021-01-28 Andreas Rheinhardtavcodec/flashsv2enc: Fix use of uninitialized value
2021-01-27 Andreas Rheinhardtavcodec/h261dec: Make VLC smaller
2021-01-27 Andreas RheinhardtRevert "mpeg4videodec: raise an error if sprite_traject...
2021-01-27 James Almeravcodec/sei: add Parameter Sets Inclusion Indication...
2021-01-26 Michael Niedermayeravcodec/cri: Fix whitespace issue in unpack_10bit()
2021-01-26 Michael Niedermayeravcodec/apedec: Use FFABSU() in do_apply_filter()
2021-01-26 Anton Khirnovlavc: shedule old encoding/decoding API for removal
next