101896 Commits (9a471c5437d34cd1e63520b47f50a0fa605a5688)
 

Author SHA1 Message Date
Andreas Rheinhardt 9a471c5437 avformat/rmdec: Fix memleaks upon read_header failure 4 years ago
Anton Khirnov f6ea2ee005 fftools/ffmpeg: copy average framerate for streamcopy, when known 4 years ago
Anton Khirnov 04feb1c038 lavf: do not derive timebase from avg_frame_rate 4 years ago
Anton Khirnov 0214da22ca fftools/ffmpeg: when framerate is set, prefer its inverse as output timebase 4 years ago
Anton Khirnov 7ec8229982 lavf/movenc: use framerate correctly in mov_write_tmcd_tag 4 years ago
Anton Khirnov 6ad79047a7 lavc: postpone FF_API_AVCTX_TIMEBASE 4 years ago
Anton Khirnov 270ddc2baf lavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2 4 years ago
Anton Khirnov 9168a1c0e6 lavf/webvttenc: fix avio_printf argument types after bump 4 years ago
Anton Khirnov 2822bfbbfb lavf/matroskaenc: fix avio_printf argument types after bump 4 years ago
Anton Khirnov 19e8103406 lavc/pngdec: use a separate bytestream reader for each chunk 4 years ago
Anton Khirnov ae08eec6a1 lavc/pngdec: improve chunk length check 4 years ago
Anton Khirnov 8e4390de48 tests/fate: add tests for PNG side/meta data 4 years ago
Anton Khirnov 8d74baccff lavc/pngdec: restructure exporting frame meta/side data 4 years ago
Anton Khirnov 89ea5057bf lavc/pngdec: remove unnecessary context variables 4 years ago
Anton Khirnov 5a50bd88db lavc/pngdec: perform APNG blending in-place 4 years ago
Andreas Rheinhardt 98060a198e avcodec/vc1dec: Fix memleak upon allocation error 4 years ago
Guo, Yejun 13bf797ced lavfi/dnn: add post process for detection 4 years ago
Guo, Yejun 59021d79a2 lavfi/dnn: refine code for frame pre/proc processing 4 years ago
Guo, Yejun d2ccbc966b lavfi/dnn_backend_openvino.c: only allow DFT_PROCESS_FRAME to get output dim 4 years ago
Andreas Rheinhardt 5106fe85f7 avcodec/h261dec: Initialize IDCT context during init 4 years ago
Andreas Rheinhardt 9abda1365c avcodec/rv34, mpegvideo: Fix segfault upon frame size change error 4 years ago
Andreas Rheinhardt 8ffd3ef9d9 avcodec/rv10: Don't presume context to be initialized 4 years ago
Andreas Rheinhardt 9bab7de175 avcodec/mpegvideo: Factor common freeing code out 4 years ago
Andreas Rheinhardt ff0706cde8 avcodec/mpegvideo: Fix memleak upon allocation error 4 years ago
Andreas Rheinhardt d4b9e117ce Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init()" 4 years ago
Marton Balint fb4da90fec avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases 4 years ago
Marton Balint 5dc5f289ce avformat/url: fix ff_make_absolute_url with Windows file paths 4 years ago
James Almer 557953a397 avformat/utils: add helper functions to retrieve index entries from an AVStream 4 years ago
Gyan Doshi c06465a70b doc/muxers: fix alphabetical sorting of entries 4 years ago
Vittorio Giovara 9afde28093 mov: Skip computing SAR from invalid display matrix elements 4 years ago
Andreas Rheinhardt 3e16d1c8a6 avcodec/bsf: Simplify getting codec name 4 years ago
Michael Niedermayer 0f6a3405e8 avformat/mov: check offset for overflow in mov_probe() 4 years ago
Andreas Rheinhardt 9b6ffcf0fd avcodec/options: Remove always-true check 4 years ago
Andreas Rheinhardt 416cc012f6 avutil/frame: Return 0 on success in av_frame_ref() 4 years ago
Andreas Rheinhardt b3652d9745 avformat/dss: Return 0 on success 4 years ago
Andreas Rheinhardt 48a594aba5 avformat/dss: Avoid using intermediate buffer 4 years ago
Andreas Rheinhardt ef8c8b4163 avformat/dss: Set values known during read_header in read_header 4 years ago
Andreas Rheinhardt 5d06d26be3 avformat/mpegtsenc: Preserve disposition in the absence of language 4 years ago
Andreas Rheinhardt 0617e578a3 avfilter/vf_find_rect: Use correct format specifier 4 years ago
Martin Storsjö b1b7cc698b atomics: Fix the win32 atomic_exchange function 4 years ago
Gyan Doshi 18dcbb0d6c avfilter/find_rect: write score to metadata 4 years ago
Gyan Doshi abdafca9ad avfilter/find_rect: add option to discard non-matching frames 4 years ago
Gyan Doshi aff23c3474 avfilter/find_rect: improve logging 4 years ago
Andreas Rheinhardt e93875b756 avcodec/wmavoice: Check operations that can fail 4 years ago
Andreas Rheinhardt a5b2f06b0c avcodec/mjpegdec: Fix leak in case ICC array allocations fail partially 4 years ago
Michael Niedermayer da8c86dd8b avcodec/cfhd: Keep track of which subbands have been read 4 years ago
Michael Niedermayer 3b88c88fa1 avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and BandSecondPass 4 years ago
Michael Niedermayer 20473a93d2 avcodec/cfhd: Check transform_type consistently 4 years ago
Andreas Rheinhardt d5ddfec6c3 avcodec/mjpegdec: Check initializing Huffman tables 4 years ago
Andreas Rheinhardt 3cc685b7bc avcodec/mjpegdec: Fix leak in case of invalid external Huffman tables 4 years ago