1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-08 16:54:03 +02:00
FFmpeg/libavfilter
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-05-12 10:48:13 +02:00
2017-09-12 11:03:50 +02:00
2016-12-01 09:53:38 +01:00
2017-09-08 18:29:53 +02:00
2017-09-30 11:47:59 -04:00
2017-01-12 15:07:18 +01:00
2017-04-23 14:40:30 +07:00
2017-06-26 19:43:41 +02:00
2017-04-23 14:40:30 +07:00
2017-01-12 10:22:52 +01:00
2017-09-12 12:30:40 +02:00
2017-07-08 11:49:54 +02:00
2017-09-30 11:47:59 -04:00
2017-04-23 14:40:30 +07:00
2017-08-05 21:05:22 +02:00
2017-06-30 12:34:34 +02:00
2017-04-24 20:37:30 +02:00
2017-04-23 14:40:30 +07:00
2017-08-15 15:27:42 +02:00