1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavformat
James Almer 69b5ce64d2 Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'
* commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5':
  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>
2017-10-21 14:57:53 -03:00
..
2017-10-05 17:10:23 +02:00
2017-09-09 12:07:14 +02:00
2017-10-05 17:10:23 +02:00
2017-10-05 17:10:23 +02:00
2017-09-01 02:16:33 -03:00
2017-10-19 22:07:21 +02:00
2017-09-01 17:56:33 +02:00
2017-10-19 22:07:21 +02:00
2017-10-19 22:07:21 +02:00
2017-09-20 03:31:48 +02:00
2017-10-19 22:07:21 +02:00
2017-09-01 18:52:56 +08:00
2017-10-05 17:10:23 +02:00
2017-08-29 01:33:47 +02:00
2017-08-30 12:13:01 +02:00
2017-09-07 15:19:22 +02:00
2017-09-01 02:16:33 -03:00
2017-10-19 22:07:21 +02:00
2017-10-05 17:10:23 +02:00
2017-10-05 17:10:23 +02:00
2017-10-05 17:10:23 +02:00
2017-09-23 19:37:21 -03:00
2017-10-05 17:10:23 +02:00
2017-09-01 17:56:33 +02:00
2017-09-01 02:16:33 -03:00
2017-09-21 16:17:02 -08:00
2017-09-09 12:07:14 +02:00
2017-09-01 02:16:33 -03:00
2017-10-05 17:10:23 +02:00
2017-09-22 01:33:22 +02:00