111535 Commits (e0f4259689357182e8d555d093e8843f7bf19e5f)
 

Author SHA1 Message Date
Pavel Koshevoy 35342dc390 lavc/audiotoolbox: fix build failure on osx 10.5 (v3) 2 years ago
James Almer e047d9c62b avcodec/mpegvideo_dec: properly set output frames as keyframes 2 years ago
Paul B Mahol c183f840fa avfilter/af_axcorrelate: add another algorithm for calculation 2 years ago
Rémi Denis-Courmont f032234953 aarch64: remove VFP feature check 2 years ago
Rémi Denis-Courmont 82cb4b1c05 lavc/aarch64: remove bogus HAVE_VFP guard 2 years ago
Timo Rothenpieler 3c73200be2 avfilter/vsrc_ddagrab: calculate pointer position on rotated screens 2 years ago
Timo Rothenpieler da94c6a00c avfilter/vsrc_ddagrab: account for mouse-only frames during probing 2 years ago
Niklas Haas 138d3ac15d lavfi/vf_libplacebo: test for renderable pixel formats 2 years ago
Anton Khirnov 891167dee5 lavc/gifdec: unify get_buffer() calls I/P frames 2 years ago
Anton Khirnov acde0ae6c7 doc/ffmpeg: fix -enc_time_base documentation 2 years ago
Anton Khirnov dff3a283cd fftools/ffmpeg: rework -enc_time_base handling 2 years ago
Anton Khirnov 4d06742b93 fftools/ffmpeg: add more structure to FrameData 2 years ago
Anton Khirnov 75d0af388f fftools/ffmpeg_filter: make OutputFilter.filter private 2 years ago
Anton Khirnov 9a97f9cf3a fftools/ffmpeg_enc: initialize audio/video encoders from frame parameters 2 years ago
Anton Khirnov b295ec31f3 fftools/ffmpeg_filter: only flush vsync code if encoding actually started 2 years ago
Anton Khirnov 0a6751a78a fftools/ffmpeg: rework initializing encoders with no frames 2 years ago
Anton Khirnov 20c42213ea fftools/ffmpeg_mux_init: drop an obsolete assignment 2 years ago
Anton Khirnov c328bff4da fftools/ffmpeg_enc: return errors from enc_subtitle() instead of aborting 2 years ago
Anton Khirnov 2e742a2c3c fftools/ffmpeg_mux: return errors from of_streamcopy() instead of aborting 2 years ago
Anton Khirnov 464a5e8e76 fftools/ffmpeg: handle error codes from process_input_packet() 2 years ago
Anton Khirnov 5fe3914c39 fftools/ffmpeg: return an error instead of aborting 2 years ago
Anton Khirnov 858b635613 fftools/ffmpeg_mux_init: replace all remaining aborts with returning error codes 2 years ago
Anton Khirnov 45473258ff fftools/ffmpeg_mux_init: return error codes from metadata processing instead of aborting 2 years ago
Anton Khirnov dd44871eb9 fftools/ffmpeg_mux_init: improve of_add_programs() 2 years ago
Anton Khirnov fd40197170 fftools/ffmpeg_mux_init: return error codes from validate_enc_avopt() instead of aborting 2 years ago
Anton Khirnov 4e3557aadb fftools/ffmpeg_mux_init: return error codes from parse_forced_key_frames() instead of aborting 2 years ago
Anton Khirnov 6691d131d8 fftools/ffmpeg_mux_init: return error codes from copy_meta() instead of aborting 2 years ago
Anton Khirnov 54cbe6f57d fftools/ffmpeg_mux_init: return error codes from ost_add() instead of aborting 2 years ago
Anton Khirnov 38a2fc2c29 fftools/ffmpeg_mux_init: move allocation out of prologue 2 years ago
Anton Khirnov 4e366100e9 fftools/ffmpeg_mux_init: return error codes from map_*() instead of aborting 2 years ago
Anton Khirnov eee09cdf39 fftools/ffmpeg_mux_init: improve error handling in of_add_attachments() 2 years ago
Anton Khirnov b3eedca5e5 fftools/ffmpeg_mux_init: return errors from create_streams() instead of aborting 2 years ago
Anton Khirnov c23cff5a8a fftools/ffmpeg_demux: return errors from ist_add() instead of aborting 2 years ago
Anton Khirnov cce294638b fftools/ffmpeg: return errors from assert_file_overwrite() instead of aborting 2 years ago
Anton Khirnov 2d59873fc1 fftools/ffmpeg_demux: add logging for -dump_attachment 2 years ago
Anton Khirnov 63e4e8e4f4 fftools/ffmpeg_demux: forward errors from dump_attachment() instead of aborting 2 years ago
Anton Khirnov ff0160cb37 fftools/ffmpeg_demux: drop a redundant avio_flush() 2 years ago
Anton Khirnov ad80857a97 fftools/ffmpeg_demux: return errors from ifile_open() instead of aborting 2 years ago
Anton Khirnov c313cdd70c fftools/ffmpeg_mux_init: return errors from of_open() instead of aborting 2 years ago
Paul B Mahol ef3b5789ec avfilter/af_atempo: improve RE_MALLOC_OR_FAIL macro 2 years ago
Anton Khirnov f264204de9 lavc: deprecate AV_CODEC_FLAG_DROPCHANGED 2 years ago
Logan Lyu 9557bf26b3 lavc/aarch64: new optimization for 8-bit hevc_epel_uni_w_hv 2 years ago
Logan Lyu d48c89701c lavc/aarch64: new optimization for 8-bit hevc_epel_h 2 years ago
Logan Lyu 668eb4c00e lavc/aarch64: new optimization for 8-bit hevc_epel_uni_w_v 2 years ago
Logan Lyu 0c604b1913 lavc/aarch64: new optimization for 8-bit hevc_epel_uni_w_h 2 years ago
Logan Lyu e652e7dcda lavc/aarch64: new optimization for 8-bit hevc_pel_uni_pixels 2 years ago
James Almer 74611cdb5c avcodec/decode: use the correct function name 2 years ago
James Almer dd7bdb40c4 avcodec/decode: fill missing frame fields for all decoders 2 years ago
James Almer 94ac647559 avcodec/decode: check the output frame for discard samples with all decoders 2 years ago
James Almer 7db4c3eaa6 avcodec/decode: simplify applying or exporting skip samples 2 years ago