]> git.sesse.net Git - ffmpeg/history - libavcodec
avformat/rtsp: prefer to use variable instead of type
[ffmpeg] / libavcodec /
2020-11-10 Andreas Rheinhardtavcodec/gdv: Remove dead check
2020-11-09 James Almeravcodec/utils: clear the packet props queue on flushing
2020-11-09 Zane van Iperenavcodec: add adpcm_ima_amv encoder
2020-11-09 Zane van Iperenavcodec/adpcm_ima_amv: document header format
2020-11-09 Zane van Iperenavcodec/adpcm_ima_amv: use coded sample count
2020-11-09 Zane van Iperenavcodec/adpcm_ima_amv: restrict to 1 channel
2020-11-08 OvchinnikovDmitriilavc/amfenc: Add hardware config metadata
2020-11-08 Mark Thompsonlavc: Mark hw_config pointer arrays as const
2020-11-07 Zane van Iperenavcodec/adpcm_ima_swf: fix frame size to 4096
2020-11-07 Zane van IperenRevert "avcodec/adpcm_swf: support decoding multiple...
2020-11-06 Andreas Rheinhardtavcodec/truemotion2: Allocate buffers together
2020-11-06 Andreas Rheinhardtavcodec/truemotion2: Cleanup generically on init failure
2020-11-06 Andreas Rheinhardtavcodec/truemotion2: Remove redundant initializations
2020-11-06 Andreas Rheinhardtavcodec/truemotion2: Replace av_free() by av_freep...
2020-11-06 Andreas Rheinhardtavcodec/sonic: Don't allocate a temporary buffer for...
2020-11-06 Andreas Rheinhardtavcodec/mss4: Fix memleaks upon allocation error
2020-11-04 Andreas Rheinhardtavcodec/sonic: Don't hardcode sizeof(int) == 4
2020-11-04 Andreas Rheinhardtavcodec/sonic: Allocate several buffers together
2020-11-03 Mark Thompsonvaapi_encode_mpeg2: Fix setting colour properties
2020-11-03 Mark Thompsonvaapi_encode_h265: Fix setting colour properties
2020-11-03 Mark Thompsonvaapi_encode_h264: Fix setting colour properties
2020-11-03 Andreas Rheinhardtavcodec/mpc8: Unobfuscate sign-extension
2020-11-03 Andreas Rheinhardtavcodec/mimic: Inline constants
2020-11-03 Andreas Rheinhardtavcodec/tscc2: Don't check for errors for complete...
2020-11-03 Zane van Iperenavcodec/utils: add adpcm_ima_alp to av_get_exact_bits_p...
2020-11-02 Michael Niedermayeravcodec/magicyuv: Free previous VLC table
2020-11-02 Fei Wangavcodec: add av1 VAAPI decoder
2020-10-30 Timo Rothenpieleravcodec/nvenc: fix build with older SDKs
2020-10-30 Timo Rothenpieleravcodec/nvenc: only enforce explicitly set twopass...
2020-10-30 Timo Rothenpieleravcodec/nvenc: only auto-pick vbr rc in cq mode
2020-10-29 Timo Rothenpieleravcodec/nvenc: all presets are SDK10 presets now
2020-10-29 Michael Niedermayeravcodec/utils: Check sample rate before use for AV_CODE...
2020-10-29 Andreas Rheinhardtavcodec/vp3: Don't check for errors for complete VLC
2020-10-29 Andreas Rheinhardtavcodec/cllc: Don't unnecessarily free VLC
2020-10-29 Andreas Rheinhardtavcodec/clearvideo: Don't check for errors for complete VLC
2020-10-28 James Almeravcodec/codec2utils: move the remaining avpriv function...
2020-10-28 James Almerlibavcodec/codec2utils: remove codec2_version_from_extr...
2020-10-28 James Almeravcodec/codec2utils: remove avpriv prefix from inline...
2020-10-28 James Almeravcodec/av1dec: fix loading PrevGmParams for frames...
2020-10-28 James Almeravcodec/av1dec: don't derive loop filter delta parameters
2020-10-28 James Almeravcodec/cbs_av1: infer segmentation parameters from...
2020-10-28 James Almeravcodec/cbs_av1: infer loop filter delta parameters...
2020-10-28 Anton Khirnovlavc: un-avpriv avpriv_bprint_to_extradata()
2020-10-28 Anton Khirnovput_bits: make avpriv_copy_bits() lavc-local
2020-10-28 Anton Khirnovput_bits: make avpriv_put_string() lavc-local
2020-10-28 Anton Khirnovput_bits: make avpriv_align_put_bits() inline
2020-10-28 Andreas Rheinhardtavcodec/bitstream: Stop allocating one VLCcode more...
2020-10-28 Andreas Rheinhardtavcodec/bitstream: Check code length before truncating...
2020-10-28 Xu Guangxinavcodec/hevcdec: constrained intra predict, do not...
2020-10-27 Andreas Rheinhardtavcodec/webp: Replace never-true check by assert
2020-10-27 Andreas Rheinhardtavcodec/webp: Return directly when creating Huff table...
2020-10-27 Andreas Rheinhardtavcodec/webp: Use uint8_t for code lengths
2020-10-27 Andreas Rheinhardtavcodec/bitstream: Consistently treat symbol as VLC_TYPE
2020-10-27 Andreas Rheinhardtavcodec/mpeg4videodec: Don't check for errors for compl...
2020-10-27 Andreas Rheinhardtavcodec/atrac3plus: Perform reusing of VLCs during...
2020-10-27 Andreas Rheinhardtavcodec/atrac3: Use least max_depth for get_vlc2()
2020-10-27 Andreas Rheinhardtavcodec/atrac3: Inline constants
2020-10-27 Andreas Rheinhardtavcodec/atrac3: Don't use too big VLC tables
2020-10-26 Michael Niedermayeravcodec/av1dec: Check for unset obu instead of crashing
2020-10-26 Michael Niedermayeravcodec/dirac_parser: do not offset AV_NOPTS_OFFSET
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Use smaller type for codes
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Use static VLC tables
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Don't use too big max_depth, inline...
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Don't check for errors for complete...
2020-10-26 Andreas Rheinhardtavcodec/mobiclip: Reduce size of VLCs, inline constants
2020-10-26 Andreas Rheinhardtavcodec/rv34: Simplify getting right VLC
2020-10-26 Andreas Rheinhardtavcodec/rv34: Don't needlessly copy VLC length and...
2020-10-26 Andreas Rheinhardtavcodec/vp3: Make parsing Theora Huffman tables more...
2020-10-26 Zane van Iperenavcodec/adpcm_ima_cunning: document origin of tables
2020-10-25 Zane van Iperenavcodec: add adpcm_ima_alp encoder
2020-10-25 Michael Niedermayeravcodec/pgxdec: Check depth more completely
2020-10-24 Michael Niedermayeravcodec/vp9dsp_template: Fix some overflows in iadst8_1d()
2020-10-24 Michael Niedermayeravcodec/fits: Check bscale
2020-10-24 Andreas Rheinhardtavcodec/mpeg4videodec: Use smallest max_depth in get_vlc2()
2020-10-24 Andreas Rheinhardtavcodec/imc: Inline constants
2020-10-24 Michael Niedermayeravcodec/magicyuv: Check slice size before reading flags...
2020-10-23 Andreas Rheinhardtavcodec/wmadec: Don't check for errors for complete...
2020-10-23 Andreas Rheinhardtavcodec/wma: Remove unused array
2020-10-21 Timo Rothenpieleravcodec/nvenc: removed unused and deprecated field
2020-10-21 Timo Rothenpieleravcodec/nvenc: reduce automated use of deprecated modes
2020-10-21 Timo Rothenpieleravcodec/nvenc: mark newly deprecated rc modes
2020-10-21 Timo Rothenpieleravcodec/nvenc: use alias to provide deprecated profiles
2020-10-21 Andreas Rheinhardtavcodec/on2avc: Remove redundant code for freeing
2020-10-21 Andreas Rheinhardtavcodec/on2avc: Use least max_depth for get_vlc2()
2020-10-21 Andreas Rheinhardtavcodec/on2avc: Unify initializing quad and pair VLCs
2020-10-21 Andreas Rheinhardtavcodec/on2avcdata: Deduplicate symbol tables
2020-10-21 Andreas Rheinhardtavcodec/vp3: Unify initializing and freeing VLC tables
2020-10-21 Andreas Rheinhardtavcodec/vp3: Check allocations of VLCs
2020-10-21 Andreas Rheinhardtavcodec/vp3: Fix memleak upon init failure
2020-10-21 Zane van Iperenavcodec/adpcm_swf: support custom block size for encoding
2020-10-21 Zane van Iperenavcodec/adpcm_swf: set block_align when encoding
2020-10-21 Zane van Iperenavcodec/adpcm_swf: support decoding multiple fixed...
2020-10-20 Michael Niedermayeravcodec/notchlc: Revert incorrect compression bound
2020-10-20 Michael Niedermayeravcodec/decode/ff_get_buffer: Check for overflow in...
2020-10-20 Michael Niedermayeravcodec/cri: Check for end of image in unpack_10bit()
2020-10-20 Michael Niedermayeravcodec/adpcm: Check channels before use for ADPCM_PSX
2020-10-20 Michael Niedermayeravcodec/mobiclip: Avoid signed integer overflows in...
2020-10-20 Michael Niedermayeravcodec/exr: Check limits to avoid overflow in delta...
2020-10-20 Michael Niedermayeravcodec/notchlc: Check uncompressed size against input...
2020-10-20 Michael Niedermayeravcodec/h264idct_template: Fix integer overflow in...
next