- 22 Oct, 2017 16 commits
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Deprecated in 08/2015. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
The actual API is left in place until the deprecation period ends. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '6dca24cd': lavc: Drop deprecated way of setting codec dimensions Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '1146bb3b': lavc: Drop deprecated voxware codec entry Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Deprecated in 02/2015. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '5c1585c4': lavc: Drop deprecated VDPAU buffer fields Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7b917041': lavc: Drop deprecated VDPAU codec capability Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b748c280': lavc: Drop deprecated lowres option This commit is a noop. The deprecation was postponed. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Deprecated in 10/2013.
-
James Almer authored
Deprecated in 03/2013.
-
James Almer authored
* commit '0337adfa': lavc: Drop deprecated missing sample log function Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
ffserver usage of rc_eq was fixed. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Deprecated in 08/2014.
-
- 21 Oct, 2017 24 commits
-
-
James Almer authored
This will make the default behavior the same as it was with me_method.
-
James Almer authored
This will make the default behavior the same as it was with me_method.
-
Mark Thompson authored
-
Mark Thompson authored
(cherry picked from commit 92f0aceb)
-
Mark Thompson authored
(cherry picked from commit d41e10c1)
-
James Almer authored
-
James Almer authored
The private codec option will be used instead when available.
-
Rostislav Pehlivanov authored
In order to prevent it from being forgotten and delayed until the next bump. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-
James Almer authored
ffserver depends on it, so keep it in place until the two can be removed together.
-
James Almer authored
* commit 'bc143ce1': lavc: Drop deprecated chroma subsample function This commit is a noop, see 2c800eb7Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '63fe79a3': lavf: Drop deprecated hint to set muxer timebase Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '263358e0': lavf: Drop deprecated AVFract type and related field Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '5e712997': lavf: Drop deprecated bitexact functionality Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '96a47364': lavfi: Drop deprecated non-const filter retrieval Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '8e18328b': lavfi: Drop deprecated filter registration Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '52067b3c': lavfi: Drop deprecated filter initialization Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c5c7cfd5': lavfi: Drop deprecated functions to open a filter or a filterchain Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '88fd836a': lavfi: Drop deprecated way of passing options for a few filters Merged-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
Fixes the following warning: libavfilter/graphparser.c:122:10: warning: assignment discards 'const' qualifier from pointer target type
-
Carl Eugen Hoyos authored
Fixes the following warnings: libavdevice/lavfi.c:136:16: warning: assignment discards 'const' qualifier from pointer target type libavdevice/lavfi.c:137:17: warning: assignment discards 'const' qualifier from pointer target type
-
James Almer authored
* commit '07a2b155': Bump major versions of all libraries A few API deprecated ~2 years ago or more are also postponed here for varying reasons. FF_API_LOWRES: Since this functionality depends on AVStream->codec, i figure the two can be removed at the same time in the next bump or so. FF_API_AVCTX_TIMEBASE: Couldn't get this one to work. Not just libavcodec but apparently also libavformat and ffmpeg.c expect AVCodecContext->time_base to be set for decoding. Upon removal some tests report a different generic stream time base (like 1/25), and others lose packet duration values. I guess it's somehow tied to the AVStream->codec clusterfuck. It can be dealt with alongside FF_API_LAVF_AVCTX in the next bump. FF_API_OLD_FILTER_OPTS_ERROR: This one is meant to remain after FF_API_OLD_FILTER_OPTS is removed. Its purpose is displaying the corrected command line using the new syntax as a suggestion as part of the error message. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '628ce8b8': flvdec: Set avg_frame_rate for video streams This commit is a noop, see e0791c5aMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '8e234615': libavutil: Hook up the rest of the gcc specific attributes to clang as well Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '3aa9c523': libavutil: Define the noreturn attribute for clang in MSVC mode as well Merged-by: James Almer <jamrial@gmail.com>
-