Hendrik Leppkes
|
198e8b8e77
Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'
|
8 years ago |
DeHackEd
|
6d50dff816
ffmpeg: parameters for filter thread counts
|
8 years ago |
Hendrik Leppkes
|
b6422902d8
Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'
|
8 years ago |
Hendrik Leppkes
|
3e5e5bdfef
Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'
|
8 years ago |
Michael Niedermayer
|
72061177f3
ffmpeg: Fix bitstream typo
|
8 years ago |
Hendrik Leppkes
|
82c4d57553
Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'
|
8 years ago |
wm4
|
8f6f232228
ffmpeg: use new decode API
|
8 years ago |
wm4
|
b2fea2fdee
ffmpeg: move subframe warning to libavcodec
|
8 years ago |
James Almer
|
4a05d2eda7
ffmpeg: stop using AVStream.codec on stream copy
|
8 years ago |
Clément Bœsch
|
5ef1959080
ffmpeg: switch to the new BSF API
|
8 years ago |
Clément Bœsch
|
955b818cf9
ffmpeg: switch to codecpar
|
8 years ago |
Timothy Gu
|
1b04ea1a6c
Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into merge
|
8 years ago |
Timothy Gu
|
9aa3023672
Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'
|
8 years ago |
Timo Rothenpieler
|
d865e74e6d
ffmpeg: Add cuvid hwaccel support
|
8 years ago |
Derek Buitenhuis
|
172d3568b3
Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'
|
8 years ago |
Derek Buitenhuis
|
6b706ce85f
Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140'
|
9 years ago |
Rodger Combs
|
a5fd3a1a2b
ffmpeg: use lavf API for applying bitstream filters
|
9 years ago |
Michael Niedermayer
|
8f948b6244
ffmpeg: Add basic support to mux multiple programs
|
9 years ago |
Bryan Huh
|
dfa98c4f83
ffmpeg: Fixing typos and adding comments to fps code
|
9 years ago |
Michael Niedermayer
|
46070cc20a
ffmpeg: set muxer packet duration based on framerate only for CFR
|
9 years ago |
Marton Balint
|
ddc6bd8c95
ffmpeg: add abort_on option to allow aborting on empty output
|
9 years ago |
Marton Balint
|
5821244b22
ffmpeg: fix ffmpeg.h trailing whitespace
|
9 years ago |
Hendrik Leppkes
|
dd8a4b0f8c
Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'
|
9 years ago |
Hendrik Leppkes
|
9ccd90626f
Merge commit '16b0c929621f84983b83b9735ce973acb12723bc'
|
9 years ago |
Michael Niedermayer
|
6dbaeed6b7
ffmpeg: switch swscale option handling to AVDictionary similar to what the other subsystems use
|
9 years ago |
Sebastien Zwickert
|
11d923d414
avcodec: add new Videotoolbox hwaccel.
|
9 years ago |
Michael Niedermayer
|
f4ada6dc3f
ffmpeg: Implement support for seeking relative to EOF
|
9 years ago |
Michael Niedermayer
|
8c2f00d590
ffmpeg.c: remove all remaining coded_frame uses
|
9 years ago |
Michael Niedermayer
|
cdb0225fa9
ffmpeg: Use side data instead of coded_frame for error[] values
|
9 years ago |
Michael Niedermayer
|
e5bae39f46
Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'
|
9 years ago |
Michael Niedermayer
|
bc3f19641c
Merge commit '6d592fbd0d8e89ecade3fc93b36ea200213dc01c'
|
9 years ago |
Michael Niedermayer
|
57e38043de
ffmpeg: Do not copy the display matrix if rotation meta-data is manually added
|
9 years ago |
Michael Niedermayer
|
f5b26fbc2f
Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2'
|
10 years ago |
wm4
|
bac7084fbd
ffmpeg: add option not to offset seek position by start time
|
10 years ago |
Michael Niedermayer
|
98c7729c13
ffmpeg: last frame duplication heuristic
|
10 years ago |
Nicolas George
|
508d6a23b4
ffmpeg: allow to set the thread message queue size.
|
10 years ago |
Michael Niedermayer
|
77f326dc36
ffmpeg: Make CFR frame drop threshold user adjustable
|
10 years ago |
Michael Niedermayer
|
85d7e02e4a
ffmpeg: allow overriding and amending AVStream->disposition
|
10 years ago |
Simon Thelen
|
cc63da1223
ffmpeg: add sdp_file option
|
10 years ago |
Christophe Gisquet
|
4c592c3908
ffmpeg: take bsf arguments from the command line
|
10 years ago |
Rodger Combs
|
39f247121e
ffmpeg: fix accurate seeking with -copyts
|
10 years ago |
Michael Niedermayer
|
9f6d48d696
ffmpeg: better CFR frame duplication selection
|
10 years ago |
Michael Niedermayer
|
403133ab5e
ffmpeg: add vdpau_old to allow continued testing of the older (but not oldest) API
|
10 years ago |
Michael Niedermayer
|
b01d2a5533
ffmpeg: Enable compute_edt only when the subtitles are used for a output stream instead of a filter
|
10 years ago |
Michael Niedermayer
|
d3a22491c7
ffmpeg: remove 32 channel limit from audio_channels_map
|
10 years ago |
Michael Niedermayer
|
d9e7dc3e16
ffmpeg: do not use SWR_CH_MAX
|
10 years ago |
Michael Niedermayer
|
7d03732f7e
ffmpeg: Do not fail if a demuxer and decoder use the same option identifer
|
10 years ago |
Michael Niedermayer
|
01ef127bf8
ffmpeg: support setting AVStream.discard
|
10 years ago |
Michael Niedermayer
|
758f929d21
ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding context
|
10 years ago |
Michael Niedermayer
|
862120f980
Merge commit '383136264ef40452efd86cafb2d7221cd3830b3d'
|
10 years ago |