lp:mplayer
- Get this branch:
- bzr branch lp:mplayer
Branch merges
Branch information
Import details
This branch is an import of the Subversion branch from svn://svn.mplayerhq.hu/mplayer/trunk.
Last successful import was 5 hours ago.
Recent revisions
- 37862. By al 22 hours ago
-
configure: Generate negative results for AVX512
Since AVX512 support was added to FFmpeg the build with internal
FFmpeg was broken.This unbreaks the build for now. Though detection for AVX512 should
be added later. - 37859. By al on 2017-12-23
-
configure: x264: Don't do redundant linking checks
Since linking against libm was changed in SVN r33885 , this loop
ended up trying the same linking variation in both iterations. This
is really not a big problem, but it's unneeded and can be confusing. - 37858. By al on 2017-12-22
-
configure: MNG: Fix choosing the -l flags for the compiler
When looping through the variations use the first one that works.
- 37857. By al on 2017-11-30
-
configure: Disable FFmpeg AMF encoders
Fix build with internal FFmpeg >= FFmpeg commit 9ea6607d29
- 37856. By iive on 2017-11-26
-
Prepare configure for upcoming changes in FFmpeg.
Hardware Acceleration structures are moving
from allcodecs.c to hwaccels.h file.This code checks the hwaccels.h file first,
if that fails then it checks allcodecs.c file. - 37855. By al on 2017-11-16
-
demux lavf: mp_read: Propagate EOF
Return AVERROR_EOF from mp_read callback, if stream->eof is non-zero.
Fixes ticket #2335
- 37854. By al on 2017-11-14
-
configure: Broaden pattern to disable videotoolbox encoders
Fix build with internal FFmpeg >= FFmpeg commit e7a5249ab1
- 37853. By al on 2017-11-05
-
configure: Detect and use libopenjpeg2 only
Since FFmpeg commit 279dc40716 only supports OpenJPEG >= 2.1
As MPlayer only looked for OpenJPEG 1, that would lead
to a build failure if OpenJPEG 1 was found.The new check uses pkg-config and does not #define OPJ_STATIC
anymore. I am not 100% sure about the latter, because I don't
really understand why we did this. It seems rather weird though.If anyone understands when and why we need OPJ_STATIC it can
of course be brought back. Though I believe it is a rather
wrong concept to begin with.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)

