]> git.sesse.net Git - ffmpeg/history - libavcodec
lavf/aptxdec: fix the limit on the APTX demuxer definition
[ffmpeg] / libavcodec /
2018-02-09 Aurelien Jacobsaptx: indentation (cosmetics only)
2018-02-09 Aurelien Jacobsaptx: implement the aptX HD bluetooth codec
2018-02-09 Aurelien Jacobsaptx: do some clipping to match original codec in extre...
2018-02-09 Aurelien Jacobsaptx: factorize FFABS calculation
2018-02-09 Aurelien Jacobsaptx: simplify by pre-calculating factor_max
2018-02-09 Muhammad Faizavcodec/codec_desc: sort codec_descriptors
2018-02-09 Michael Niedermayeravcodec/huffyuvdec: Check input buffer size
2018-02-08 Michael Niedermayeravcodec: Document that init_static_data() is not intend...
2018-02-07 James Almerapi: add missing version bumps and APIChanges entries
2018-02-06 Jérôme Martinezavcodec/ffv1: Support for RGBA64 and GBRAP16
2018-02-06 Mennoavcodec/libopus: support disabling phase inversion.
2018-02-06 Josh de Kocklavc/bsf: make BSF iteration the same as other iterators
2018-02-06 Josh de Kocklavc: add new API for iterating codecs and codec parsers
2018-02-05 Muhammad Faizavcodec/me_cmp: remove ff_me_cmp_init_static()
2018-02-05 Michael Niedermayeravcodec/utvideodec: Fix bytes left check in decode_frame()
2018-02-03 Muhammad Faizavcodec: do not use init_static_data on some codecs
2018-02-03 Michael Niedermayeravcodec/wavpack: Fix integer overflow in FFABS
2018-02-02 Jérôme Martinezavcodec/ffv1enc: mark RGB48 support as non-experimental
2018-02-02 Calvin Waltonlibrsvgdec: Fix frame clearing code
2018-02-01 Michael Niedermayeravcodec/aacsbr_fixed: Fix overflows in rounding in...
2018-02-01 Michael Niedermayeravcodec/exr: Fix memleaks in decode_header()
2018-01-31 Rostislav Pehlivanovavcodec/vc2enc: prevent bitrate overshoots
2018-01-30 Michael Niedermayeravcodec/dirac_dwt: Fix several integer overflows
2018-01-30 Michael Niedermayeravcodec/indeo5: Do not leave frame_type set to an inval...
2018-01-30 Michael Niedermayeravcodec/hevc_ps: Check log2_sao_offset_scale_*
2018-01-30 James Almeravcodec/mediacodecdec: use ff_hevc_ps_uninit()
2018-01-30 James Almeravcodec/hevc_parser: use ff_hevc_decode_extradata(...
2018-01-30 Dale Curtisavcodec/mpegaudio_parser: Skip APE tags when parsing...
2018-01-30 James Almeravcodec/Makefile: add missing opus.c dependency to...
2018-01-30 James Almeravcodec/mlp_parser: reindent after last commit
2018-01-30 James Almeravcodec/mlp_parser: don't try to combine frames when...
2018-01-29 Michael Niedermayeravcodec/mpeg4videodec: Avoid possibly aliasing violatin...
2018-01-29 Michael Niedermayeravcodec/get_bits: Document the return code of get_vlc2()
2018-01-29 Michael Niedermayeravcodec/mpeg4videodec: Check mb_num also against 0
2018-01-28 Martin Vignaliavcodec/utvideoenc : add SIMD (avx) for sub_left_prediction
2018-01-28 Timo Rothenpieleravcodec/nvenc: also clear data pointer after unregister...
2018-01-28 Timo Rothenpieleravcodec/nvenc: add some more error case checks
2018-01-28 Timo Rothenpieleravcodec/nvenc: unregister input resource when unmapping
2018-01-28 Timo Rothenpieleravcodec/nvenc: refcount input frame mappings
2018-01-27 Michael Niedermayeravcodec/hevc_cabac: Check prefix so as to avoid invalid...
2018-01-27 Michael Niedermayeravcodec/mjpegdec: Fix integer overflow in DC dequantization
2018-01-26 Rodger Combslavc/aarch64/sbrdsp_neon: fix build on old binutils
2018-01-25 Mark ThompsonMerge commit '559370f2c45110afd8308eec7194437736c323d4'
2018-01-25 Mark ThompsonMerge commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d'
2018-01-25 Mark ThompsonMerge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba'
2018-01-25 Ruiling, Songqsv: Skip the packet if decoding failure
2018-01-23 Michael Niedermayeravcodec/dxtory: Fix bits left checks
2018-01-23 Michael Niedermayeravcodec/hevc_cabac: Move prefix check in coeff_abs_leve...
2018-01-23 Jorge Ramirez-Ortizavcodec: v4l2_context: remove unnecessary code
2018-01-22 Mark Thompsonv4l2_m2m: Fix integer overflow in timestamp handling
2018-01-22 James Almeravcodec/mpeg12dec: fix preprocessor check for mpeg1_nvd...
2018-01-21 Mark Thompsonv4l2_m2m: Fix free of the wrong pointer in an error...
2018-01-21 Michael Niedermayeravcodec/truemotion2: Fix integer overflow in TM2_RECALC...
2018-01-21 Carl Eugen Hoyoslavc/svq3: Do not write into memory defined as const.
2018-01-21 James Almeravcodec/hevc_parser: use ff_hevc_uninit_parameter_sets()
2018-01-21 James Almeravcodec/hevcdec: use ff_hevc_uninit_parameter_sets()
2018-01-21 James Almeravcodec/hevc_ps: add a function to uninitialize paramet...
2018-01-21 Jorge Ramirez-Ortizavcodec: v4l2_m2m: context: fix raising warning on...
2018-01-21 Jorge Ramirez-Ortizavcodec: v4l2_m2m: remove unnecessary timeout.
2018-01-21 Mark Thompsonavcodec: v4l2_m2m: fix races around freeing data on...
2018-01-20 Michael Niedermayeravcodec/snowdec: Fix integer overflow before htaps...
2018-01-20 Michael Niedermayeravcodec/ulti: Check number of blocks at init
2018-01-19 Yogender Guptaavcodec/cuviddec: set key frame for decoded frames
2018-01-16 Mark ThompsonMerge commit 'cbe28bc069dde1d53d937ee10700bb123279c7c8'
2018-01-16 Mark ThompsonMerge commit '34c113335b53d83ed343de49741f0823aa1f8cc6'
2018-01-16 Mark ThompsonMerge commit '7b0b5bc810cdb9ef100492c9a9f2d30602c04336'
2018-01-16 Mark ThompsonMerge commit '1efbbfedcaf4a3cecab980273ad809ba3ade2f74'
2018-01-16 Mark ThompsonMerge commit 'e23190269fb6e8217d080918893641ba3e0e3556'
2018-01-16 Jun Zhaolavc/snow_dwt: add struct MpegEncContext to fix headers...
2018-01-15 Michael Niedermayeravcodec/wavpack: Fix integer overflows in wv_unpack_ste...
2018-01-15 Michael Niedermayeravcodec/jpeg2000: Check sum of sizes of band->prec...
2018-01-15 Michael Niedermayeravcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()
2018-01-13 Rostislav Pehlivanovdcaenc: move all tables inside context and fix incorrec...
2018-01-13 Daniil Cherednikavcodec/dcaenc: Use ffmpeg mdct instead of own implemen...
2018-01-13 Rostislav Pehlivanovdcaenc: cleanup on init failure and add a threadsafe...
2018-01-13 Daniil Cherednikopusenc_psy: Typo, use all coeffs in range for band...
2018-01-13 Rostislav Pehlivanovaacenc: use the fast coder as the default
2018-01-13 Rodger Combslavc/libx265: support all color parameters that x265...
2018-01-12 Michael Niedermayeravcodec/utils: Avoid hardcoding duplicated types in...
2018-01-12 Michael Niedermayeravcodec/opus: Add {} over multiline if() body
2018-01-12 Michael Niedermayeravcodec/arm/sbrdsp_neon: Use a free register instead...
2018-01-12 Jérôme Martinezavcodec/ffv1enc: mark RGB48 support as non-experimental
2018-01-12 James Almeravcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64
2018-01-08 Michael Niedermayeravcodec/h264addpx_template: Fixes integer overflows
2018-01-08 Michael Niedermayeravcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0...
2018-01-08 Michael Niedermayeravcodec/diracdec: Fix integer overflow with quant
2018-01-08 Michael Niedermayeravcodec/opus_parser: Check payload_len in parse_opus_ts...
2018-01-08 Maxym Dmytrychenkoqsv: better to use alignment by 16 and HEVC 10b require...
2018-01-08 Michael Niedermayeravcodec/jpeg2000dsp: Fix integer overflows in ict_int()
2018-01-07 Michael Niedermayeravcodec/h264_slice: Do not attempt to render into frame...
2018-01-06 Matthieu Bouronlavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo...
2018-01-06 Matthieu Bouronlavc/mediacodecdec: remove mediacodec_process_data...
2018-01-06 Aman Guptalavc/mediacodecdec: switch to new decoding API
2018-01-06 LongChairavcodec/rkmpp : remove stream start retries before...
2018-01-06 LongChairavcodec/rkmpp : Fix broken build due to missing control...
2018-01-06 Misty De Meoadpcm: consume remainder after consuming XA chunks
2018-01-05 James Almeravcodec/error_resilience: remove unused header
2018-01-05 James Almeravcodec/util: use a mutex instead of atomics in avcodec...
2018-01-05 Michael Niedermayeravcodec/dnxhddec: Check dc vlc
2018-01-05 James Almeravcodec/parser: use a mutex instead of atomics in av_re...
next