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
Michael Niedermayer
d49dded591
Remove unused variable j.
...
Originally committed as revision 20398 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
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
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
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
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
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
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
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
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
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
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
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
Stefano Sabatini
b0bef34209
Add additional long names for the Flash Video decoder and encoder.
...
Originally committed as revision 20317 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
2917367cac
Add additional long names for the Sorenson Vector Quantizer 3 decoder.
...
Originally committed as revision 20316 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
1c062b555c
Add additional long names for the Sorenson Vector Quantizer 1 decoder
...
and encoder.
Originally committed as revision 20315 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
9adcccde0c
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make
...
them use the same variable/global storage.
Saves 4 kB in .bss.
Originally committed as revision 20314 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
8767fb4cad
whitespace cosmetics: prettyprinting, K&R style
...
Originally committed as revision 20313 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
643fc8f107
Flip (M)JPEG frames encoded by Intel JPEG library.
...
Fixes issues 1464 and 1468.
Originally committed as revision 20312 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
11eb3cea73
Remove pointless parentheses.
...
Originally committed as revision 20311 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
d91aac1c90
cosmetics: Remove pointless parentheses from return statement.
...
Originally committed as revision 20310 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Jason Garrett-Glaser
1953898162
Update libx264.c for x264 API change
...
Change behavior of b-pyramid option.
Originally committed as revision 20308 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Loren Merritt
b07781b6e4
fix linking on systems with a function name prefix (10l in r20287)
...
Originally committed as revision 20294 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Loren Merritt
29e4edbbe7
sync yasm macros to x264
...
Originally committed as revision 20293 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Charles Yates
10a693b568
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com
...
Originally committed as revision 20291 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Loren Merritt
e17ccf60fe
huffyuv: add some const qualifiers
...
Originally committed as revision 20290 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Loren Merritt
2f77923d72
simd add_hfyu_left_prediction
...
2.2x faster than C on conroe, 3.6x on penryn.
4-6% faster huffyuv decoding if using left or plane mode and yuv
Originally committed as revision 20287 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Justin Ruggles
f4d608e344
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build
...
problems when lpc.c is not compiled.
Originally committed as revision 20285 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
4df254f1f1
WMAPRO: use some type punning in decode_coeffs()
...
Originally committed as revision 20284 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
a0228397af
Replace big square-root table by a call to ff_sqrt(). Based on a patch
...
by Reimar Döffinger.
Originally committed as revision 20281 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Onur Küçük
53bc53ae4e
Fix typo that mistakenly slipped into previous commit:
...
CONFIG_MPEG_XVMC_DECODER was changed to CONFIG_MPEGVIDEO_XVMC_DECODER.
patch by Onur Küçük, onur delipenguen net
Originally committed as revision 20278 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
15674f12be
cosmetics: Break overly long lines.
...
Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Justin Ruggles
fde82ca7e4
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
...
corresponding dsputil functions and remove their dependency on the FLAC
encoder.
Fixes Issue1486.
Originally committed as revision 20266 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago