Aurelien Jacobs
f6de217b6c
generate ENABLE_* defines also for all the HAVE_* values
...
Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Patrice Bensoussan
629272d86f
Add support for track numbers when they are set via strings
...
patch by Patrice Bensoussan: patrice bensoussan free fr
Originally committed as revision 9318 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
fbb578e90d
some samples aren't decoded correctly such as
...
( http://www.pennfans.net/files/videos/Penn&Teller.on.The.View.mp4 )
with current Altivec implementation of loopfilter, while others are fine.
Let's disable it until we iron this bug out.
Originally committed as revision 9317 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
91a2974ee9
Remove unneeded semicolon.
...
Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
d111e41fd3
Correct signature of just_return().
...
Originally committed as revision 9315 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
b997b67c63
use get_bits_long() where needed
...
patch by Aurelien Jacobs, aurel gnuage org
Originally committed as revision 9314 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
1bdf0fe7c7
Vhooks require special cflags and ldflags for Windows builds
...
Copy them from Cygwin to MinGW
Originally committed as revision 9313 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
4f3da98526
Make ppm vhook depend on fork()
...
Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
b0268cc060
Print static vhook warning for Cygwin and MinGW
...
Originally committed as revision 9311 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
770359898c
Print static vhook warning for Cygwin only when both are enabled
...
Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
233ed44543
Remove an unreferenced variable from qpeg_decode_inter().
...
Originally committed as revision 9309 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
71fd12253d
add and remove some parentheses
...
Originally committed as revision 9308 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Albert Lee
ad0f6c1fcd
Simplify init preprocessor statements.
...
patch by Albert Lee, trisk+xine acm.jhu edu
Originally committed as revision 9307 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
4931546e26
this file credits authors of non-trivial code, which I don't qualify for
...
Originally committed as revision 9306 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Nicolas George
6b0cdb6e04
More detailed documentation
...
patch by Nicolas George: [nicolas george normalesup org]
Originally committed as revision 9305 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
2ef7c6350b
List myself in CREDITS as I did have some of code committed,
...
Add myself to PPC/OSX maintainers as this what I've been doing
for several month already, and Romain isn't active that much
these days
Originally committed as revision 9304 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
86bdf3fd3d
misc spelling fixes
...
Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Marc Hoffman
57870214ab
removing underscores from block profiling renaming to xx_
...
Originally committed as revision 9303 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
f70c273902
Blackfin - read_time primitive
...
note this primitive currently uses a union to concatenate 2x32bit registers because of poor compiler support
around DImode and asm.
Originally committed as revision 9302 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Carl Eugen Hoyos
c9823f0577
Improve understanding ofavcodec_find_decoder()
...
patch by Carl Eugen Hoyos: ! cehoyos ag or at !
Originally committed as revision 9301 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Lord
58d1dc0e9b
Workaround adjustments for DivX 6.1 and later
...
patch by Lord: [ Lord_veryrandomD8 yahoo com ]
Originally committed as revision 9300 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
48961970f1
remove decode_be32/64 and replace them by AV_RB32/64
...
patch by Ronald S. Bultje: \ rbultje at ronald bitfreak net /
Originally committed as revision 9299 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
da1fce3921
cosmetics
...
Originally committed as revision 9298 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
6fe706df05
Remove unused declarations
...
Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Sigbjorn Skjaeret
0aec30c58d
kill one vector constant value load by the right combination of vec_splatX/vec_sl
...
patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
Originally committed as revision 9296 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Sigbjorn Skjaeret
525751c053
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
...
Originally committed as revision 9295 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
1a822d303f
integrating MPV_common_init_bfin into the build system and mpegvideo.c
...
Originally committed as revision 9294 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
50ee61dda2
Blackfin dct_quantize_bfin routine
...
2x performance boost in performing quantization for mpeg encoding
Originally committed as revision 9293 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
ea6ad30ce9
Blackfin IDCT has no special permutation it uses normal order
...
Originally committed as revision 9292 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
90b5b51eab
misc typo fixes
...
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
c294d7c6ba
Typo
...
Originally committed as revision 9290 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
755bfeabcc
misc spelling fixes
...
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
26ef3220cf
Move the video size and rate abbreviations system from libavformat to libavcodec
...
patch by Stefano Sabatini: [stefano dot sabatini minus lala poste dot it]
original thread:
[FFmpeg-devel] [PATCH] Redesign the video size and rateabbreviations system
date: 06/02/2007 05:30 PM
Originally committed as revision 9288 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0a4f20c6c5
Add some explanatory comments to #endif directives.
...
Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Donaghy
3cce801a0b
fix 8- and 24-bit FLAC decoding
...
Patch by Michael Donaghy %md401 A cam P ac P uk%
Original thread:
date: Jun 10, 2007 4:48 PM
subject: [FFmpeg-devel] [PATCH] Bugfix: decoding 8- and 24-bit FLAC files
Originally committed as revision 9286 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ea23327b9c
Remove unused static function.
...
Originally committed as revision 9285 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1aa80145c5
dont attach huge samplesto mails
...
Originally committed as revision 9284 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
0c33dac236
move codecs declarations from avcodec.h to allcodecs.h
...
Originally committed as revision 9283 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
819f3ab6f5
The video hooks do not depend on the libav* libraries.
...
Originally committed as revision 9281 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
c01d444b3e
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go
...
Originally committed as revision 9280 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Eric Lasota
7c68b47b78
Cygwin compatibility workaround
...
patch by Eric Lasota: [ riot icculus org ]
original thread: [FFmpeg-devel] [PATCH] elbg.c Cygwin compatibility workaround
date: 06/09/2007 09:26 AM
Originally committed as revision 9279 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b8d4082552
We do not create .d files, thus no need to remove them.
...
Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
fa62bdb868
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
...
Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
06694949b4
Use consistent paths for adding values to LDFLAGS.
...
Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
19ecf88288
Add a bounds check on AVProbeData input.
...
patch by Ronald S. Bultje, rbultje ronald.bitfreak net
thread:
Date: Sat, 09 Jun 2007 19:22:17 -0400
Subject: [FFmpeg-devel] lavf probing
Originally committed as revision 9275 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
364a960704
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
...
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bb8fe69a09
whitespace cosmetics
...
Originally committed as revision 9272 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4566de5707
Simplify ffplay.o CFLAGS handling.
...
Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
18caf192e7
Compile all binaries with default CFLAGS.
...
Originally committed as revision 9270 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
226cbe07c7
Make main() return 0 at the end and mark as int.
...
Originally committed as revision 9269 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago