Georgi Chorbadzhiyski
69688e71bc
Add service_provider and service_name metadata
...
This patch adds support in mpegts muxer for using service_provider and
service_name metadata to set service_provider_name and service_name
fields in SDT.
Example usage:
ffmpeg -i file.ts -f mpegts -re -acodec copy -vcodec copy -f mpegts \
-metadata service_provider="Some provider" \
-metadata service_name="Some Channel" \
"udp://239.0.70.2:5000?pkt_size=1316&ttl=1"
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Ronald S. Bultje
b9c7f66e6d
Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.
...
The original functions did not work correctly for edge pixels, e.g.
when CODEC_FLAG_EMU_EDGE is set, leading to corrupt output in e.g. VLC.
Based on a patch by Daniel Kang <daniel d kang gmail com>.
Signed-off-by: Ronald S. Bultje <rsbultje gmail com>
14 years ago
Justin Ruggles
c3897d7690
Fix use of sstep/dstep in ff_iir_filter().
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Justin Ruggles
a4f5af13fb
Add regression test for stereo s16le in voc.
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
09a5c2452c
configure: fix mktemp test and fallback function
14 years ago
Mans Rullgard
44caaa560b
ARM: improve VFP ABI check
...
Recent gcc versions define __ARM_PCS or __ARM_PCS_VFP to indicate the
VFP ABI in use, and ARM RVCT defines __SOFTFP__ when using this ABI.
If none of these are defined, check $cross_prefix and $cc for the
substring "hardfloat", and finally fall back to a linker test. This
gives the correct result in most configurations.
14 years ago
Mans Rullgard
b0c1b66a4b
armcc: suppress warning about hardfp compatibility
14 years ago
Mans Rullgard
5a92140b6e
armcc: suppress 'assignment in condition' warning
14 years ago
Mans Rullgard
3240b371f8
fate: simplify vp8 rules
14 years ago
Mans Rullgard
a6e5d231e9
a64enc: make PixelFormat arrays const
14 years ago
Mans Rullgard
ef4a65149d
Replace ASMALIGN() with .p2align
...
This macro has unconditionally used .p2align for a long time and
serves no useful purpose.
14 years ago
Mans Rullgard
ac3c9d0169
x86: remove VLA in ac3_downmix_sse
14 years ago
Mans Rullgard
ee6184a8d9
regtest: add openssl to md5 alternatives
14 years ago
Mans Rullgard
fb3c4ffc4b
configure: make $TMPE executable
...
This is required on systems where the linker does not change
the permissions of an existing output file.
14 years ago
Mans Rullgard
ec5f57192a
cpu-test: include stdio.h only for test prog
14 years ago
Mans Rullgard
fef2d66166
Use -Bsymbolic for shared libs only, not executables
...
Some linkers fail if this flag is used when creating an executable file.
Since the flag is meaningful only for shared libraries, dropping it from
the main link flags is correct.
14 years ago
Mans Rullgard
324e7ee260
Use INFINITY and NAN macros instead of 1/0 and 0/0
14 years ago
Mans Rullgard
f318ee3e37
Fix quoting in version.sh
14 years ago
Mans Rullgard
daed21a17e
avfilter: remove stray semicolon
14 years ago
Mans Rullgard
69c92320d7
Update git-howto with ffmpeg.org URLs
14 years ago
Janne Grunau
2c3589bfda
consolidate .gitignore patters into a single file
...
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
14 years ago
Jason Garrett-Glaser
a5da3b040c
Deprecate CREDITS
...
It's useless now that we've switched to git.
14 years ago
Jason Garrett-Glaser
f4f5cab94e
Initial MAINTAINERS update
...
Per http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2011-January/103440.html .
14 years ago
Justin Ruggles
f61cbc22d3
Revise check for codec id in voc demuxer.
...
This fixes demuxing of packets that do not contain a codec tag and come before the codec_id has been set.
14 years ago
Justin Ruggles
1ae02fe03b
Fix bug in voc demuxer that was introduced in SVN r26309.
...
Fixes issue 2560.
14 years ago
Justin Ruggles
d425a03b59
cosmetics: reindent
14 years ago
Daniel Kang
1360f07e22
Add check for changing number of channels in DCA.
...
Fixes issue 2505.
14 years ago
Michael Niedermayer
59e2118e97
Update threshold to detect real timebase for stream copy.
...
This may fix a bug where quicktime files use 1/600 timebase.
14 years ago
Reimar Döffinger
54bc640362
Missing parts of IVF muxer support.
14 years ago
Michael Niedermayer
d9c3e5f6d8
Feed the filter chain with the sample aspect ratio from the muxer or codec layer
...
like it has been done prior libavfilter.
14 years ago
Anssi Hannula
ab03382fee
Add my GPG fingerprint to MAINTAINERS
14 years ago
Stefano Sabatini
d72858f89f
Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame().
14 years ago
Janne Grunau
db323491cd
update av_log_missing_feature() to git
...
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
14 years ago
Lou Logan
4a6a21f5e4
Change SVN to Git in configure
...
Changes "version from SVN" to "version from Git".
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
14 years ago
Stefano Sabatini
8f83a3b054
Remove outcommented fossil code.
14 years ago
Reimar Döffinger
4aaeabcb6a
Explain how to set up user name/email correctly for git.
14 years ago
Reimar Döffinger
326851b9bc
Add muxer for IVF format.
14 years ago
John Wimer
b79c3df088
prevent integer overflow in calculating duration
...
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Janne Grunau
348b8218f7
convert svn:ignore properties to .gitignore files
...
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
14 years ago
Janne Grunau
a1c68a438c
Add instructions how to check out a specific svn revision with git
...
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
14 years ago
Janne Grunau
ffe9fd253f
rewrite git-howto for the no merge policy
...
Originally committed as revision 26400 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Carl Eugen Hoyos
3a45a3f3c1
Fix date and revision for lavc 52.104.
...
Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Alexander Strange
6ee99a7e13
VP3: remove an unnecessary static variable
...
Originally committed as revision 26398 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Michael Niedermayer
013291501f
Allocate last picture for 4xm pfrm if its not allocated.
...
Fixes segfault and issue2527
Originally committed as revision 26397 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Alex Converse
5fbf2b3f66
Fix two typos in git howto.
...
Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
dccdd93efc
Make config_props() return AVERROR(EINVAL) rather than 1 in case of
...
failed SWScaleContext initialization.
Fix issue2546.
Originally committed as revision 26395 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Ramiro Polla
8032d1dee9
use git describe for naming version in pure git clones
...
Patch by: Ramiro Polla <ramiro <DOT> polla gmail <DOT> com>
Originally committed as revision 26394 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Janne Grunau
adb8669c04
fix typo in git howto section heading
...
spotted by ubitux on irc
Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Michael Niedermayer
8bb7d97be0
Check 4xm headers for validity. This should avoid 1/0.
...
Originally committed as revision 26392 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Janne Grunau
30876e3917
Add section how to find a svn changeset with git commands
...
Originally committed as revision 26391 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago