]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2019-08-28 Paul B Maholavcodec/dsd: use uint8_t instead of unsigned char
2019-08-28 Paul B Maholavcodec/dsddec: add slice threading support
2019-08-28 Paul B Maholavformat/dsfdec: set packet pts/duration/pos correctly
2019-08-28 Paul B Maholavcodec/h264_refs: do not use invalid mmco values in...
2019-08-28 Paul B Maholavformat/mov: improve timecode calculation
2019-08-28 Paul B Maholavcodec/tiff: add missing break in tiff_decode_tag()
2019-08-28 Paul B Maholavformat/dhav: always initializer ret
2019-08-28 Paul B Maholavfilter/af_compand: change error condition into warning
2019-08-28 OvchinnikovDmitriilibavcodec/amfenc: Vulkan initialization support for...
2019-08-27 James Almeravcodec/qtrle: don't clear the palette when flushing
2019-08-27 James Almeravcodec/qtrle: call ff_reget_buffer() only when the...
2019-08-27 James AlmerRevert "avcodec/qtrle: Do not output duplicated frames...
2019-08-27 Michael Niedermayeravcodec/atrac9dec: Check block_align
2019-08-27 James Almeravcodec/qtrle: add a flush() callback
2019-08-27 James Almeravcodec/h2645_parse: zero initialize the rbsp buffer
2019-08-26 Aman Guptaavcodec/vaapi_encode: respect -force_key_frames setting
2019-08-26 Michael Niedermayertools/target_dec_fuzzer: Increase maxpixels threshold...
2019-08-26 Michael Niedermayertools/target_dec_fuzzer: Do not corrupt the packet...
2019-08-26 Michael Niedermayeravcodec/alac: Check for bps of 0
2019-08-26 Xuewei Mengavfilter/vf_derain: reindent code after last commit
2019-08-26 Steven Liudoc/examples/decode_video: add input file format inform...
2019-08-26 Steven Liudoc/examples/decode_audio: print message about how...
2019-08-26 Steven Liuavformat/hlsenc: remove unused value
2019-08-26 Steven Liuavformat/hlsenc: fix memleak of filename
2019-08-26 Steven Liuavformat/hlsenc: fix memleak in hls_write_trailer
2019-08-26 Xuewei Menglibavfilter: Add dehaze-filter option in existing derain.
2019-08-25 Carl Eugen... lavc/x264: Also clean-up libx264rgb after init errors.
2019-08-25 James Almeravformat/movenc: add muxing support for Dolby TrueHD...
2019-08-25 James Almeravformat/mov: add demuxing support for Dolby TrueHD...
2019-08-25 James Almeravcodec/mlp_parser: export AVCodecContext frame_size
2019-08-24 James Almeravcodec/mlp_parse: move TrueHD channel layout and sampl...
2019-08-24 Paul B Maholavformat/dhav: handle files missing data at start
2019-08-24 Paul B Maholavformat/dhav: gracefully handle corrupted files
2019-08-24 Thilo Borgmannfate/als: Add test for conformance file with 512 channels.
2019-08-24 Pavel Koshevoyavcodec/videotoolbox_hevc: avoid leaking cached_hw_fram...
2019-08-24 Dave Stevensonavcodec/omx: Fix handling of fragmented buffers
2019-08-24 Aman Guptaavcodec/omx: ensure zerocopy mode can be disabled on...
2019-08-24 Aman Guptaavcodec/omx: add support for -force_key_frames
2019-08-24 Aman GuptaMAINTAINERS: add myself to OMX
2019-08-23 Marton Balintavformat/mpegtsenc: get rid of packet counting for...
2019-08-23 Marton Balintavformat/mpegtsenc: move some code around and simplify...
2019-08-23 Marton Balintavformat/mpegtsenc: add support for setting PCR interva...
2019-08-23 Marton Balintavformat/mpegtsenc: rename pcr_period variable to pcr_p...
2019-08-23 Michael Niedermayeravcodec/alac: Fix multiple integer overflows in lpc_pre...
2019-08-23 Michael Niedermayeravcodec/smacker: Check that not all tables are skiped
2019-08-23 Michael Niedermayeravcodec/pictordec: Optimize picmemset() for single...
2019-08-23 Michael Niedermayeravcodec/pnm_parser: Use memmove() to handle "overread"
2019-08-23 Michael Niedermayeravcodec/parser: Optimize ff_combine_frame() with massiv...
2019-08-23 Michael Niedermayeravcodec/pnm: skip reading trailing bytes in get_pnm()
2019-08-23 Michael Niedermayeravcodec/pnm: Check magic bytes directly without pnm_get()
2019-08-23 Michael Niedermayeravformat/mpsubdec: Check pts / duration before cast
2019-08-23 Michael Niedermayeravcodec/lcldec: Check mthread_inlen instead of cliping
2019-08-23 Michael Niedermayeravcodec/rl2: set dimensions
2019-08-23 leozhangavformat/flvdec: delete unused code
2019-08-23 elliottkChange libaom default to crf=32.
2019-08-23 Jun Liavcodec/h264_parse: retry decoding SPS with complete NAL
2019-08-23 James Almertools/target_dec_fuzzer: use refcounted packets
2019-08-23 Michael Niedermayeravcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUP
2019-08-23 Michael Niedermayeravcodec/idcinvideo: Add 320x240 default maximum resolution
2019-08-23 Michael Niedermayertools/target_dec_fuzzer: Do not increase max_pixels
2019-08-22 Jarek Samiclavfi: add deshake_opencl filter
2019-08-22 Jarek Samiclavfi: modify avfilter_get_matrix to support separate...
2019-08-22 Jarek Samiclavfi: add utilities to reduce OpenCL boilerplate code
2019-08-22 Marton Balintavcodec: remove some dead assignments
2019-08-22 Marton Balintavutil/imgutils: remove dead assignment
2019-08-22 Marton Balintavformat/mxfdec: do not ignore bad size errors
2019-08-22 Michael Niedermayeravformat/realtextdec: free queue on error
2019-08-22 Michael Niedermayeravcodec/vp5/6/8: use vpX_rac_is_end()
2019-08-22 Michael Niedermayeravformat/vividas: Check av_xiphlacing() return value...
2019-08-22 Peter CollingbourneAdd assembly support for -fsanitize=hwaddress tagged...
2019-08-22 Xuewei Menglibavfilter: Update derain filter doc.
2019-08-21 Paul B Maholavfilter/vf_v360: remove unused header
2019-08-21 Paul B Maholavfilter/vf_v360: improve comments above headers
2019-08-21 Paul B Maholdoc/filters: fix typos
2019-08-21 Paul B Maholadd v360 to Changelog
2019-08-21 Paul B Maholdoc/filters: fix v360 options names
2019-08-21 Steven Liuavformat/hlsenc: avformat/hlsenc: simplified code
2019-08-21 Steven Liuavformat/hlsenc: simplified code of use_localtime in...
2019-08-21 Steven Liuavformat/hlsenc: fix memleak in update_variant_stream_info
2019-08-20 Michael Niedermayeravcodec/alsdec: Fix integer overflow in decode_var_bloc...
2019-08-20 Michael Niedermayeravcodec/internal: Bump sane_nb_chanels
2019-08-20 Michael Niedermayeravcodec/alsdec: Limit maximum channels to 512
2019-08-20 Zhong Lilavfi/qsvvpp: disable pass through mode if format changed
2019-08-20 Zhong Lilavfi/scale_qsv: change alignment to be 16 bytes
2019-08-20 Zhong Lilavc/qsvdec: Add VP9 decoder support
2019-08-20 Zhong Lilavc/qsvdec: Add mjpeg decoder support
2019-08-20 Zhong Lilavc/qsvdec: remove orignal parser code since not neede...
2019-08-20 Zhong Lilavc/qsvdec: Replace current parser with MFXVideoDECODE...
2019-08-20 Zhong Lilavc/qsv: make function qsv_map_fourcc() can be called...
2019-08-20 Zhong Lilavc/qsvdec: add function ff_qsv_map_picstruct()
2019-08-20 Jun Zhaolavfi/dnn/dnn_backend_native: fix memory leak in error...
2019-08-20 Jun Zhaolavfi/avfiltergraph: add check before free the format
2019-08-20 Jun Zhaolavfi/af_adeclick: fix double free after ff_filter_fram...
2019-08-20 Steven Liuavformat/hlsenc: reindent code
2019-08-20 Steven Liuavformat/hlsenc: remove unuse comment of the code
2019-08-20 Jun Zhaolavf/hlsenc: free the old_filname to avoid memory leak
2019-08-20 Limin Wanglavf/hlsenc: fix one warning: unused variable 'filename...
2019-08-19 Guo, YejunFATE/dnn: let fate/dnn tests depend on ffmpeg static...
2019-08-19 Guo, Yejunlibavfilter/dnn/dnn_backend_tf: add tf.pad support...
2019-08-19 Guo, Yejunlibavfilter/dnn/dnn_backend_tf: fix typo that variable...
next