lp://qastaging/mplayer

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp://qastaging/mplayer

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
MPlayer
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the Subversion branch from svn://svn.mplayerhq.hu/mplayer/trunk.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 30 seconds — see the log

Recent revisions

38523. By ib

Remove the call to avcodec_close()

It is no longer available in FFmpeg, and closing the codec is already
done by avcodec_free_context().

38522. By al

configure: Change default branch for internal FFmpeg

Default to release/7.1 as long as we haven't updated the code base
to work with FFmpeg libs after recent major bumps.

38521. By al

configure: Make it possible to switch to a different branch in a shallow ffmpeg clone

If ffmpeg is automatically checked out by configure, we end up
with a shallow clone by default. That's good because it saves
time and bandwith.

It has the drawback that a later request to switch to a different
branch will fail.

Shallow fetch the dependent objects for the requested branch to
make it possible to switch to the requested branch even if it
differs from the initially requested branch.

38520. By reimar

configure: do not use -mfpu on aarch64

It does not really make sense and some compilers removed it.

38519. By al

configure: Disable ffmpeg AMF decoders

Fixes the build with newer FFmpeg revisions.

38518. By al

configure: Fix regarding FFmpeg filter internal changes (FFFilter)

There was a change in FFmpeg to hide filter internals with a new
type FFFilter as opposed to the public API type AVFilter.

Support newest FFmpeg development version and releases like 7.1
by detecting how the build related files need to be generated.

38517. By komh

Fix compilation errors due to a wrong declaration of iconv() on OS/2

Recent compilers such as GCC 14 generate errors for implicit casts.

38516. By komh

Try to adapt to recent compilers such as GCC 14

Recent compilers such as GCC 14 generate errors for implicit casts.

38515. By komh

ao_dart, ao_kai: show the requested audio format correctly

38514. By al

sub/subreader: Use matching pointer type for enca_sub_cp

The guess_cp function returns `const char *`, so we should
use the same type for enca_sub_cp as well.

Avoids this warning:

```
sub/subreader.c: In function 'subcp_open':
sub/subreader.c:1287:33: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 1287 | enca_sub_cp = guess_cp(st, enca_lang, enca_fallback);
      |
```

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.