110562 Commits (0e12cdc69c86daa11608cfe809ba1aa848f91a09)
 

Author SHA1 Message Date
Anton Khirnov 83646146fe fftools/ffmpeg_mux: make ts_copy_start private to muxing code 2 years ago
Anton Khirnov 3f11582ca3 fftools/ffmpeg_mux: stop using filter_in_rescale_delta_last for streamcopy 2 years ago
Anton Khirnov 150c992490 fftools/ffmpeg_mux: use output stream parameters in of_streamcopy() 2 years ago
Anton Khirnov 2178ff2162 fftools/ffmpeg: move do_streamcopy() to ffmpeg_mux 2 years ago
Anton Khirnov a34f483291 fftools/ffmpeg: add muxer-input codec parameters to OutputStream 2 years ago
Anton Khirnov a064aed4c3 fftools/ffmpeg: store stream media type in OutputStream 2 years ago
Anton Khirnov de38e17583 fftools/ffmpeg: initialize no-filter streams earlier 2 years ago
Anton Khirnov 2058402e00 fftools/ffmpeg: open decoders right after we know they are needed 2 years ago
Anton Khirnov c8fa58430e fftools/ffmpeg_dec: drop useless abort_codec_experimental() 2 years ago
Anton Khirnov 503c705634 fftools/ffmpeg_dec: reindent after previous commit 2 years ago
Anton Khirnov 9ce1a041d8 fftools/ffmpeg: move opening decoders to a new file 2 years ago
Anton Khirnov ff92ecad2f fftools/ffmpeg: stop setting InputStream fields from muxing/filtering code 2 years ago
Anton Khirnov ae071c9e39 fftools/ffmpeg: add a function adding a destination filter for InputStream 2 years ago
Anton Khirnov c7438e8737 fftools/ffmpeg_mux_init: consolidate input stream flagging code 2 years ago
Anton Khirnov 0c44db4646 fftools/ffmpeg: drop unnecessary indirection 2 years ago
Anton Khirnov 4358d4d8e7 fftools/ffmpeg: move a check to a more appropriate place 2 years ago
Anton Khirnov 4fc513b5e3 fftools/ffmpeg: move a misplaced assignment 2 years ago
Anton Khirnov a0452ee837 fftools/ffmpeg_mux_init: remove a redundant check 2 years ago
Anton Khirnov 12f3f41bbf fftools/ffmpeg: move init_output_stream_streamcopy() to ffmpeg_mux_init 2 years ago
Anton Khirnov 9bae55165d fftools/ffmpeg_mux_init: restructure output stream creation 2 years ago
Anton Khirnov a7f26b1c63 fftools/ffmpeg_mux_init: move new_output_stream() lower in the file 2 years ago
Anton Khirnov 89c9a3ac35 fftools/ffmpeg: avoid possible invalid reads with short -tag values 2 years ago
jianfeng.zheng 65e537b833 vaapi: support VAProfileH264High10 encoding 2 years ago
jianfeng.zheng 1cd5a383d4 vaapi: support VAProfileH264High10 decoding 2 years ago
Jiasheng Jiang b9ba036680 avcodec/msvideo1enc: Add check for av_malloc 2 years ago
Jiasheng Jiang f8d0b13de5 avcodec/rv34: Add check for av_malloc 2 years ago
Michael Niedermayer a3f49168dc
avcodec/j2kenc: Add YA8 and YA16 support 2 years ago
Michael Niedermayer c66e13cbac
avcodec/jpeg2000dec: Add YA16 support 2 years ago
Michael Niedermayer fa618f5f49
Revert "avcodec/er: remove check for fields" 2 years ago
Michael Niedermayer 5366ae12b9
avcodec/escape124: Check that blocks are allocated before use 2 years ago
Michael Niedermayer 0ecda4fbce
avcodec/rka: Fix signed integer overflow in decode_filter() 2 years ago
Michael Niedermayer 80ac1fd148
avcodec/hevc_ps: Check num_ref_loc_offsets 2 years ago
Michael Niedermayer 27e7857bd1
avcodec/huffyuvdec: Fix undefined behavior with shift 2 years ago
James Almer 7c6e26a184 avcodec/mp_cmp: reject invalid comparison function values 2 years ago
James Almer 5cda6b94f4 avcodec/aacpsy: clip global_quality within the psy_vbr_map array boundaries 2 years ago
James Almer 92885f2681 avutil/wchar_filename: propagate MultiByteToWideChar() and WideCharToMultiByte() failures 2 years ago
James Almer 19c2dc677f avformat/concatf: check if any nodes were allocated 2 years ago
Zhao Zhili c8e1955408 avformat/flvenc: avoid an extra allocate 2 years ago
Zhao Zhili d5fdfbac4a avformat/flvenc: use local variable to shorten code 2 years ago
Zhao Zhili f0f596dbc6 avutil/internal: remove timer.h again 2 years ago
Nongji Chen eb96cfbf57 ffmpeg: make timestamp discontinuity logging a warning 2 years ago
xufuji456 bd2f00f665 codec/aarch64/hevc: add transform_luma_neon 2 years ago
Niklas Haas 4eaaa38d3d avutil: make av_frame_get_plane_buffer accept a const AVFrame* 2 years ago
Anton Khirnov cea71b2139 fftools/ffmpeg: stop using fake dts for generating timestamps 2 years ago
Anton Khirnov 5d407cb2d7 fftools/ffmpeg: change video decoding timestamp generation 2 years ago
Anton Khirnov 380db56928 fftools/ffmpeg: use InputStream.pts as last resort for decoded frame pts 2 years ago
Anton Khirnov 95fa4edbd6 fftools/ffmpeg: improve decoder -ts_debug line 2 years ago
Anton Khirnov be3b1e27e5 lavf/rawdec: mark raw demuxers as having no timestamps 2 years ago
Anton Khirnov 7b827a0293 lavf/demux: treat streams with AVSTREAM_PARSE_FULL_RAW as having timestamps 2 years ago
Anton Khirnov ba4b73c977 lavf/rawdec: set avg_frame_rate 2 years ago