]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2020-11-01 Marton Balintswscale/x86/yuv2rgb: fix crashes when loading alpha...
2020-10-31 Andreas Rheinhardtfate: Add test for Musepack SV8 decoding
2020-10-31 Limin Wangfftools/ffmpeg: fix the wrong bitrate and speed stats
2020-10-30 Timo Rothenpieleravcodec/nvenc: fix build with older SDKs
2020-10-30 Michael Niedermayeravformat/wavdec: Refuse to read chunks bigger than...
2020-10-30 Michael Niedermayeravformat/rsd: Check size and start before computing...
2020-10-30 Michael Niedermayeravformat/vividas: better check of current_sb_entry
2020-10-30 Michael Niedermayeravformat/iff: More completely check body_size
2020-10-30 Michael Niedermayeravformat/vividas use avpriv_set_pts_info()
2020-10-30 Michael Niedermayeravformat/xwma: Check for EOF in dpds_table read code
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-30 Limin Wangavformat/mpegtsenc: check that not only first pts but...
2020-10-30 Limin Wangavformat/mpegtsenc: first_pts_check -> first_pts_checked
2020-10-30 Andreas Rheinhardtavformat/jacosubdec: Fix unintended fallthrough
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 Jan Ekströmffmpeg: move field order decision making to encoder...
2020-10-29 Jan Ekströmffmpeg: pass decoded or filtered AVFrame to output...
2020-10-29 Jan Ekströmffmpeg: move A/V non-streamcopy initialization to a...
2020-10-29 Jan Ekströmffmpeg: move AVFrame time base adjustment into a function
2020-10-29 Jan Ekströmffmpeg: add a data size threshold for muxing queue...
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 ruiquan.crqlavf/url: fix relative url parsing when the query strin...
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 Khirnovlavf: move AVStream.last_in_packet_buffer to AVStreamIn...
2020-10-28 Anton Khirnovlavf: move AVStream.probe_data to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.pts_buffer to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.*index_entries* to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.interleaver_chunk_* to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.{request_probe,skip_to_keyframe...
2020-10-28 Anton Khirnovlavf: move AVStream.{*skip_samples.*_discard_sample...
2020-10-28 Anton Khirnovlavf: move AVStream.{nb_decoded_frames,mux_ts_offset...
2020-10-28 Anton Khirnovlavf: move AVStream.{pts_wrap_*,update_initial_duration...
2020-10-28 Anton Khirnovlavf: move AVStream.pts_reorder_error[_count] to AVStre...
2020-10-28 Anton Khirnovlavf: move AVStream.{last_dts_for_order_check,dts_...
2020-10-28 Anton Khirnovlavf: move AVStream.{inject_global_side_data,display_as...
2020-10-28 Anton Khirnovlavf: move AVStream.info to AVStreamInternal
2020-10-28 Anton Khirnovffmpeg.c: stop accessing private AVStream.codec_info_nb...
2020-10-28 Anton Khirnovavformat: add a stream event flag for new packets
2020-10-28 Anton Khirnovffmpeg.c: rename 'area' to 'score'
2020-10-28 Anton Khirnovavformat: extend documentation of event_flags
2020-10-28 Anton Khirnovavformat: fix typo in doxy
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 Anton Khirnovlavf/latmenc: use a local simplified copy of avpriv_cop...
2020-10-28 Anton Khirnovlavf/latmenc: fix units mismatch
2020-10-28 Yigit Uyanrtsp: increase the control uri size
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 Paul B Maholavfilter/vf_normalize: fix regression with white/black...
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 Limin Wangavformat/mpegtsenc: make first_pcr sync with the first...
2020-10-27 Limin Wangavformat/mpegtsenc: use total_size instead of avio_tell()
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 Steven Liutests/audiomatch: removes a warning when compiling...
2020-10-26 Zane van Iperenavcodec/adpcm_ima_cunning: document origin of tables
2020-10-25 Carl Eugen... lavfi/Makefile: Remove opencl object files when calling...
2020-10-25 Zane van Iperenfate: add adpcm_ima_alp encoding test
2020-10-25 Zane van Iperenavformat: add alp muxer
2020-10-25 Zane van Iperenavcodec: add adpcm_ima_alp encoder
2020-10-25 Zane van Iperenavformat/alp: fix handling of TUN files
2020-10-25 Paul B Maholavfilter/vf_v360: make commands always do relative...
2020-10-25 Michael Niedermayertools/target_dec_fuzzer: adjust threshold for wmalossless
2020-10-25 Michael Niedermayeravformat/rmdec: Make expected_len 64bit
2020-10-25 Michael Niedermayeravformat/pcm: Check block_align
2020-10-25 Michael Niedermayeravformat/lrcdec: Clip timestamps
2020-10-25 Michael Niedermayeravutil/mathematics: Use av_sat_add64() for the last...
2020-10-25 Michael Niedermayertests/fate/hevc: Add test for 3fbf8737923ac49754946a250...
2020-10-25 Michael Niedermayeravcodec/pgxdec: Check depth more completely
2020-10-25 Michael Niedermayeravformat/electronicarts: Check for EOF in each iteratio...
2020-10-24 Michael Niedermayertools/target_dem_fuzzer: Limit max blocks
next