|
|
|
@963eca2
|
18 years |
gpoirier |
convert h264_deblock_q1 to an inline function.
part 1/2 of fixing …
|
|
|
@ef4c82cb
|
18 years |
ramiro.polla |
Indentation
Originally committed as revision 9347 to …
|
|
|
@e4d86a5
|
18 years |
mans |
add "checkheaders" target
Originally committed as revision 9346 to …
|
|
|
@699b3f99
|
18 years |
mans |
add multiple inclusion guards to headers
Originally committed as …
|
|
|
@99545457
|
18 years |
mans |
include all prerequisites in header files
Originally committed as …
|
|
|
@c2d08dc0
|
18 years |
mans |
move a couple of macros and structs to mpegaudio.h
Originally …
|
|
|
@41e4c556
|
18 years |
ramiro.polla |
Add expression evaluation parameters for colors in imlib2 vhook
…
|
|
|
@b41c1db3
|
18 years |
gpoirier |
Factor out init_scan_tables(), patch by Andreas Öman %andreas A …
|
|
|
@f4a02f6e
|
18 years |
gpoirier |
Use a faster way to compute 255-val: Instead of creating a vector of …
|
|
|
@a4446715
|
18 years |
Reimar.Doeffinger |
Missing libswscale part of TARGET_ -> HAVE_ change
Originally …
|
|
|
@6e6203fb
|
18 years |
Reimar.Doeffinger |
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> …
|
|
|
@b3e83c96
|
18 years |
mans |
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
need …
|
|
|
@859cfdc0
|
18 years |
mans |
correct type of qsort() comparison callback
Originally committed as …
|
|
|
@e336139f
|
18 years |
mans |
correct type for h263_parse()
Originally committed as revision 9337 …
|
|
|
@e1659f0c
|
18 years |
mans |
fix indentation
Originally committed as revision 9336 to …
|
|
|
@dfdf9e78
|
18 years |
mans |
replace endian detection hack with #ifdef WORDS_BIGENDIAN
Originally …
|
|
|
@706da4af
|
18 years |
mans |
fix some printf format specifiers
Originally committed as revision …
|
|
|
@8657d5e5
|
18 years |
mans |
correct type for {put,avg}_h264_chroma_mc2_mmx2
Originally committed …
|
|
|
@bb5705b9
|
18 years |
mans |
kill some "defined but not used" warnings
Originally committed as …
|
|
|
@119e2c00
|
18 years |
mans |
kill a warning on 64-bit machines
Originally committed as revision …
|
|
|
@a1bee080
|
18 years |
mans |
move dsputil_init_foo() out from #ifdef
Originally committed as …
|
|
|
@1bebfde9
|
18 years |
ramiro.polla |
Typo
Originally committed as revision 9329 to …
|
|
|
@5c0e9479
|
18 years |
mans |
test whether linker supports --warn-common
Originally committed as …
|
|
|
@a661ade7
|
18 years |
ramiro.polla |
Indentation for previous commit
Originally committed as revision 9327 …
|
|
|
@6100cb47
|
18 years |
ramiro.polla |
Allow user to specify rgb.txt for imlib2 vhook
Originally committed …
|
|
|
@3d907e22
|
18 years |
mans |
merge print_config_enable() and print_config() as only the former is …
|
|
|
@3f5b56e5
|
18 years |
mans |
replace TARGET_* with HAVE_* simplifying lists in configure script
…
|
|
|
@48a14b91
|
18 years |
mans |
add x86 to ARCH_LIST simplifying config file generation
Originally …
|
|
|
@18ca9a4a
|
18 years |
mans |
replace TARGET_ARCH_* to ARCH_* for consistency
Originally committed …
|
|
|
@99a6d06f
|
18 years |
Aurélien Jacobs |
generate ENABLE_* defines also for ARCH_*
Originally committed as …
|
|
|
@4f74c585
|
18 years |
Aurélien Jacobs |
use if() instead of #ifdef and ensure all possible optimisations are …
|
|
|
@f6de217b
|
18 years |
Aurélien Jacobs |
generate ENABLE_* defines also for all the HAVE_* values
Originally …
|
|
|
@629272d8
|
18 years |
benoit.fouet |
Add support for track numbers when they are set via strings
patch by …
|
|
|
@fbb578e9
|
18 years |
gpoirier |
some samples aren't decoded correctly such as
( …
|
|
|
@91a2974e
|
18 years |
takis.issaris |
Remove unneeded semicolon.
Originally committed as revision 9316 to …
|
|
|
@d111e41f
|
18 years |
takis.issaris |
Correct signature of just_return().
Originally committed as revision …
|
|
|
@b997b67c
|
18 years |
mans |
use get_bits_long() where needed
patch by Aurelien Jacobs, aurel …
|
|
|
@1bdf0fe
|
18 years |
ramiro.polla |
Vhooks require special cflags and ldflags for Windows builds
Copy them …
|
|
|
@4f3da985
|
18 years |
ramiro.polla |
Make ppm vhook depend on fork()
Originally committed as revision 9312 …
|
|
|
@b0268cc
|
18 years |
ramiro.polla |
Print static vhook warning for Cygwin and MinGW
Originally committed …
|
|
|
@77035989
|
18 years |
ramiro.polla |
Print static vhook warning for Cygwin only when both are enabled
…
|
|
|
@233ed445
|
18 years |
takis.issaris |
Remove an unreferenced variable from qpeg_decode_inter().
Originally …
|
|
|
@71fd1225
|
18 years |
benoit.fouet |
add and remove some parentheses
Originally committed as revision 9308 …
|
|
|
@ad0f6c1f
|
18 years |
diego |
Simplify init preprocessor statements.
patch by Albert Lee, trisk+xine …
|
|
|
@4931546e
|
18 years |
gpoirier |
this file credits authors of non-trivial code, which I don't qualify …
|
|
|
@6b0cdb6e
|
18 years |
benoit.fouet |
More detailed documentation
patch by Nicolas George: [nicolas george …
|
|
|
@2ef7c63
|
18 years |
gpoirier |
List myself in CREDITS as I did have some of code committed,
Add …
|
|
|
@86bdf3fd
|
18 years |
diego |
misc spelling fixes
Originally committed as revision 23556 to …
|
|
|
@57870214
|
18 years |
mmhoffm |
removing underscores from block profiling renaming to xx_
Originally …
|
|
|
@f70c2739
|
18 years |
mmhoffm |
Blackfin - read_time primitive
note this primitive currently uses a …
|
|
|
@c9823f05
|
18 years |
benoit.fouet |
Improve understanding ofavcodec_find_decoder()
patch by Carl Eugen …
|
|
|
@58d1dc0e
|
18 years |
benoit.fouet |
Workaround adjustments for DivX 6.1 and later
patch by Lord: [ …
|
|
|
@48961970
|
18 years |
benoit.fouet |
remove decode_be32/64 and replace them by AV_RB32/64
patch by Ronald …
|
|
|
@da1fce3
|
18 years |
gpoirier |
cosmetics
Originally committed as revision 9298 to …
|
|
|
@6fe706df
|
18 years |
ramiro.polla |
Remove unused declarations
Originally committed as revision 9297 to …
|
|
|
@0aec30c5
|
18 years |
gpoirier |
kill one vector constant value load by the right combination of …
|
|
|
@525751c0
|
18 years |
gpoirier |
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A …
|
|
|
@1a822d30
|
18 years |
mmhoffm |
integrating MPV_common_init_bfin into the build system and mpegvideo.c …
|
|
|
@50ee61dd
|
18 years |
mmhoffm |
Blackfin dct_quantize_bfin routine
2x performance boost in performing …
|
|
|
@ea6ad30c
|
18 years |
mmhoffm |
Blackfin IDCT has no special permutation it uses normal order
…
|
|
|
@90b5b51
|
18 years |
diego |
misc typo fixes
Originally committed as revision 9291 to …
|
|
|
@c294d7c6
|
18 years |
kostya.shishkov |
Typo
Originally committed as revision 9290 to …
|
|
|
@755bfeab
|
18 years |
diego |
misc spelling fixes
Originally committed as revision 9289 to …
|
|
|
@26ef3220
|
18 years |
benoit.fouet |
Move the video size and rate abbreviations system from libavformat to …
|
|
|
@0a4f20c6
|
18 years |
diego |
Add some explanatory comments to #endif directives.
Originally …
|
|
|
@3cce801a
|
18 years |
gpoirier |
fix 8- and 24-bit FLAC decoding
Patch by Michael Donaghy %md401 A cam …
|
|
|
@ea23327b
|
18 years |
diego |
Remove unused static function.
Originally committed as revision 9285 …
|
|
|
@1aa80145
|
18 years |
michaelni |
dont attach huge samplesto mails
Originally committed as revision …
|
|
|
@0c33dac2
|
18 years |
Aurélien Jacobs |
move codecs declarations from avcodec.h to allcodecs.h
Originally …
|
|
|
@819f3ab
|
18 years |
diego |
The video hooks do not depend on the libav* libraries.
Originally …
|
|
|
@c01d444b
|
18 years |
gpoirier |
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 …
|
|
|
@7c68b47b
|
18 years |
benoit.fouet |
Cygwin compatibility workaround
patch by Eric Lasota: [ riot icculus …
|
|
|
@b8d40825
|
18 years |
diego |
We do not create .d files, thus no need to remove them.
Originally …
|
|
|
@fa62bdb
|
18 years |
diego |
Move libpostproc-specific uninstallation command to the libpostproc …
|
|
|
@0669494
|
18 years |
diego |
Use consistent paths for adding values to LDFLAGS.
Originally …
|
|
|
@19ecf882
|
18 years |
diego |
Add a bounds check on AVProbeData input.
patch by Ronald S. Bultje, …
|
|
|
@364a9607
|
18 years |
diego |
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of …
|
|
|
@bb8fe69a
|
18 years |
diego |
whitespace cosmetics
Originally committed as revision 9272 to …
|
|
|
@4566de57
|
18 years |
diego |
Simplify ffplay.o CFLAGS handling.
Originally committed as revision …
|
|
|
@18caf192
|
18 years |
diego |
Compile all binaries with default CFLAGS.
Originally committed as …
|
|
|
@226cbe0
|
18 years |
diego |
Make main() return 0 at the end and mark as int.
Originally committed …
|
|
|
@a65bafef
|
18 years |
diego |
Add appropriate headers for exit and printf.
Originally committed as …
|
|
|
@ed7bf3c3
|
18 years |
diego |
Simplify command with automatic variable.
Originally committed as …
|
|
|
@097e1da4
|
18 years |
diego |
Adapt to API changes, fix compilation.
patch by Ronald S. Bultje, …
|
|
|
@5ce27e8c
|
18 years |
gpoirier |
minor GCC3 compile fix
(there's still 2 more, but there's burried into …
|
|
|
@f057cc03
|
18 years |
gpoirier |
Altivec version of h264_(h|v)_loop_filter_luma
patch by Graham Booker …
|
|
|
@12807c8d
|
18 years |
diego |
Add some #includes to allow compilation without HAVE_AV_CONFIG_H. …
|
|
|
@15bf461b
|
18 years |
diego |
Remove unused variable.
Originally committed as revision 9262 to …
|
|
|
@62dd740c
|
18 years |
diego |
Remove redundant #include, avformat.h indirectly includes common.h.
…
|
|
|
@ee387b57
|
18 years |
gpoirier |
work around issues with the old version of Gnu Assembler shipped on …
|
|
|
@b13cdd33
|
18 years |
diego |
Remove stray commented out line, fix individual regression test …
|
|
|
@b3e10436
|
18 years |
michaelni |
simplify
Originally committed as revision 9258 to …
|
|
|
@2bb486a
|
18 years |
michaelni |
remove now unused "global" pcr_pid
Originally committed as revision …
|
|
|
@dbf6b678
|
18 years |
michaelni |
proper per stream pcr_pid support by (Wolfram Gloger wmglo …
|
|
|
@1a18eaf7
|
18 years |
Reimar.Doeffinger |
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 …
|
|
|
@4fbd52f0
|
18 years |
diego |
Merge tests Makefile into the top-level Makefile.
This gets rid of …
|
|
|
@46076a95
|
18 years |
diego |
The server configuration file is passed as a command line parameter.
…
|
|
|
@bcbd6603
|
18 years |
diego |
emms --> emms_c, taken from a patch by Ronald Bultje
Originally …
|
|
|
@2458c5c
|
18 years |
diego |
Use consistent names for all test programs.
Originally committed as …
|
|
|
@34933442
|
18 years |
diego |
Preprocessor #defines starting with are reserved for the system.
…
|
|
|