]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2019-12-06 Ting Fulibswscale/swscale_unscaled.c: remove redundant code
2019-12-06 Limin Wangavformat/libsrt: fix for the memory leak if passphrase...
2019-12-06 Marton Balintavdevice/xcbgrab: wrap non-shm image replies in a buffe...
2019-12-06 Gyan Doshiavfilter/crop: avoid premature eval error
2019-12-05 Zhao Zhiliavutil/buffer: use appropriate atomic operations
2019-12-05 James Almertools: add a fuzzer tool for bitstream filters
2019-12-05 Michael Niedermayeravcodec/fitsdec: Use lrint()
2019-12-05 Andreas Rheinhardtavformat/mpeg: Fix leaks of AVFormatContext and subtitl...
2019-12-05 Andreas Rheinhardtavformat/mpeg: Don't copy or leak string in AVBPrint
2019-12-05 Andreas Rheinhardtavformat/mpeg: Make VobSub demuxer have its own context...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Reuse AVIOContext
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Improve frame size parsing error...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Remove unnecessary check
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Simplify control flow of parsing...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Avoid allocating array for lace...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Use bytestream API instead of...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: avcodec/tta: Set extradata_size...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Check before allocations
2019-12-05 James Almerfate/matroska: add a test for xiph lacing
2019-12-04 hwrenlavc/libxavs2.c: optimize error descriptions
2019-12-04 hwrenlavc/libxavs2.c: fix code style - spaces
2019-12-04 hwrenlavc/libxavs2.c: avoid recomputations of pointers in...
2019-12-04 hwrenlavc/libxavs2.c: use more descriptive variable names...
2019-12-04 Limin Wangavfilter/vf_elbg: Fix for the seed type
2019-12-04 Andreas Rheinhardtavformat/rmdec: Use av_packet_move_ref() for packet...
2019-12-03 Kusanagi Kouichiavdevice/xcbgrab: Handle reply and error properly
2019-12-03 Michael Niedermayertools/target_dec_fuzzer: Support setting AV_CODEC_FLAG2...
2019-12-03 Michael Niedermayertools/target_dec_fuzzer: Support fuzzing error detection
2019-12-03 Marton Balintavformat/mpegtsenc: add padding to m2ts streams
2019-12-03 Marton Balintavformat/mpegtsenc: factorize writing packet
2019-12-03 Marton Balintavformat/mpegtsenc: move around setting m2ts_mode
2019-12-03 Marton Balintavformat/mpegtsenc: set priority flag for AC3 codecs...
2019-12-03 Marton Balintavformat/mpegtsenc: allow any sensible PID for elementa...
2019-12-03 Guo, YejunMAINTAINERS: add myself to libavfilter/dnn
2019-12-03 Linjie Fulibavformat/utils: Fix code indentation
2019-12-03 Andreas Rheinhardtavfilter/vf_unsharp: Don't dereference NULL
2019-12-02 James Almerfate/cbs: add svc AV1 tests
2019-12-02 James Almeravcodec/av1_parser: skip frames with spatial_id > 0
2019-12-02 Zhao Zhiliavfilter/buffersrc: remove write-only variable
2019-12-01 James Almerfate/cbs: add a decode model AV1 test
2019-12-01 James Almerfate/cbs: add a switch frame AV1 test
2019-12-01 James AlmerRevert "avcodec/cbs_av1_syntax_template: Check ref_fram...
2019-12-01 James Almeravcodec/cbs_av1: implement missing set_frame_refs(...
2019-12-01 Michael Niedermayeravcodec/alsdec: Discard frames for which no channel...
2019-12-01 Michael Niedermayeravcodec/alsdec: Avoid 1 layer of pointer dereferences...
2019-12-01 Michael Niedermayeravcodec/g729dec: Avoid one multiply by using init_get_b...
2019-12-01 Michael Niedermayeravcodec/g729dec: Avoid using buf_size
2019-12-01 Michael Niedermayeravcodec/g729dec: Factor block_size out
2019-12-01 Michael Niedermayeravcodec/g729dec: require buf_size to be non 0
2019-12-01 Michael Niedermayeravcodec/g729dec: Check for KELVIN && 6k4
2019-12-01 Michael Niedermayeravcodec/alac: Fix integer overflow in lpc_prediction...
2019-12-01 Michael Niedermayeravcodec/wmaprodec: Fix buflen computation in save_bits()
2019-12-01 Michael Niedermayeravcodec/vc1_block: Fix integer overflow in AC rescaling...
2019-12-01 Michael Niedermayeravcodec/vmdaudio: Check chunk counts to avoid integer...
2019-12-01 Michael Niedermayeravformat/mxfdec: Clear metadata_sets_count in mxf_read_...
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Return directly if nothing has...
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Switch to bytestream2 API
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Simplify checks
2019-12-01 Steven Liuavformat/smoothstreamingenc: removed unused check of...
2019-12-01 Steven Liuavformat/rtpenc_mpegts: removed unused check of avforma...
2019-12-01 Steven Liuavformat/hdsenc: removed unused check of avformat_free_...
2019-12-01 Steven Liuavformat/dashenc: remove unused check of avformat_free_...
2019-11-30 James Almeravformat/avc: add missing return error value
2019-11-30 Andriy Gelmanlavc/extract_extradata: Use bytestream api
2019-11-30 Andreas Rheinhardtavcodec/extract_extradata_bsf: Don't unref uninitialize...
2019-11-30 James Almeravformat/avc: fix sps buffer offset when calling ff_avc...
2019-11-29 James Almerfate/demux: add an AV1 Annex B test
2019-11-29 James Almeravcodec/av1_parser: export stream dimensions in avctx
2019-11-29 James Almerfate/lavf-container: add an H264 mp4 remux test
2019-11-29 James Almerfate/lavf-container: add an AV1 mp4 remux test
2019-11-29 Zhao Zhililibavdevice/lavfi: check avfilter_graph_dump return...
2019-11-29 Andreas Rheinhardtavformat/avio: Use ffurl_closep
2019-11-29 Paul B Maholavfilter/vf_hqdn3d: add support for commands
2019-11-29 Paul B Maholavfilter/vf_hqdn3d: add support for 12bit and 14bit...
2019-11-29 Jun Zhaolavc/mvha: Check init_get_bits8() for failure
2019-11-29 Jun Zhaolavf/vividas: check avformat_new_stream() return
2019-11-28 Limin Wangavfilter/vf_yadif: rename config_props -> config_output...
2019-11-28 Andreas Rheinhardtavformat/vividas: Avoid allocation of AVIOContext
2019-11-28 James Almeravformat/avc: write the missing bits in the AVC Decoder...
2019-11-28 Andreas Rheinhardtavformat/movenc: Avoid allocation for small dynamic...
2019-11-28 Andreas Rheinhardtavformat/matroskaenc: Avoid allocation for small dynami...
2019-11-28 Andreas Rheinhardtavformat/id3v2enc: Avoid allocation for small tags
2019-11-28 Andreas Rheinhardtavformat/avc: Avoid allocation for small SPS/PPS arrays
2019-11-28 Andreas Rheinhardtavformat/av1: Avoid allocation for small headers
2019-11-28 Andreas Rheinhardtavformat/apetag: Avoid allocation for small tags
2019-11-28 Andreas Rheinhardtavformat/aviobuf: Avoid allocating buffer when using...
2019-11-28 Limin Wangavfilter/vf_libvmaf: Check for av_frame_alloc failure
2019-11-28 Andreas Rheinhardtavformat/flacenc: Add const to ff_flac_write_header...
2019-11-28 Zhao Zhiliavcodec/vp8: fix multiple ff_thread_finish_setup()...
2019-11-28 Limin Wangavfilter/vf_colorconstancy: av_frame_free(&in) in case...
2019-11-28 Linjie Fulavc/qsvenc: Fix some code indentations
2019-11-28 Zhong Lidoc/encoder: add the missing qsv encoders
2019-11-28 Zhong Lilavc/rav1e: log and doc updated for const quantizer...
2019-11-28 Thierry FoucuAdd options for spatial layers.
2019-11-27 Paul B Maholavcodec: add mvha video decoder
2019-11-27 Paul B Maholavcodec: add mvdv video decoder
2019-11-27 Steven Liuavformat/hls: correct grammatical errors of m3u8_hold_c...
2019-11-26 Carl Eugen... lavc/qsvenc: Fix compilation for some build environments.
2019-11-26 Oleg Dobkinavutil/hwcontext_cuda: allow using primary CUDA device...
2019-11-26 Steven Liuavformat/hlsenc: set strict_std_compliance from the...
next