Anton Khirnov
|
b1a984cb49
fftools/ffmpeg: store the output file index in OutputFile
|
3 years ago |
Anton Khirnov
|
662364b2ef
fftools/ffmpeg: stop using OutputStream.frame_number for streamcopy
|
2 years ago |
James Almer
|
bc99e3a9d6
ffmpeg: replace custom channel_layout code with an SpecifierOpt based one
|
2 years ago |
James Almer
|
987763ac35
ffmpeg: convert to new channel layout-API
|
3 years ago |
James Almer
|
d75e7a9a83
ffmpeg: ensure a keyframe was not seen before skipping packets
|
3 years ago |
James Almer
|
afe485ee6b
ffmpeg: flush delayed frames in codec copy scenarios
|
3 years ago |
Anton Khirnov
|
e6469e68cc
ffmpeg: switch to new FIFO API
|
3 years ago |
Anton Khirnov
|
9145c6d3b2
ffmpeg: move setting video sync method to new_video_stream()
|
3 years ago |
Anton Khirnov
|
011114f3e1
ffmpeg: change vsync value to an enum
|
3 years ago |
Anton Khirnov
|
ab3ef54c8c
ffmpeg: only copy bits_per_sample from decoder when it remains valid
|
3 years ago |
Anton Khirnov
|
4258893961
ffmpeg: make -bits_per_raw_sample a per-output-stream option
|
3 years ago |
Andreas Rheinhardt
|
4913f05ccf
fftools/ffmpeg_opt: Don't duplicate array unnecessarily
|
3 years ago |
rcombs
|
4b54818981
ffmpeg: remove ffmpeg_videotoolbox
|
3 years ago |
Andreas Rheinhardt
|
a132614bba
fftools/ffmpeg: Avoid temporary frame
|
3 years ago |
James Almer
|
405685dec7
ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStream
|
3 years ago |
James Almer
|
379f8b8ec6
ffmpeg: remove unused hwaccel_get_buffer function pointer
|
3 years ago |
Paul B Mahol
|
e5367b481b
ffmpeg: fix loosing gaps between audio frame timestamps when filtering
|
3 years ago |
James Almer
|
535a835e51
ffmpeg: use display matrix frame side data for autorotation
|
3 years ago |
James Almer
|
7453d3482a
ffmpeg: let AVFilterGraph parse the filter_threads option
|
3 years ago |
Andreas Rheinhardt
|
bc046b715e
fftools/ffmpeg: Remove unused fields
|
3 years ago |
Andreas Rheinhardt
|
f3f9041302
fftools: Remove remnants of resample_opts
|
3 years ago |
Haihao Xiang
|
ecee3b07cd
qsvdec: add support for HW_DEVICE_CTX method
|
3 years ago |
Andreas Rheinhardt
|
57b5ec6ba7
avcodec/avcodec: Stop including bsf.h in avcodec.h
|
3 years ago |
Gyan Doshi
|
c320b78e95
ffmpeg: add option readrate
|
3 years ago |
Keyun Tong
|
b7266302a4
fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames option
|
3 years ago |
James Almer
|
ab4f299e23
fftools/ffmpeg: remove usage of internal timestamp AVStream fields
|
3 years ago |
James Almer
|
82bd02a2c7
fftools/ffmpeg: use av_packet_alloc() to allocate packets
|
4 years ago |
Andreas Rheinhardt
|
988deae6da
fftools: Switch to const AVCodec * where possible
|
4 years ago |
Gyan Doshi
|
d99cc17825
ffmpeg: add -fpsmax to clamp output framerate
|
4 years ago |
Andreas Rheinhardt
|
2367affc2c
fftools/ffmpeg_filter: Make functions only used locally static
|
4 years ago |
Andreas Rheinhardt
|
2166d8d6b2
fftools/ffmpeg_filter: Remove ist_in_filtergraph
|
4 years ago |
Andreas Rheinhardt
|
a40c158eda
fftools/ffmpeg_filter: Remove choose_sample_fmt
|
4 years ago |
Gyan Doshi
|
842714b5cb
ffmpeg: add option stats_period
|
4 years ago |
Jan Ekström
|
453b2f3c15
ffmpeg: add a data size threshold for muxing queue size
|
4 years ago |
Andreas Rheinhardt
|
0086432fc7
fftools, libavcodec, libavfilter: Add const to some AVCodec *
|
4 years ago |
Nicolas George
|
697fb09e3d
ffmpeg: add auto_conversion_filters option.
|
4 years ago |
Linjie Fu
|
0b511bd9a5
fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale
|
4 years ago |
Marton Balint
|
efe7a59364
fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which received no packets
|
4 years ago |
Marton Balint
|
f821ae8591
fftools/ffmpeg: use a bsf list instead of individual bsfs
|
4 years ago |
Mark Thompson
|
79c173cc19
ffmpeg: Remove the hw_device_ctx global
|
4 years ago |
Mark Thompson
|
e254212405
ffmpeg: Make filter hardware device selection clearer
|
4 years ago |
Jan Ekström
|
7ba3ea212f
ffmpeg: explicitly handle sub2video subpicture initialization
|
6 years ago |
James Almer
|
60b1f85b67
ffmpeg: remove superfluous custom cuvid hwaccel
|
5 years ago |
Mark Thompson
|
1f8b36329f
ffmpeg_hw: Mark some strings as const
|
5 years ago |
Vishwanath Dixit
|
146cdf7e4b
fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled
|
6 years ago |
James Almer
|
f5ceb15bb6
ffmpeg: remove dead call to av_parser_change()
|
6 years ago |
James Almer
|
414a49d671
ffmpeg: use thread wrappers for the thread message functionality
|
7 years ago |
Mark Thompson
|
b0cd14fb1d
ffmpeg: Use codec hardware config to configure hwaccels
|
7 years ago |
Anton Khirnov
|
0e00624389
h264dec: add a NVDEC hwaccel
|
8 years ago |
Michael Niedermayer
|
2c9fa4162b
ffmpeg: add -bitexact flag to simplify enabling bitexact mode in (de)muxer and (de/en)coder
|
7 years ago |