]> git.sesse.net Git - ffmpeg/history - libavcodec
avcodec/adpcm_ima_ssi: reset state on flush
[ffmpeg] / libavcodec /
2021-03-25 Zane van Iperenavcodec/adpcm_ima_ssi: reset state on flush
2021-03-25 Zane van Iperenavcodec/adpcm_argo: reset state on flush
2021-03-25 Zane van Iperenavcodec/adpcm_aica: reset state in flush callback
2021-03-25 Zane van Iperenavcodec/adpcm_zork: reset state in flush callback
2021-03-25 Zane van Iperenavcodec/adpcm: add comment to has_status field
2021-03-24 Andreas Rheinhardtavcodec/kmvc: Avoid branch when swapping pointers
2021-03-24 Andreas Rheinhardtavcodec/kmvc: Move commonly used variables to the front...
2021-03-24 Andreas Rheinhardtavcodec/kmvc: Prefer in-band palette
2021-03-24 Andreas Rheinhardtavcodec/vc1dec: Postpone allocating sprite frame to...
2021-03-24 Andreas Rheinhardtavcodec/avcodec: Use AVBPrint in avcodec_string()
2021-03-24 Andreas Rheinhardtavcodec/avcodec: Update check for identical colorspace...
2021-03-24 Andreas Rheinhardtavcodec/avcodec: Don't use NULL for %s printf specifier
2021-03-24 Andreas Rheinhardtavcodec/avcodec: Use dedicated pointer to access AVCode...
2021-03-23 Carl Eugen Hoyoslavc/mjpegdec: Decode format 211121 as YUV 4:4:4
2021-03-23 Andreas Rheinhardtavcodec/svq3: Don't copy watermarked frame data twice
2021-03-23 Andreas Rheinhardtavcodec/svq3: Use av_fast_padded_malloc() instead of...
2021-03-22 Andreas Rheinhardtavcodec: Factor updating palette out
2021-03-21 Carl Eugen Hoyoslavc/aomenc: Force default qmax of 0 if crf was set...
2021-03-20 Andreas Rheinhardtavcodec/parser: Don't return pointer to stack buffer
2021-03-20 Andreas Rheinhardtavcodec/options: Reindent after previous commit
2021-03-20 Andreas Rheinhardtavcodec/options: Remove always-true check
2021-03-20 Andreas Rheinhardtavcodec/avcodec: Move decoder channel count check to...
2021-03-20 Andreas Rheinhardtavcodec/avcodec: Sanitize options before using them
2021-03-20 Andreas Rheinhardtavcodec/avcodec: Perform sub_charenc/iconv checks befor...
2021-03-20 Andreas Rheinhardtavcodec/avcodec: Check earlier for codec id/type mismatch
2021-03-20 Michael NiedermayerBump minor versions after release branch
2021-03-20 Michael NiedermayerBump Versions before release/4.4 branch
2021-03-19 Michael Niedermayeravcodec/mpeg4videoenc: Check extradata malloc()
2021-03-19 Michael Niedermayeravcodec/speedhq: Width < 8 is not supported
2021-03-19 Hironori Bonolavc/videotoolboxenc: Add support for HEVC with Alpha.
2021-03-19 Simone Karin Lehmannvideotoolboxenc: enable constant quality with -q:v...
2021-03-19 James Almeravcodec: move core AVCodecContext functions from util...
2021-03-19 James Almeravcodec: move AVCodecParameters related functions from...
2021-03-19 Zane van Iperenavcodec/adpcm_ima_cunning: reindent
2021-03-19 Zane van Iperenavcodec/adpcm_ima_cunning: support stereo
2021-03-19 Andreas Rheinhardtavcodec/packet: Also change av_packet_pack/unpack_dicti...
2021-03-19 Andreas Rheinhardtavcodec/avpacket: Improve overflow checks when packing...
2021-03-19 Andreas Rheinhardtavcodec/libxvid: Remove set-but-unused variable
2021-03-19 Andreas Rheinhardtavcodec/libxvid: Fix leak of AVPacket on error
2021-03-18 Andreas Rheinhardtavcodec/pngdec: Fix memleak by postponing allocation
2021-03-17 James Almeravcodec/tests/avpacket: use av_packet_alloc() to alloca...
2021-03-17 James Almeravcodec/webp: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/tiff: use av_packet_alloc() to allocate AVPackets
2021-03-17 James Almeravcodec/tdsc: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/pthread_frame: use av_packet_alloc() to allocat...
2021-03-17 James Almeravcodec/mpegvideo_enc: use av_packet_alloc() to allocat...
2021-03-17 James Almeravcodec/libxvid: use av_packet_alloc() to allocate...
2021-03-17 James Almeravcodec/encode: silence a deprecation warning about...
2021-03-17 James Almeravcodec/cri: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/packet_internal: make avpriv_packet_list_*...
2021-03-17 James Almeravcodec/packet: deprecate av_init_packet()
2021-03-17 James Almeravcodec/vaapi_encode: use AVCodecContext.get_encode_buf...
2021-03-17 James Almeravcodec/nvenc: use AVCodecContext.get_encode_buffer()
2021-03-17 James Almeravcodec/mfenc: use AVCodecContext.get_encode_buffer()
2021-03-17 James Almeravcodec/librav1e: use AVCodecContext.get_encode_buffer()
2021-03-17 James Almeravcodec/amfenc: use AVCodecContext.get_encode_buffer()
2021-03-17 Gyan Doshiavcodec/libdavs2: unbreak compilation failure
2021-03-16 Anton Khirnovlavc: drop unused argument from lock_avcodec()
2021-03-16 Anton Khirnovlavc: drop ff_ prefix from ff_(un)lock_avcodec
2021-03-16 Anton Khirnovlavc: move decoder bsf init into decoder-specific code
2021-03-16 Anton Khirnovlavc: factor decoder validation/setup from avcodec_open2()
2021-03-16 Anton Khirnovlavc/encode: reindent after previous commit
2021-03-16 Anton Khirnovlavc: factor out encoder init/validation from avcodec_o...
2021-03-16 Anton Khirnovlavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OT...
2021-03-16 Anton Khirnovlavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS...
2021-03-15 Michael Niedermayeravcodec/utils: Use more bits for intermediate for AV_CO...
2021-03-15 Andreas Rheinhardtavcodec/decode: Remove outdated comment
2021-03-15 Andreas Rheinhardtavcodec/h264_cavlc: Reindent after the previous commit
2021-03-15 Andreas Rheinhardtavcodec/h264_cavlc: Remove redundant check
2021-03-14 Michael Niedermayeravcodec/jpegls: Check A[Q] for overflow in ff_jpegls_up...
2021-03-14 Michael Niedermayeravcodec/cfhd: Fix negative shift in cfhd_decode()
2021-03-14 James Almeravcodec: add a mention about get_encode_buffer in the...
2021-03-13 Michael Niedermayeravcodec/flacdec: Avoid undefined shift in error case
2021-03-13 Michael Niedermayeravcodec/h264_metadata_bsf: Check nb_units before access...
2021-03-13 Michael Niedermayeravcodec/ffv1dec: Check if trailer is available
2021-03-13 Michael Niedermayeravcodec/exr: Check col/line for integer overflow
2021-03-12 James Almeravcodec: add a get_encode_buffer() callback to AVCodecC...
2021-03-12 Mark Thompsoncbs_sei: Detect payload overflows when reading SEI...
2021-03-12 Mark Thompsoncbs_h265: Detect more reference combinations which...
2021-03-12 Andreas Rheinhardtavcodec/cbs_h26[45]: Remove redundant enum constants
2021-03-12 Andreas Rheinhardtavcodec/cbs_sei: Fix leak of AVBufferRef on error
2021-03-12 Andreas Rheinhardtavcodec/cbs_sei: Don't use -1th element of array
2021-03-12 Andreas Rheinhardtavcodec/cbs: Remove redundant checks for CodedBitstream...
2021-03-12 Martin Storsjöavcodec/nvenc: base timestamps on frameIntervalP
2021-03-12 Andreas Rheinhardtavcodec/decode: Reindentation
2021-03-12 Andreas Rheinhardtavcodec/decode: Remove always-true check
2021-03-11 Derek Buitenhuisavcodec/gifenc: Actually use the shrunk palette
2021-03-11 James Almeravcodec/h264_slice: don't copy frame data during error...
2021-03-11 Michael Niedermayeravcodec/4xm: Check pre_gb in decode_i_block()
2021-03-11 Andreas Rheinhardtavcodec/libilbc: Support newer libiLBC versions
2021-03-10 James Almeravcodec: use the buffer_size_t typedef where required
2021-03-10 James Almeravcodec/packet: change side data related public functio...
2021-03-10 sfan5avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwa...
2021-03-10 sfan5avcodec/mediacodec_wrapper: check if codec is software...
2021-03-09 Ovchinnikov Dmitriilibavcodec/amfenc_hevc: Recommend values for min and...
2021-03-09 Andreas Rheinhardtavcodec/decode: Reindent after previous commits
2021-03-09 Andreas Rheinhardtavcodec/decode: Don't needlessly copy side-data for...
2021-03-09 Andreas Rheinhardtavcodec/decode: Avoid stack packets when decoding subtitles
2021-03-09 Andreas Rheinhardtavcodec/qsvdec: Make functions used only here static...
2021-03-09 Andreas Rheinhardtavcodec: Constify some AVPackets
next