Reimar Döffinger
3db0208c42
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4.
...
Originally committed as revision 20407 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
785d3c97b2
Makefile cosmetics
...
Originally committed as revision 20406 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
df4fe41df4
Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set
...
Having mpegaudiodec.o unconditionally depend on mpegaudio_tables.h
forces the latter to be generated even when it will not be used.
Originally committed as revision 20405 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
52a4a07778
Fix out-of-tree builds with --enable-hardcoded-tables
...
Originally committed as revision 20404 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
2300b120dd
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one.
...
Originally committed as revision 20403 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
9e8fecf7ea
Better formatting for 2D tables in tableprint code.
...
Originally committed as revision 20402 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
8abe97be92
10l, fix incorrect endif comment.
...
Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
eadaa00c6f
Add support for hardcoding the mpegaudiodec tables.
...
Reduces .bss size by about 194 kB.
Originally committed as revision 20400 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
1a04d4c722
mingw32: The flag to work around bug 37216 in gcc is automatically passed to
...
MinGW since r18501. Remove a reference that suggests users should pass the
flag manually (this removal was missed in 18510).
Originally committed as revision 20399 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
d49dded591
Remove unused variable j.
...
Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Kostylev
2a472e9c5d
Detect Sun Studio compiler and set appropriate variables.
...
Add dependency generation commands compatible with Sun Studio.
patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 20397 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
4f99c31c39
Split synth filter out of dca.c.
...
Originally committed as revision 20396 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
638783bf81
Split PAM encoder off into its own file.
...
Originally committed as revision 20395 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
318888f808
Split the decoders from pnmen.c off into their own file.
...
Originally committed as revision 20394 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
761f2c9048
The encoders in pnmenc.c now depend on the init/end functions in pnm.c.
...
Originally committed as revision 20393 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
504eee37de
Commit some functions that are used by both SIPR and AMR.
...
Based on AMR SoC code by Robert Swain and Colin McQuillan.
Originally committed as revision 20392 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
2be414c8de
Fix doxies, use third person and phrase-ending dots.
...
Originally committed as revision 20391 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
fcbed3c735
Add format and noformat filters.
...
Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
51135d1d8e
Move pixdesc.{h,c} from libavcodec to libavutil.
...
This way pixdescs can be used without requiring a dependency on
libavcodec.
Originally committed as revision 20389 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
04a5c106f9
Consistently use third person in doxies.
...
Originally committed as revision 20388 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
3555d2e88e
Introduce first_avfilter and use that, together with AVFilter.next,
...
for registering and finding filters, rather than use the struct
AVFilterList, which is removed.
Simplify the filter registration management code.
Originally committed as revision 20387 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
290d4a44f1
Add an entry for the AVFilter.next addition.
...
Originally committed as revision 20386 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
243110f968
Add a field 'next' to AVFilter.
...
Simplify the registration and iteration of all the registered filters,
consistent with what is done with formats / codecs.
Originally committed as revision 20385 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
77f66963b0
Split codec-regression.sh again and create a lavfi-regression.sh for
...
running the libavfilter tests.
Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ben Littler
13547dd11f
add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi
...
Originally committed as revision 20383 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
8767a009a1
Move PNM init/end functions to the PNM common code.
...
This is done in preparation for the PNM encoder/decoder split.
Originally committed as revision 20382 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
d3067047e7
whitespace cosmetics: K&R coding style, prettyprinting
...
Originally committed as revision 20381 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
bc8964ef20
Remove crufty leftovers from the era when this file resided within libavformat.
...
Originally committed as revision 20380 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ben Littler
9853bbb21a
add some raw codec fourccs, fixes:
...
samples/V-codecs/
P422.AVI
UYNV.AVI
UYNY.AVI
V422.AVI
YUNV.AVI
Originally committed as revision 20379 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Benoit Fouet
ff54bb975a
Fix indentation.
...
Originally committed as revision 20378 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Benoit Fouet
25b6d0bc69
Only memset for palettes of 16 elements.
...
Originally committed as revision 20377 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
6d7d410f8b
Clarify responsibility for freeing a buffer when using vdpau.
...
Originally committed as revision 20376 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
b70bc02279
Add descriptions for the committed filters.
...
Originally committed as revision 20375 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
6b27353cfd
Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.
...
It is used to mark the pixel format used for hardware acceleration
support.
Originally committed as revision 20374 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Kostylev
0600d30ae4
Avoid "-z text" diversion on SunOS x86, needed to make FATE happy.
...
patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 20373 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
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