|
|
|
@b25a8818
|
15 years |
diego |
cosmetics: K&R coding style, prettyprinting
Originally committed as …
|
|
|
@da136c7e
|
15 years |
saschasommer |
add approved hunks of the wmapro decoder
Originally committed as …
|
|
|
@577d383b
|
15 years |
diego |
cosmetics: K&R coding style
Originally committed as revision 19562 to …
|
|
|
@9544892
|
15 years |
diego |
cosmetics: K&R coding style
Originally committed as revision 19561 to …
|
|
|
@6b620372
|
15 years |
baptiste.coudurier |
cosmetics, reindent
Originally committed as revision 19560 to …
|
|
|
@ee5b26f5
|
15 years |
baptiste.coudurier |
cosmetics, reindent
Originally committed as revision 19559 to …
|
|
|
@4546bf41
|
15 years |
baptiste.coudurier |
fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set
Originally …
|
|
|
@062394e
|
15 years |
Carl Eugen Hoyos |
Fix regression when converting to nv12/nv21.
Patch by Guennadi …
|
|
|
@cbf29889
|
15 years |
mans |
RTMP needs tcp_protocol
Originally committed as revision 19557 to …
|
|
|
@9fd6b843
|
15 years |
kostya.shishkov |
RTMP protocol support (as a client)
Originally committed as revision …
|
|
|
@abbe30a
|
15 years |
heydowns |
Make av_always_inline a no-op when --disable-optimizations is supplied …
|
|
|
@9ebdf3ec
|
15 years |
baptiste.coudurier |
Increase audio queue size in FFplay so files with big audio/video …
|
|
|
@75af0749
|
15 years |
diego |
Revert addition of '#undef av_always_inline' to config.h in the small …
|
|
|
@1e1a0b18
|
15 years |
baptiste.coudurier |
Display stats by default in FFplay and increase refresh time.
Change …
|
|
|
@8b4e7c28
|
15 years |
diego |
Mark conditionally used variable T2 as av_unused; avoids the warning: …
|
|
|
@8b44de1
|
15 years |
diego |
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf …
|
|
|
@7881793d
|
15 years |
diego |
Remove unused debug av_log() calls.
Originally committed as revision …
|
|
|
@e12e284
|
15 years |
diego |
Undefine av_always_inline before setting it to an empty value.
This …
|
|
|
@46c9eb57
|
15 years |
baptiste.coudurier |
cosmetics, remove spaces after '(' and before ')'
Originally …
|
|
|
@0fd7cf11
|
15 years |
baptiste.coudurier |
init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297
Originally …
|
|
|
@155b0f0
|
15 years |
ramiro.polla |
vfwcap: Indent.
Originally committed as revision 19545 to …
|
|
|
@1c0b921
|
15 years |
ramiro.polla |
vfwcap: Support compressed streams.
Originally committed as revision …
|
|
|
@42477de5
|
15 years |
ramiro.polla |
vfwcap: Reorder some code to simplify next patch.
Originally …
|
|
|
@d40b45e8
|
15 years |
ramiro.polla |
vfwcap: Return PIX_FMT_NONE instead of -1 on error.
Originally …
|
|
|
@189230ad
|
15 years |
ramiro.polla |
vfwcap: Update error message:
- Verbose debug information is at max -v …
|
|
|
@7a4a64e7
|
15 years |
rsbultje |
Remove old_flags variable, which is a duplicate of the flags variable. …
|
|
|
@34bddc39
|
15 years |
rsbultje |
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the …
|
|
|
@e4b8d05d
|
15 years |
baptiste.coudurier |
return EOF in image2 demuxer
Originally committed as revision 19538 …
|
|
|
@07fd1782
|
15 years |
diego |
Remove unused variable intra_count.
Originally committed as revision …
|
|
|
@b6ec1f47
|
15 years |
mans |
PPC: fix asm operand constraints in AV_RL64
The target register of …
|
|
|
@18b55f63
|
15 years |
diego |
Remove pointless '#ifdef DEBUG' around dprintf macro.
Originally …
|
|
|
@700363af
|
15 years |
diego |
Only enable WMV3 decoder when it has been turned on in the build …
|
|
|
@9be6f0d2
|
15 years |
diego |
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,
the …
|
|
|
@e0f58e39
|
15 years |
diego |
Do not check for both CONFIG_VC1_VDPAU_DECODER and …
|
|
|
@fe3608d5
|
15 years |
diego |
Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only
compiled …
|
|
|
@d46c84ea
|
15 years |
baptiste.coudurier |
Stop parsing in read_header only after finding pmt, and
do not close …
|
|
|
@1aae348
|
15 years |
baptiste.coudurier |
rename freq to period which is more correct, patch by Niobos, niobos …
|
|
|
@ff736f84
|
15 years |
diego |
Use dprintf() instead of '#ifdef DEBUG' and av_log().
Originally …
|
|
|
@bea81a52
|
15 years |
mans |
Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
Originally …
|
|
|
@cd78208b
|
15 years |
mans |
Enable PIC unconditionally on OpenBSD
Originally committed as …
|
|
|
@ac0bed54
|
15 years |
mans |
configure: always write PIC flags to config.mak
Originally committed …
|
|
|
@a15b0af8
|
15 years |
mans |
configure: enable PIC in per-arch section instead of separately
…
|
|
|
@9d3f4f50
|
15 years |
benoit.fouet |
Fix typo in MinGWCE support in configure.
Patch by Martin Storsjö and …
|
|
|
@469fd9b0
|
15 years |
ramiro.polla |
MMX2 scaler: Remove {} block leftover from factorization in …
|
|
|
@f1c6dfa3
|
15 years |
ramiro.polla |
MMX2 scaler: factorize initMMX2Scaler().
Originally committed as …
|
|
|
@901775c
|
15 years |
ramiro.polla |
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().
…
|
|
|
@cbdc08d5
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 29451 to …
|
|
|
@fb91df39
|
15 years |
ramiro.polla |
Remove duplicate horizontal scaling when there aren't enough lines in …
|
|
|
@571d9587
|
15 years |
ramiro.polla |
Remove useless code.
flags can never be any other kind of scaling …
|
|
|
@341f394f
|
15 years |
mans |
ARM: cleaner selection of ELF-spefic assembler directives
Originally …
|
|
|
@1aa71e25
|
15 years |
diego |
MinGWCE support in configure; networking is disabled for now.
patch by …
|
|
|
@ce6636b
|
15 years |
diego |
Remove disabled function get_num().
It is small and has been disabled …
|
|
|
@acfe8faf
|
15 years |
rsbultje |
Cosmetics: remove spaces between function name and arguments in …
|
|
|
@202a6697
|
15 years |
rsbultje |
Use named initializers and use new/free_context() instead of …
|
|
|
@fccb1770
|
15 years |
rsbultje |
Implement support for EOS as used by WMS and other RTSP servers that …
|
|
|
@c2f3eec4
|
15 years |
rsbultje |
Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. …
|
|
|
@e9a832e5
|
15 years |
diego |
Change type of received_sigterm variable from sig_atomic_t to int, …
|
|
|
@e21a8921
|
15 years |
diego |
Conditionally compile ELF-specific ARM assembly bits that fail on …
|
|
|
@fbf7e805
|
15 years |
benoit.fouet |
Only consider -1 as an error return value for open().
This is:
- what …
|
|
|
@94daf2e9
|
15 years |
ramiro.polla |
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and …
|
|
|
@18c61752
|
15 years |
ramiro.polla |
Factorize x86 fast_bilinear assembly.
Originally committed as …
|
|
|
@6d08d7f3
|
15 years |
ramiro.polla |
Fix assembly comments for x86 fast_bilinear so they match the C code.
…
|
|
|
@6dc13ccb
|
15 years |
stefano.sabatini-lala |
Set subtitle type in DVD and XSUB subtitle decoders.
Patch by Janne …
|
|
|
@7e4ceab
|
15 years |
diego |
Remove unnecessary mpeg12data.o entries from OBJS- variables.
…
|
|
|
@81a65673
|
15 years |
diego |
Remove duplicated mpeg12data.o entries.
Originally committed as …
|
|
|
@2078ca16
|
15 years |
rsbultje |
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS …
|
|
|
@a898cdc9
|
15 years |
mans |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Originally committed as …
|
|
|
@63613fe6
|
15 years |
mans |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Originally committed as …
|
|
|
@84c04e25
|
15 years |
Aurélien Jacobs |
fix various compilation dependencies
Originally committed as revision …
|
|
|
@23251d75
|
15 years |
Aurélien Jacobs |
fix compilation of cavsvideo demuxer
Originally committed as revision …
|
|
|
@a2f4324b
|
15 years |
ramiro.polla |
Check for HAVE_ISATTY.
Patch by Martin Storsjö <martin at martin dot …
|
|
|
@abfc8d0
|
15 years |
ramiro.polla |
Check for the isatty function.
Patch by Martin Storsjö <martin at …
|
|
|
@b6f3d925
|
15 years |
mans |
configure: some small simplifications
Originally committed as …
|
|
|
@e45391bb
|
15 years |
mans |
configure: add some blank lines to improve readability
Originally …
|
|
|
@78d01ada
|
15 years |
mans |
Remove unnecessary #include <unistd.h>
Originally committed as …
|
|
|
@d1515324
|
15 years |
diego |
refactoring: properly separate AC-3 and E-AC-3 code
Originally …
|
|
|
@89547cf
|
15 years |
diego |
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER …
|
|
|
@3aab27b4
|
15 years |
mans |
Remove useless #include <unistd.h> from many files
Originally …
|
|
|
@7f4e15e2
|
15 years |
diego |
cosmetics: Reorder some tables/lines to make future diffs smaller.
…
|
|
|
@84ef7e7f
|
15 years |
diego |
#include just the required stdint.h instead of libavutil/common.h.
…
|
|
|
@4c4b5053
|
15 years |
diego |
cosmetics: small typo fixes
Originally committed as revision 19496 to …
|
|
|
@7d90972c
|
15 years |
diego |
cosmetics: reindent/prettyprint after last commit
Originally …
|
|
|
@31cf61b4
|
15 years |
diego |
Only compile in NEON optimizations for H.264 when the H.264 decoder is …
|
|
|
@adcb2190
|
15 years |
mans |
Move output redirection of deps generation from make rule to …
|
|
|
@99e5a9d1
|
15 years |
diego |
Do not redundantly check for both CONFIG_THEORA_DECODER and …
|
|
|
@4eef77c1
|
15 years |
diego |
Make Theora decoder depend on the VP3 decoder.
Practically all the …
|
|
|
@df5e3978
|
15 years |
mans |
configure: group tests for compiler characteristics together
…
|
|
|
@a036c1b5
|
15 years |
mans |
configure: set -mdynamic-no-pic flag in main darwin section
…
|
|
|
@d90330dc
|
15 years |
mans |
configure: remove special flags for XLC on Darwin
Rationale:
- …
|
|
|
@55b290c6
|
15 years |
mans |
configure: remove some darwin-related cruft
Originally committed as …
|
|
|
@2dfa3054
|
15 years |
mans |
Fix building of tools/*
Fixes issue 1282
Originally committed as …
|
|
|
@fa0912fe
|
15 years |
mans |
configure: group all cpu-specific tests together
Originally committed …
|
|
|
@b06da172
|
15 years |
diego |
Add missing stdint.h #include to fix 'make checkheaders'.
Originally …
|
|
|
@6c2a778d
|
15 years |
Carl Eugen Hoyos |
Remove unused global variable.
Originally committed as revision 19483 …
|
|
|
@9276b8f0
|
15 years |
Carl Eugen Hoyos |
Calculate gradient from parameter instead of using a global variable.
…
|
|
|
@04e257fa
|
15 years |
alex.converse |
Revert unintended portion of last commit. (Setting the default coder …
|
|
|
@a62d6cfe
|
15 years |
alex.converse |
Be sure to increment our position in the coefficient array when …
|
|
|
@804db446
|
15 years |
ramiro.polla |
Remove unused variables.
Originally committed as revision 29435 to …
|
|
|
@62a0525d
|
15 years |
mans |
x11grab: remove unnecessary #includes and senseless #define
…
|
|
|
@07874f22
|
15 years |
Carl Eugen Hoyos |
Due to a typo in videogen.c, the regression test videos were not as …
|
|
|