|
|
|
@b9a793ee
|
18 years |
diego |
Building both shared and static libraries is now possible on MinGW. …
|
|
|
@5676d140
|
18 years |
alex |
initial mingw networking support
Originally committed as revision …
|
|
|
@124bed6f
|
18 years |
alex |
link to ws2_32.dll only if networking is enabled
Originally committed …
|
|
|
@809c767a
|
18 years |
mmhoffm |
Adding Myself to the Maintainers list for the Blackfin architecture
…
|
|
|
@a1f6643d
|
18 years |
michaelni |
dont write over the end of ref_cache
Originally committed as revision …
|
|
|
@9b5dc867
|
18 years |
takis.issaris |
Make vp3dsp*.c compilation optional.
Originally committed as revision …
|
|
|
@e36d79c8
|
18 years |
Reimar.Doeffinger |
Change some leftover attribute((unused)) and attribute((used)) …
|
|
|
@37c26ae9
|
18 years |
Aurélien Jacobs |
remove some unused mjpeg encoding variables
(they were always set to a …
|
|
|
@7fcf410
|
18 years |
Aurélien Jacobs |
jpegls encoder does not call this function, so remove useless tests
…
|
|
|
@6ba04c2b
|
18 years |
Aurélien Jacobs |
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
Originally …
|
|
|
@1adf2e56
|
18 years |
diego |
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
…
|
|
|
@27885fad
|
18 years |
gpoirier |
Blackfin DSP utilities: add DEFUN_END
DEFUN_END macro adds the size …
|
|
|
@d3f3eea9
|
18 years |
gpoirier |
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
YUV2 -> …
|
|
|
@79d4c96a
|
18 years |
michaelni |
correct last element inited check
Originally committed as revision …
|
|
|
@25e4f8aa
|
18 years |
gpoirier |
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% …
|
|
|
@3a136a06
|
18 years |
Reimar.Doeffinger |
Do not use return with argument for a function "returning" void.
…
|
|
|
@43c7c7c7
|
18 years |
alex |
use DECLARE_ALIGNED from mem.h (which is included through common.h)
…
|
|
|
@f8b2417e
|
18 years |
Aurélien Jacobs |
cosmetics: indent
Originally committed as revision 9014 to …
|
|
|
@70724cba
|
18 years |
Aurélien Jacobs |
replace some #ifdef CONFIG_* by if(ENABLE_*)
Originally committed as …
|
|
|
@6d8bfb52
|
18 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 9012 to …
|
|
|
@f6993c9f
|
18 years |
Aurélien Jacobs |
make compilation of mjpeg.c optional
Originally committed as revision …
|
|
|
@cd61e407
|
18 years |
Aurélien Jacobs |
allow to enable or disable every bitstream filters individually …
|
|
|
@cf329752
|
18 years |
Aurélien Jacobs |
jpegls never call this code, so those tests are useless
Originally …
|
|
|
@4440b118
|
18 years |
baptiste.coudurier |
simplify, no need for a function
Originally committed as revision …
|
|
|
@54a5c719
|
18 years |
baptiste.coudurier |
fix ctts index computation when seeking, check must be done against …
|
|
|
@d2bc0473
|
18 years |
banan |
Added support for instances where linesize[0] is negative.
Based on …
|
|
|
@7f58baa8
|
18 years |
diego |
Remove redundant extern declaration of j_rev_dct that is already …
|
|
|
@7f4f3e16
|
18 years |
diego |
cosmetics: Group all test targets together.
Originally committed as …
|
|
|
@ff506a90
|
18 years |
lorenm |
sse2 & ssse3 versions of dct_quantize.
core2: mmx2=154 sse2=73 …
|
|
|
@8e380710
|
18 years |
lorenm |
configure check for whether we can compile ssse3
Originally committed …
|
|
|
@1edbfe19
|
18 years |
lorenm |
factor sum_abs_dctelem out of dct_sad, and simd it.
sum_abs_dctelem_* …
|
|
|
@561f940c
|
18 years |
lorenm |
sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. …
|
|
|
@5b67307a
|
18 years |
lorenm |
fix a crash with svq1 + sse2.
EMU_EDGE broke memory alignment when the …
|
|
|
@5f097703
|
18 years |
alex |
cosmetics: fix indentation
Originally committed as revision 8998 to …
|
|
|
@9d9de37d
|
18 years |
ivop |
cosmetics; one test per line for all isXXX(x) macros
Originally …
|
|
|
@9020e697
|
18 years |
diego |
Merge RoQ entries
Originally committed as revision 8997 to …
|
|
|
@9ac2e797
|
18 years |
Aurélien Jacobs |
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c
Originally …
|
|
|
@a2e4c0dd
|
18 years |
diego |
Remove duplicate #includes, avcodec.h #includes common.h.
Originally …
|
|
|
@9636c4de
|
18 years |
diego |
Remove unused variable.
Originally committed as revision 8994 to …
|
|
|
@ba53071a
|
18 years |
lorenm |
10l, r8991 broke mmx1 sad
Originally committed as revision 8993 to …
|
|
|
@72946825
|
18 years |
lorenm |
sse2 version of fullpel sad.
16% faster on core2, 5% faster on p4. 10% …
|
|
|
@164d75eb
|
18 years |
lorenm |
tweak mmx2 sad.
40% faster on core2, 18% faster on k8, 5% faster on …
|
|
|
@c3ebc833
|
18 years |
baptiste.coudurier |
dmb1 fourcc, mjpeg_opendml.mov
Originally committed as revision 8990 …
|
|
|
@1b52bec7
|
18 years |
Aurélien Jacobs |
make compilation of pnm.c optional
Originally committed as revision …
|
|
|
@426a189b
|
18 years |
Aurélien Jacobs |
move pnm parser in its own file
Originally committed as revision 8988 …
|
|
|
@b16560a3
|
18 years |
Aurélien Jacobs |
move mjpeg parser in its own file
Originally committed as revision …
|
|
|
@87acdd53
|
18 years |
Aurélien Jacobs |
cosmetics: reindent
Originally committed as revision 8986 to …
|
|
|
@26b4fe82
|
18 years |
Aurélien Jacobs |
split h264.c to move parser in its own file
Originally committed as …
|
|
|
@eca3810e
|
18 years |
lorenm |
tweak mmx2 sad.
6% faster on core2 and k8, no change on p4.
…
|
|
|
@b3a257af
|
18 years |
ramiro.polla |
Revert r8979 (Ugly fix for r8963)
Originally committed as revision …
|
|
|
@803ca89c
|
18 years |
ramiro.polla |
Proper fix for r8963
Patch by Jindrich Makovicka, makovick at gmail …
|
|
|
@07c55d8e
|
18 years |
Aurélien Jacobs |
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
…
|
|
|
@f6bd6ee
|
18 years |
Aurélien Jacobs |
loosen vorbis_enc.c dependencies by spliting vorbis.c
Originally …
|
|
|
@dccabd4c
|
18 years |
ramiro.polla |
Fix r8963
Originally committed as revision 8979 to …
|
|
|
@7a0daaf1
|
18 years |
takis.issaris |
Fix Vorbis encoder Xiph dependency by making sure the references to …
|
|
|
@0ba0c8de
|
18 years |
benoit.fouet |
Use url_fopen error code when opening input file
handle the …
|
|
|
@35e7f087
|
18 years |
benoit.fouet |
add AVERROR_NOENT
Originally committed as revision 8976 to …
|
|
|
@15025553
|
18 years |
Aurélien Jacobs |
disable reference to msmpeg4 and wmv2 code when those codecs are not …
|
|
|
@b484ec78
|
18 years |
takis.issaris |
Typos
Originally committed as revision 8974 to …
|
|
|
@e4dd03f3
|
18 years |
lucabe72 |
Reindent code after last commit
Originally committed as revision 8973 …
|
|
|
@82dc348b
|
18 years |
Aurélien Jacobs |
those tables don't need to be extern
Originally committed as revision …
|
|
|
@0d6c073
|
18 years |
lucabe72 |
Allow avoid setting the video standard and input when capturing v4l2 …
|
|
|
@5ecb0677
|
18 years |
Aurélien Jacobs |
use header instead of copying table declarations
Originally committed …
|
|
|
@42ef2db
|
18 years |
Aurélien Jacobs |
split msmpeg4 data to easily share some of it with vc1.c
Originally …
|
|
|
@1d557d35
|
18 years |
Aurélien Jacobs |
add missing rules for wmv2 compilation
Originally committed as …
|
|
|
@2029f312
|
18 years |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes …
|
|
|
@7c3a9fe2
|
18 years |
lorenm |
sse2 version of fdct_col.
k8: 72->61 cycles, core2: 51->26 cycles.
…
|
|
|
@a4461664
|
18 years |
ramiro.polla |
Simplify ptr[0]; ptr++; to *ptr++
Originally committed as revision …
|
|
|
@5a2f421a
|
18 years |
ramiro.polla |
Use bytestream
Originally committed as revision 8964 to …
|
|
|
@a32c2ce4
|
18 years |
ramiro.polla |
Use AV_XX16 macros
Originally committed as revision 8963 to …
|
|
|
@df495dbd
|
18 years |
Aurélien Jacobs |
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c …
|
|
|
@87e61d09
|
18 years |
diego |
RoQ muxer
Originally committed as revision 8961 to …
|
|
|
@7d5aaa04
|
18 years |
ramiro.polla |
Factorize usum
Originally committed as revision 8960 to …
|
|
|
@13dec857
|
18 years |
diego |
RoQ muxer, patch by Vitor, vitor1001 gmail com
reference thread: …
|
|
|
@de8e2c1d
|
18 years |
ramiro.polla |
Use 1 array with double the size instead of 2 arrays with normal size …
|
|
|
@a5cb1f13
|
18 years |
ramiro.polla |
Add bias instead of -32 or 0, as is done in g.722.1
Originally …
|
|
|
@39938968
|
18 years |
ramiro.polla |
Indentation for previous patch
Originally committed as revision 8956 …
|
|
|
@6b019970
|
18 years |
ramiro.polla |
Add another tmpbias variable, as bias' value will be used later
…
|
|
|
@cdb59552
|
18 years |
ramiro.polla |
Fix logic for return value of init_vlc
Originally committed as …
|
|
|
@5880d5b5
|
18 years |
ramiro.polla |
Install MinGW shared libraries (dlls) to bindir
Originally committed …
|
|
|
@fa88429
|
18 years |
ivop |
remove the need of one extra shift in rgb16ToUV
Originally committed …
|
|
|
@686dcc11
|
18 years |
diego |
Replace general CONFIG_ENCODERS by more fine-grained …
|
|
|
@f96829d2
|
18 years |
ivop |
Fix rgb15ToUV. Correct order of components and use one shift less.
…
|
|
|
@a5c14fca
|
18 years |
kostya.shishkov |
Add ff_ prefix to (externally) visible variables
Originally committed …
|
|
|
@2a2072fe
|
18 years |
kostya.shishkov |
Use correct dequantizer value
Originally committed as revision 8950 …
|
|
|
@4a815a7f
|
18 years |
diego |
Allow conditional compilation of H.263-related decoders.
Originally …
|
|
|
@2462e4b
|
18 years |
diego |
Remove trailing / from -I flags, MinGW appears to dislike them.
patch …
|
|
|
@3688f93
|
18 years |
benoit.fouet |
make help message go to standard output instead of standard error …
|
|
|
@5adf43e4
|
18 years |
lorenm |
cosmetics: remove code duplication in hadamard8_diff_mmx
Originally …
|
|
|
@c5a60225
|
18 years |
Aurélien Jacobs |
move cavs parser in it's own file
Originally committed as revision …
|
|
|
@b88e2114
|
18 years |
Aurélien Jacobs |
move defines and enums out of cavsdata.h
Originally committed as …
|
|
|
@1fddeecd
|
18 years |
Aurélien Jacobs |
remove no more useful includes
Originally committed as revision 8943 …
|
|
|
@679c2294
|
18 years |
Aurélien Jacobs |
cosmetics: rename for consistency after previous aac and ac3 parsers …
|
|
|
@99ff31dc
|
18 years |
Aurélien Jacobs |
move aac and ac3 parsers in their own files
Originally committed as …
|
|
|
@e0fe500f
|
18 years |
Aurélien Jacobs |
avoid multiple inclusion of ac3.h
Originally committed as revision …
|
|
|
@bba5293b
|
18 years |
lorenm |
cosmetics: remove duplicate transpose macro
Originally committed as …
|
|
|
@8d2fb333
|
18 years |
ivop |
autodetect ptx files
Originally committed as revision 8938 to …
|
|
|
@28ba53ff
|
18 years |
ivop |
add myself for txd and s3tc files
Originally committed as revision …
|
|
|
@12b6d7c0
|
18 years |
ivop |
add Renderware TXD format
Originally committed as revision 8936 to …
|
|
|
@d58bbf81
|
18 years |
ivop |
add V.Flash PTX image format
Originally committed as revision 8935 to …
|
|
|