lp://qastaging/mplayer
- Get this branch:
- bzr branch lp://qastaging/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 .
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)
