- 27 Jun, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
* qatar/master: build: improve rules for test programs build: factor out the .c and .S compile commands as a macro swscale: remove unused xInc/srcW arguments from hScale(). H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit H.264: make filter_mb_fast support 4:4:4 mpeg4videoenc: Remove disabled variant of mpeg4_encode_block(). configure: allow post-fixed cpu strings for athlon64, k8, and opteron when setting the -march flag. Move some variable declarations below the proper #ifdefs. Conflicts: Makefile ffplay.c libswscale/swscale.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jun, 2011 16 commits
-
-
Mans Rullgard authored
This generates dependencies for the *-test.o files ensuring rebuilds when necessary. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These commands have the same form, and using a common macro allows it to be used elsewhere without further duplication. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
Jason Garrett-Glaser authored
2tap qpel isn't implemented yet for high bit depth, so it just breaks decoding.
-
Jason Garrett-Glaser authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Diego Biurrun authored
As a nice sideeffect this fixes the following warning: libavcodec/mpeg4videoenc.c:302:20: warning: variable ‘rl’ set but not used [-Wunused-but-set-variable]
-
Stefano Sabatini authored
-
Alexis Ballier authored
when setting the -march flag. This is to match gcc's {athlon64,k8,opteron}-sse3 -march flags. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Diego Biurrun authored
This avoids warnings about set-but-unused variables.
-
Reimar Döffinger authored
In these cases it can't be guessed from the operands (at least not necessarily), and it seems some clang versions refuse to compiler it. Fixes ticket #303. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
This reverts commit 89b5829d. Conflicts: configure
-
Reimar Döffinger authored
This reverts commit a6213f3d.
-
Reimar Döffinger authored
This reverts commit 729f953f.
-
Michael Niedermayer authored
* qatar/master: ARM: silence some annoying armcc warnings ffplay: Remove unused-but-set channels variable from update_sample_display(). build: Add DEP_LIBS dependency directly to the shared library build rule. build: Remove multiple inclusion guards from config.mak. build: Remove redundant config.mak includes from subdirectory Makefiles. aacenc: Mark psy_3gpp_window() as av_unused. Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 25 Jun, 2011 13 commits
-
-
Stefano Sabatini authored
Use av_get_bytes_per_sample() instead. Fix deprecation warning: samplefmt.c: In function ‘av_samples_fill_arrays’: samplefmt.c:88: warning: ‘av_get_bits_per_sample_fmt’ is deprecated (declared at samplefmt.c:76)
-
Stefano Sabatini authored
-
Stefano Sabatini authored
buffersink_filter is a strong requirement for compiling ffplay. Fixes ffplay compilation with --disable-everything --disable-ffmpeg.
-
Mans Rullgard authored
This silences warnings about pointer target sign mismatches as already done for gcc with -Wno-pointer-sign. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
The dependency was added conditional to a variable that is always defined, so it is safe to add it directly.
-
Diego Biurrun authored
config.mak is no longer included multiple times; the guards are pointless.
-
Diego Biurrun authored
Calling Make from subdirectories is not supported and config.mak has multiple inclusion guards anyway, so the top-level include is enough.
-
Diego Biurrun authored
It is intentionally left in to allow adding 3GPP-style windowing in the future. Marking it av_unused silences an annoying unused function warning.
-
Nicolas George authored
-
Michael Niedermayer authored
* qatar/master: configure: Add -Wno-format-zero-length to CFLAGS. udp: Receive on the remote port number, if no local port is set Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jun, 2011 9 commits
-
-
Stefano Sabatini authored
buffersink_filter is a strong requirement for compiling ffmpeg. Fixes ffmpeg compilation with --disable-everything.
-
Diego Biurrun authored
The C standard specifies that zero-length format strings are allowed.
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Jeff Downs authored
-
Can Wu authored
For a unicast udp stream to localhost:1234, currently ffplay udp://:1234?localport=1234 works, but ffplay udp://:1234 doesn't work. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The new section documents the maintainership status for the various FFmpeg releases, on a best effort basis.
-
Stefano Sabatini authored
FFmpeg never had distinct alfa/beta 0.7 releases, so having a single 0.8 section with all the changes should be less confusing for the users, and it is also consistent with what we did with 0.5 and 0.6 releases. Also add a dedicated 0.7 section, explaining how it differs from 0.8.
-