Anton Khirnov
|
00da464658
fftools: move opt_timelimit from cmdutils to ffmpeg
|
3 years ago |
Anton Khirnov
|
a545cb2b9d
fftools/cmdutils: split common option handlers into their own file
|
3 years ago |
James Almer
|
e78173557d
ffmpeg: make the ac option set the demuxer's ch_layout AVOption
|
2 years ago |
James Almer
|
639c2f0049
ffmpeg: add a ch_layout option as an alias to channel_layout
|
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 |
Andreas Rheinhardt
|
f497731260
fftools/ffmpeg_opt: Apply copyinkf for all stream types
|
3 years ago |
Andreas Rheinhardt
|
88b02e5829
fftools/ffmpeg_opt: Simplify adding complex filtergraph
|
3 years ago |
Andreas Rheinhardt
|
09e532c575
fftools/ffmpeg_opt: Simplify adding new input/output streams
|
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
|
6ce9546428
ffmpeg: deprecate passing numbers to -vsync
|
3 years ago |
Anton Khirnov
|
011114f3e1
ffmpeg: change vsync value to an enum
|
3 years ago |
Andreas Rheinhardt
|
6fc0fc5441
fftools/ffmpeg_opt: Improve alloc/truncation checks when reading lines
|
3 years ago |
Andreas Rheinhardt
|
f3a8d208c0
fftools/ffmpeg_opt: Improve checks for truncation/alloc error
|
3 years ago |
Andreas Rheinhardt
|
b886512ef2
fftools/ffmpeg: Avoid allocating+freeing frame, check allocations
|
3 years ago |
Andreas Rheinhardt
|
2e7ef008e3
fftools/cmdutils: Make allocate_array_elem() return ptr to new element
|
3 years ago |
Andreas Rheinhardt
|
9d73967b40
fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem access
|
3 years ago |
Andreas Rheinhardt
|
3ca1e31e63
fftools/cmdutils: Atomically add elements to list of pointers, fix crash
|
3 years ago |
Anton Khirnov
|
4258893961
ffmpeg: make -bits_per_raw_sample a per-output-stream option
|
3 years ago |
Andreas Rheinhardt
|
e22dff43e7
fftools/ffmpeg_opt: Don't set source_index redundantly
|
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
|
81be19b906
fftools/ffmpeg: Take type limitations of AVFifo API into account
|
3 years ago |
Anton Khirnov
|
823cea5197
ffmpeg: drop -isync, which did nothing since 2012
|
3 years ago |
Anton Khirnov
|
84cb255c20
ffmpeg: drop -sameq/-samequant options
|
3 years ago |
Anton Khirnov
|
5ebdf9bb50
ffmpeg: drop the -tvstd option
|
3 years ago |
Anton Khirnov
|
a44098152b
ffmpeg: drop the -vc option
|
3 years ago |
Anton Khirnov
|
d013453caa
ffmpeg: drop the -deinterlace option
|
3 years ago |
Anton Khirnov
|
9d4e290ec4
ffmpeg: drop the -intra option
|
3 years ago |
Andreas Rheinhardt
|
a132614bba
fftools/ffmpeg: Avoid temporary frame
|
3 years ago |
James Almer
|
e7f3279ba0
ffmpeg: Allocate InputStream.decoded_frame early
|
3 years ago |
James Almer
|
ee3d6a20f6
ffmpeg: Allocate (In|Out)putStream.filter_frame early
|
3 years ago |
Chad Fraleigh
|
a185b526a9
fftools: Constify values from av_dict_get()
|
3 years ago |
Paul B Mahol
|
e5367b481b
ffmpeg: fix loosing gaps between audio frame timestamps when filtering
|
3 years ago |
Anton Khirnov
|
bd55552d69
ffmpeg: rewrite setting the stream disposition
|
3 years ago |
Andreas Rheinhardt
|
44c65c6cc0
fftools/ffmpeg_opt: Fix copyinkf option name in warning message
|
3 years ago |
Andreas Rheinhardt
|
21914e7a4e
fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt early
|
3 years ago |
Andreas Rheinhardt
|
d15efbdd5e
fftools/ffmpeg_opt: Remove write-only variable
|
3 years ago |
Andreas Rheinhardt
|
01f106000b
fftools/ffmpeg_opt: Add missing AV_OPT_SEARCH_FAKE_OBJ
|
3 years ago |
Andreas Rheinhardt
|
1ea3650823
Replace all occurences of av_mallocz_array() by av_calloc()
|
3 years ago |
James Almer
|
7453d3482a
ffmpeg: let AVFilterGraph parse the filter_threads option
|
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 |
Gyan Doshi
|
c50f5460d2
ffmpeg_opt: restore documented stream selection behaviour
|
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 |
Gyan Doshi
|
79ebdbb9b9
ffmpeg: add option recast_media
|
3 years ago |
James Almer
|
ab4f299e23
fftools/ffmpeg: remove usage of internal timestamp AVStream fields
|
3 years ago |