Luca Barbato
|
24dd8c616d
|
Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>
Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
bb428277fa
|
use $(LIBOBJFLAGS) when compiling sparc/*.c
Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
6eefb6fd5b
|
set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabled
Originally committed as revision 5629 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
98d417cbcd
|
#define SBUTTERFLY outside CONFIG_ENCODERS
Originally committed as revision 5628 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Stefan Gehrer
|
2e0141c351
|
even more cbp safety
Originally committed as revision 5627 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Stefan Gehrer
|
0e9b7305d0
|
missed removing this line in my last commit
Originally committed as revision 5626 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Ville Skyttä
|
67e21e071d
|
Remove obsolete and non-functional support for external LZO.
patch by Ville Skyttä, scop at users dot sourceforge dot net
Originally committed as revision 5625 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Diego Biurrun
|
75fe19059a
|
100l: V_PATH vs VPATH typo
Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Diego Biurrun
|
f130fd4630
|
cosmetics: Break overly long lines.
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Diego Biurrun
|
6e03fa5094
|
Remove erroneous -I../.. flag that points outside of the src directory.
Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Diego Biurrun
|
045bb9194e
|
simplify: $(SRC_PATH)/tests --> $(V_PATH)
Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
813457e515
|
set flags needed for shared libs on solaris
Originally committed as revision 5619 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
05e7e64d1a
|
add rounding bias earlier in the idct, avoids many adds
Originally committed as revision 5618 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
959e63c9ba
|
floorf() is not used, and causes warnings on Solaris
Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
cde2d79afd
|
Try to find a better shell if the one configure was started under is
broken. Solaris /bin/sh is broken.
Originally committed as revision 5616 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Stefan Huehner
|
109d2de108
|
Mark read-only data as const. Patch by stefan huehner org.
Originally committed as revision 5615 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
720c69da02
|
solaris sh doesn't allow functions and variables with the same name
Originally committed as revision 5614 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
57d664ff32
|
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode
Originally committed as revision 5613 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
784036e404
|
simplify intra prediction mode decoding
Originally committed as revision 5612 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
5ca0106879
|
check cbp for validity, avoids possible out of array reads / segfaults
Originally committed as revision 5611 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
5781d6d6e8
|
minor simplificationn
Originally committed as revision 5610 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Kostya Shishkov
|
66d0ad2605
|
Implement intensity compensation
Originally committed as revision 5609 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Kostya Shishkov
|
8a66a390cc
|
Correctly choose global transform mode, MV mode and fix bitplane decoding
Originally committed as revision 5608 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Kostya Shishkov
|
35a9cac888
|
Optimizations suggested by Michael Niedermayer
Originally committed as revision 5607 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Baptiste Coudurier
|
5cb49ca11b
|
write exact values for audio stsd v1
Originally committed as revision 5606 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
693caa725d
|
i wont split h263.c, too much work, and not important at all ...
Originally committed as revision 5605 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
83d0731364
|
attempt to detect Chinese AVS video
Originally committed as revision 5604 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Stefan Gehrer
|
ad78c0f3f1
|
cleanup macroblock layer: merged decode of skipped MBs
with non-skipped
Originally committed as revision 5603 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Stefan Gehrer
|
f503b19574
|
cosmetic patch:
Doxygen-style comments
added some more comments
Originally committed as revision 5602 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Kostya Shishkov
|
05103ed33f
|
Correctly detect when use hpel or qpel mode
Originally committed as revision 5601 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Kostya Shishkov
|
ef6cc8ce46
|
4-MV mode final fixes (now it works for non-exotic modes)
Originally committed as revision 5600 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Kostya Shishkov
|
4a5343fabc
|
vc1_decode_intra_block() simplifications and corrections
Originally committed as revision 5599 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Reimar Döffinger
|
cc0bc648f0
|
add GXF demuxer
Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
767aeb11fb
|
simplify
Originally committed as revision 5597 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Luca Barbato
|
5351c29cbe
|
fix endianess build in a better way
Originally committed as revision 5596 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Luca Abeni
|
9c39071d6d
|
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
d6950e9124
|
more maintainers, if someone doesnt want to maintain something just say so and ill remove you again
Originally committed as revision 5594 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Justin Ruggles
|
1e5707b7b8
|
porder patch by (Justin Ruggles jruggle a t earthlink d ot net)
Originally committed as revision 5593 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Luca Barbato
|
a8d88e03d2
|
big endian fix
Originally committed as revision 5592 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Kostya Shishkov
|
e4bf0302a3
|
4-MV decoding support
Originally committed as revision 5591 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
b482e2d12f
|
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
3f8674a902
|
remove redundant macro definitions
Originally committed as revision 5589 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
8fb0d07339
|
kill warning
Originally committed as revision 5588 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
d10fda8ee2
|
1l: put that int i back
Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
26b891356c
|
kill warnings
Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Måns Rullgård
|
4dddc5e10c
|
kill warnings
Originally committed as revision 5585 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Ivo van Poorten
|
fb9cc9e7aa
|
compile md5 and include in libavutil.a
Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Ivo van Poorten
|
93d6aeb0a4
|
add missing declaration for av_md5_sum
Originally committed as revision 5583 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Ivo van Poorten
|
f28660eb3f
|
cast pointers to make compiler happy
remove test define
Originally committed as revision 5582 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Diego Biurrun
|
5c6a5d584e
|
simplify
Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |