• James Almer's avatar
    Merge commit '07a2b155' · 69b5ce64
    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: 's avatarJames Almer <jamrial@gmail.com>
    69b5ce64
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...