Files
third_party_ffmpeg/tests
James Almer 244a052108 Merge commit 'f12eaa36f6cf2618e1a0e74cfd419d9c5e208eca'
* commit 'f12eaa36f6cf2618e1a0e74cfd419d9c5e208eca':
  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-04-23 14:47:54 +07:00
2017-10-11 19:35:56 -03:00
2017-10-17 20:56:30 +01:00
2014-11-28 17:55:27 -05:00
2016-05-03 15:45:10 +02:00
2015-02-01 22:38:11 +01:00