Stefano Sabatini
8fdb01c10e
Make dprintf_link() show the name of the link pixel format.
...
Originally committed as revision 20372 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Loren Merritt
4521308363
s/movdqa/movaps/ in sse1 fft. (regression in r20293)
...
Originally committed as revision 20371 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Barbato
7549632bda
rtsp_close_streams frees the auth_b64 line already
...
Originally committed as revision 20370 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Barbato
d243ba30b8
Support 3xx redirection in rtsp
...
All the error codes 3xx got managed the same way.
After setup/early play redirection will not be managed
REDIRECT method is yet to be supported (if somebody knows a server implementing
it please contact me)
Originally committed as revision 20369 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
haim alon
c5898e8623
compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com
...
Originally committed as revision 20368 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
d3ee771514
Support amdfam10 for --cpu, also avoids a warning about unknown cpu if
...
--cpu=host is used on AMD Phenom and newer at least.
Originally committed as revision 20367 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
bd56505a7f
Bump micro version after the FRWU decoder inclusion
...
Originally committed as revision 20366 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
8f1e4d4ffc
Split codec-regression.sh, and create the lavf-regression.sh script.
...
Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Barbato
921da21745
Just remove params understood by the demuxer
...
This should unbreak certain urls.
Originally committed as revision 20364 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Barbato
7541f32edd
Suppress ?params in the rtsp uri
...
Right now rtsp demuxer receives it's ffmpeg specific params encoded in the url
That made the server receiving requests with the url ending with "?udp",
"?multicast" and "?tcp". That may or may not cause problems to servers with
overly strict or overly simple uri parsers
Patch from Armand Bendanan (name.surnameATfreeDOTfr)
Originally committed as revision 20363 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Barbato
224b44957b
Use sdp c= line if the rtsp Transport line doesn't have a destination
...
Transport:destination in rtsp is optional, c= line in sdp is compulsory
Patch from Armand Bendanan (name.surnameATfreeDOTfr)
Originally committed as revision 20362 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
76e6e9c330
Remove ancient redir demuxer.
...
HTTP supports redirection just fine without it.
Originally committed as revision 20361 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
2189dbc4a6
Fix codectest
...
Originally committed as revision 20360 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
f94e56cf82
Split codec-regression.sh, put all the code which can be shared by
...
other regression test scripts in the regression-funcs.sh file.
Originally committed as revision 20359 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
329c01c54f
Compile LPC code when CONFIG_LPC is set.
...
The codec dependencies on LPC are already described in configure,
so there is no need to duplicate this in the Makefile.
Originally committed as revision 20358 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
54116673d8
Update the entry for the AVFilter.description field addition.
...
Originally committed as revision 20357 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
cccd292ae2
Move the description field of the filter from AVFilterContext to
...
AVFilter, where it should have had defined the first time.
+10L.
Originally committed as revision 20356 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
01537e9fa5
Add an entry for the AVFilterContext.description addition.
...
Originally committed as revision 20355 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
1551745c88
Add a description field to AVFilterContext.
...
Originally committed as revision 20354 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
29b5a3aacf
Refer again to the "width" and "height" crop parameter names
...
which were previously mentioned, rather than to "w" and "h".
Originally committed as revision 20353 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
c38ae71f54
Add video vertical flip filter.
...
Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
debfab4a0d
Refer to the "width" and "height" crop parameter names which were
...
previously mentioned, rather than to "w" and "h".
Originally committed as revision 20351 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
David Conrad
06da694372
Add clang to detected compilers
...
Originally committed as revision 20350 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Daniel Verkamp
b74d42ee33
Build extradata in adpcm_ms encoder.
...
This fixes issue #1244 .
Originally committed as revision 20349 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
df84d7d9bd
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.
...
Untested, i do not have a sample.
Originally committed as revision 20348 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
83a4d356ef
Support non interleaved avi files that have 0<size<sample_size.
...
(No i do not have a sample its thus also untested)
The new code is also simpler.
Originally committed as revision 20347 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Samuli Valo
c671ac40f5
Fixes detection and error reporting of non-existing files in img2.c.
...
Patch by Samuli Valo: name surname picturall com
Originally committed as revision 20346 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Daniel Verkamp
bb7d0e87ae
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.
...
Originally committed as revision 20345 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
415e6d2930
Sort video filter descriptions by name.
...
Originally committed as revision 20344 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
067180220d
Make the pix_fmts var in query_formats() static const.
...
Originally committed as revision 20343 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
190c166960
Add video crop filter.
...
Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
9abba21ad3
Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the
...
argument of avfilter_make_format_list(), as the argument represents a
list of elements.
Originally committed as revision 20341 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
1554fed2d6
Make avfilter_make_format_list() take in input a const argument.
...
Originally committed as revision 20340 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
f2ed1a41e1
Fix the spelling for the project name, from "ffmpeg" to "FFmpeg".
...
Originally committed as revision 20339 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
dba755facc
Rename vfilters.texi to libavfilter.texi, as the file is meant to
...
document libavfilter and not only its video filtering facilities.
Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
a3faf694a2
Add comment on #endif about condition that triggers it.
...
Originally committed as revision 20337 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Daniel Verkamp
61ee504517
Seek function for TMV
...
Originally committed as revision 20336 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Daniel Verkamp
0319ba5e12
Parenthesize correctly in TMV probe
...
Originally committed as revision 20335 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
2bc70a7681
Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.
...
This makes the output nicely aligned even in for those cases, and might
also avoid some issues with printf implementations that can not handle well
very large float values (e.g. msvcrt without MinGW wrapper IIRC).
Originally committed as revision 20334 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
tralph11@yahoo.com
711e69a730
Improve sofdec dectection to avoid false positives for MP2.
...
Patch by tralph11, tralph11 yahoo
Originally committed as revision 20333 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
558dbb8469
sin_tables.c is a generated file, so add it to CLEANFILES
...
Originally committed as revision 20332 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
avcoder
a0b909fbff
Remove SHIFT_TEMPS from jfdct code.
...
Patch by avcoder: our_beloved_project AT gmail DOT com
See thread [FFmpeg-devel] Patch: remove useless SHIFT_TEMPS definition
Date: Tue, 20 Oct 2009 14:29:05 +0800
Originally committed as revision 20331 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Benoit Fouet
08580cb05a
Make url_resetbuf() assert on wrong flags passed and make it static on next
...
version bump.
See thread: [FFmpeg-devel] & vs. &&
Date: Mon, 12 Oct 2009 14:21:06 +0200
Originally committed as revision 20330 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
0cd0a22488
Move function that is only used by the MP3 muxer below the corresponding #if.
...
This removes the dependency of the MP2 muxer on the id3v2 object file.
Originally committed as revision 20329 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
2ab9be3abe
Add missing dependency of the S/PDIF muxer on the AAC parser.
...
Fixes build with --disable-parsers.
Originally committed as revision 20328 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
ff06d76acd
Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.
...
This fixes the build with demuxers disabled.
Originally committed as revision 20327 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
cd69fa69c5
The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.
...
Originally committed as revision 20326 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
96ff02f1b4
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
...
Originally committed as revision 20325 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
6f571d89c1
Remove some duplicate object dependencies for the RTSP demuxer.
...
They are already covered by its dependency on the SDP demuxer.
Originally committed as revision 20324 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
47e9f6217d
Add missing rdt.o dependency for SDP demuxer.
...
This fixes the build when the RTSP demuxer is disabled.
Originally committed as revision 20323 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago