110562 Commits (0e12cdc69c86daa11608cfe809ba1aa848f91a09)
 

Author SHA1 Message Date
Anton Khirnov d56652fdc8 fftools/ffmpeg: stop using InputStream.pts for streamcopy 2 years ago
Anton Khirnov 106eb58ceb fftools/ffmpeg: move checking for input -t out of do_streamcopy() 2 years ago
Anton Khirnov 0feff04956 fftools/ffmpeg: only set InputStream.next_pts for decoding 2 years ago
Anton Khirnov d867f9ab8c fftools/ffmpeg: use AVPacket.time_base to simplify do_streamcopy() 2 years ago
Anton Khirnov d1cb31d7d8 fftools/ffmpeg_demux: set the timebase on demuxed packets 2 years ago
Anton Khirnov fdf29dcebb fftools/ffmpeg: inline check_output_constraints() into its only caller 2 years ago
Anton Khirnov ceb0275e45 fftools/ffmpeg: stop calling check_output_constraints() for streamcopy 2 years ago
Anton Khirnov a85e7e5dea fftools/ffmpeg: track a list of non-lavfi outputs in InputStream 2 years ago
Anton Khirnov 798da60e6a fftools/ffmpeg_mux_init: print more meaningful error messages 2 years ago
Anton Khirnov 5297250920 fftools/ffmpeg_filter: stop setting encoder channel layout unnecessarily 2 years ago
Anton Khirnov 2f24290c8e fftools/ffmpeg: disable and deprecate -qphist 2 years ago
Anton Khirnov 952110f974 fftools/ffmpeg_demux: log final stats to demuxer context 2 years ago
Anton Khirnov 28e258a809 fftools/ffmpeg_demux: reindent 2 years ago
Anton Khirnov 5d97ba5d9c fftools/ffmpeg: move printing verbose demuxing stats to ffmpeg_demux 2 years ago
Anton Khirnov 0288951174 fftools/ffmpeg_mux: make data_size_mux private to ffmpeg_mux 2 years ago
Anton Khirnov 37b118096a fftools/ffmpeg: rewrite printing the final output sizes 2 years ago
Anton Khirnov 6b2e222a45 fftools/ffmpeg_mux: log final stats to muxer context 2 years ago
Anton Khirnov c1764d067d fftools/ffmpeg_mux: reindent 2 years ago
Anton Khirnov 3b6b0d1afb fftools/ffmpeg: move printing verbose muxing stats to ffmpeg_mux 2 years ago
Anton Khirnov 79e136f14b fftools/ffmpeg: factorize checking whether any output was written 2 years ago
Anton Khirnov 5cf81bed88 fftools/ffmpeg: eliminate the main_return_code global 2 years ago
Anton Khirnov d99846d2f2 fftools/ffmpeg: move the hw_device_free_all() call to ffmpeg_cleanup() 2 years ago
Anton Khirnov f2c8dff906 fftools/ffmpeg: drop a useless goto 2 years ago
Anton Khirnov 5d4f467cc9 fftools/ffmpeg_enc: replace abort() with av_assert0(0) 2 years ago
Anton Khirnov fd91ac11ed fftools/ffmpeg: move OutputStream.last_filter_pts to OutputFilter 2 years ago
Anton Khirnov 83da6d3f54 fftools/ffmpeg: move OutputStream.last_nb0_frames to Encoder 2 years ago
Anton Khirnov 87ae84e4af fftools/ffmpeg: move OutputStream.sq_frame to Encoder 2 years ago
Anton Khirnov 710da200fc fftools/ffmpeg: move OutputStream.next_pts to Encoder 2 years ago
Anton Khirnov 45202556cb fftools/ffmpeg: move OutputStream.vsync_frame_number to Encoder 2 years ago
xufuji456 1e91a39502 checkasm: pass context as pointer 2 years ago
xufuji456 30def6365d checkasm/hevc: add transform_luma test 2 years ago
Leo Izen 1179bb703e
avcodec/libjxlenc: use reciprocol gamma for GAMMA22 and GAMMA28 2 years ago
xufuji456 00a062b8d5 codec/aarch64/hevc:add idct_32x32_neon 2 years ago
Zhao Zhili 4dffa564d1 configure: remove duplicated extralibs of android_camera 2 years ago
Zhao Zhili ef09db1eac configure: add mediacodec_extralibs to avutil 2 years ago
Zhao Zhili ab177c7469 configure: cleanup mediacodec dependency 2 years ago
James Almer 1a7df525f6 avformat/matroskaenc: fix memory leak in fail codepath 2 years ago
James Almer c558fcf41e avformat/matroskadec: also export non-HDR10+ ITU-T T.35 payloads as BlockAdditional side data 2 years ago
Leo Izen b18a9c2971
avcodec/mjpegdec: support weird RGB subsampling with progressive 2 years ago
Anton Khirnov f098eaee56 fftools/ffmpeg_enc: factorize calling enc_init() 2 years ago
Anton Khirnov 2225134e7d fftools/ffmpeg: clean up #includes 2 years ago
Anton Khirnov a2a09932f2 fftools/ffmpeg: stop including os_support.h 2 years ago
Anton Khirnov f30b620e98 fftools/ffmpeg: add encoder private data 2 years ago
Anton Khirnov 44accfef41 fftools/ffmpeg: move audio/video encoding code to ffmpeg_enc.c 2 years ago
Anton Khirnov 9de5dc74fd fftools/ffmpeg: move subtitle encoding to ffmpeg_enc.c 2 years ago
Anton Khirnov b79448fa38 fftools/ffmpeg: replace ff_dlog() with av_log() 2 years ago
Anton Khirnov a996478e8c fftools/ffmpeg: simplify output stream initialization call graph 2 years ago
Anton Khirnov d96f2fbf76 fftools/ffmpeg: move initializing encoders to a new file 2 years ago
Anton Khirnov 1dabd48519 fftools/ffmpeg: reindent after previous commit 2 years ago
Anton Khirnov 39291f19e2 fftools/ffmpeg: move encoder initialization to init_output_stream_encode 2 years ago