Justin Ruggles
dee34af4d6
Set the sample format for Smacker audio in the decoder rather than in the
...
demuxer.
Originally committed as revision 20429 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Kostylev
faa374b72c
configure: remove extra backslashes from suncc DEPEND_CMD
...
Patch by Michael Kostylev <michael kostylev gmail>
Originally committed as revision 20428 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
0645487701
configure: use here-doc for --help output
...
Originally committed as revision 20427 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
173c983b52
configure: use here-docs instead of echo for writing config.{h,mak}
...
Originally committed as revision 20426 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
b4f9356433
configure: simplify setting of SDL flags in config.mak
...
Originally committed as revision 20425 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
c73f65d979
Allow disabling doc generation with --disable-doc
...
Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ad212cc6ba
configure: simplify STRIP setting in config.mak
...
Originally committed as revision 20423 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
a48289c7b7
Makefile cosmetics
...
Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
083c5a48ec
Implement AMR gain function that is used by both AMR and SIPR.
...
Based on AMR SoC code by Robert Swain and Colin McQuillan.
Originally committed as revision 20421 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Baptiste Coudurier
050ba6f45e
print packet duration when debugging timestamps
...
Originally committed as revision 20420 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
a520e9f235
Document slice ordering assumption done by sws_scale().
...
Originally committed as revision 29804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
15 years ago
Stefano Sabatini
c5ec0d9d4f
Remove the get_video_buffer() callback.
...
That was never required since avfilter_get_video_buffer() already
calls itself on the next link if get_video_buffer is not defined.
Originally committed as revision 20419 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
b94ca20803
Document that using "make -r" might be faster than plain "make" in Windows.
...
Originally committed as revision 20418 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Etienne Buira
a5abfd8fd1
Issue an error when forced format cannot be honored.
...
Patch by Etienne Buira $name $surname lists chez free.fr
Originally committed as revision 20417 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
8a08175f3f
Change whitespace placement a little to improve readabiliy slightly.
...
Thats not an attempt to emulate indent -kr behavior down to the finest
fineprint, first it would not be worth the work, second it would be less
readable, third it would not be K&R but indent -kr then.
Originally committed as revision 20416 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
f92e769666
Multiple inclusion guards for synth_filter.h.
...
Originally committed as revision 20415 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Francesco Lavra
e58992e41f
Support demuxing teletext in DVB streams.
...
Original patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 20414 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
d886e4df10
Vertically align function arguments.
...
Originally committed as revision 20413 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
de4070b520
Add generic rules for building helpers with HOSTCC
...
Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
7a41027cc4
vorbis_dec: factor out duplicated code for index reading, bounds checking and
...
error message into a shared macro.
Originally committed as revision 20411 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
e273b0389f
Makefile cosmetics
...
Originally committed as revision 20410 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
0956bc9b83
Enable hardcoded tables for ia64 shared builds.
...
At least for cross-compilation with Gentoo gcc 4.4.2 it fixes the build errors
due to GPREL 22 being insufficient for the .bss size of > 4 MB without it.
Why these errors do not appear with static builds is unclear, it is not due
to PIC (shared builds with PIC disabled show the same issue).
Originally committed as revision 20409 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
f0125de9d1
configure: add C99 flags to HOSTCFLAGS
...
Originally committed as revision 20408 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
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