Ramiro Polla
cbdc08d5a6
Indent.
...
Originally committed as revision 29451 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Ramiro Polla
fb91df397a
Remove duplicate horizontal scaling when there aren't enough lines in a slice
...
to output the dstY line.
Originally committed as revision 29450 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Ramiro Polla
571d9587cf
Remove useless code.
...
flags can never be any other kind of scaling algorithm inside this if().
Originally committed as revision 29449 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Måns Rullgård
341f394f0d
ARM: cleaner selection of ELF-spefic assembler directives
...
Originally committed as revision 19522 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
1aa71e258d
MinGWCE support in configure; networking is disabled for now.
...
patch by Martin Storsjö, martin martin st and Ismail Dönmez, ismail namtrac org
Originally committed as revision 19521 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ce6636b1c1
Remove disabled function get_num().
...
It is small and has been disabled and unused for more than four years.
Originally committed as revision 19520 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
acfe8faf29
Cosmetics: remove spaces between function name and arguments in declaration,
...
and put return type ("static void") on the same line as function name.
Originally committed as revision 19519 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Colin McQuillan
202a6697ba
Use named initializers and use new/free_context() instead of extradata()
...
for context allocators. Patch by Colin McQuillan m niloc googlemail com.
Originally committed as revision 19518 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
fccb1770e6
Implement support for EOS as used by WMS and other RTSP servers that do not
...
implement RTCP/bye. See "[PATCH] rtsp.c: EOS support" thread from a few
months back.
Originally committed as revision 19517 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
c2f3eec445
Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See
...
discussion in "[PATCH] RTSP-MS 14/15: ASF packet parsing" thread on mailinglist.
Originally committed as revision 19516 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
e9a832e508
Change type of received_sigterm variable from sig_atomic_t to int,
...
which is more portable (works on Windows CE).
patch by Martin Storsjö, martin martin st
Originally committed as revision 19515 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
e21a892163
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.
...
patch by Martin Storsjö, martin martin st
Originally committed as revision 19514 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
fbf7e805b0
Only consider -1 as an error return value for open().
...
This is:
- what Posix says (-1 on error, >=0 on success)
- fixing a bug on winCE (<0 sometimes)
Patch by Martin Storsjö: martin martin st
Originally committed as revision 19513 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
94daf2e94c
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
...
instead.
Originally committed as revision 29446 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Ramiro Polla
18c61752fd
Factorize x86 fast_bilinear assembly.
...
Originally committed as revision 29445 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Ramiro Polla
6d08d7f3c8
Fix assembly comments for x86 fast_bilinear so they match the C code.
...
Originally committed as revision 29444 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Janne Grunau
6dc13ccbcc
Set subtitle type in DVD and XSUB subtitle decoders.
...
Patch by Janne Grunau <ja?ne-f?mpeg jannau net>.
Originally committed as revision 19512 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7e4ceabe7c
Remove unnecessary mpeg12data.o entries from OBJS- variables.
...
Originally committed as revision 19511 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
81a65673a5
Remove duplicated mpeg12data.o entries.
...
Originally committed as revision 19510 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
2078ca16ee
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:
...
ASF packet parsing" thread for discussion / reasoning.
Originally committed as revision 19509 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a898cdc995
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
...
Originally committed as revision 29439 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Måns Rullgård
63613fe615
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
...
Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
84c04e2519
fix various compilation dependencies
...
Originally committed as revision 19507 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
23251d751b
fix compilation of cavsvideo demuxer
...
Originally committed as revision 19506 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
a2f4324bb6
Check for HAVE_ISATTY.
...
Patch by Martin Storsjö <martin at martin dot st>
Originally committed as revision 19505 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
abfc8d056e
Check for the isatty function.
...
Patch by Martin Storsjö <martin at martin dot st>
Originally committed as revision 19504 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b6f3d925ca
configure: some small simplifications
...
Originally committed as revision 19503 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
e45391bb32
configure: add some blank lines to improve readability
...
Originally committed as revision 19502 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
78d01adaa7
Remove unnecessary #include <unistd.h>
...
Originally committed as revision 29437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
d15153244f
refactoring: properly separate AC-3 and E-AC-3 code
...
Originally committed as revision 19501 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
89547cfb36
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.
...
Originally committed as revision 19500 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
3aab27b459
Remove useless #include <unistd.h> from many files
...
Originally committed as revision 19499 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7f4e15e2f4
cosmetics: Reorder some tables/lines to make future diffs smaller.
...
Originally committed as revision 19498 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
84ef7e7fc3
#include just the required stdint.h instead of libavutil/common.h.
...
Originally committed as revision 19497 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4c4b50530e
cosmetics: small typo fixes
...
Originally committed as revision 19496 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7d90972c84
cosmetics: reindent/prettyprint after last commit
...
Originally committed as revision 19495 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
31cf61b447
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
...
Originally committed as revision 19494 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
adcb219081
Move output redirection of deps generation from make rule to DEPEND_CMD
...
Originally committed as revision 19493 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
99e5a9d1ea
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
...
The Theora decoder depends on the VP3 decoder.
Originally committed as revision 19492 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4eef77c1a3
Make Theora decoder depend on the VP3 decoder.
...
Practically all the code is shared.
Originally committed as revision 19491 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
df5e397839
configure: group tests for compiler characteristics together
...
Originally committed as revision 19490 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a036c1b537
configure: set -mdynamic-no-pic flag in main darwin section
...
Originally committed as revision 19489 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
d90330dc20
configure: remove special flags for XLC on Darwin
...
Rationale:
- Current versions of XLC accept gcc flags
- XLC can't compile FFmpeg
Originally committed as revision 19488 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
55b290c690
configure: remove some darwin-related cruft
...
Originally committed as revision 19487 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
2dfa305438
Fix building of tools/*
...
Fixes issue 1282
Originally committed as revision 19486 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
fa0912fe50
configure: group all cpu-specific tests together
...
Originally committed as revision 19485 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
b06da1725a
Add missing stdint.h #include to fix 'make checkheaders'.
...
Originally committed as revision 19484 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
6c2a778d38
Remove unused global variable.
...
Originally committed as revision 19483 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
9276b8f0cc
Calculate gradient from parameter instead of using a global variable.
...
Originally committed as revision 19482 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
04e257fa84
Revert unintended portion of last commit. (Setting the default coder to
...
twoloop.)
Originally committed as revision 19481 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago