Michel Bardiaux
4fc3d23ffe
Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK
...
Thread: PIX_FMT_MONOWHITE
Originally committed as revision 9373 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
64e26e8c27
remove unused constant definition
...
Originally committed as revision 9372 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
995a30c06b
Decouple bit context from h264 context in decode_ref_pic_marking()
...
(done in order to implement slice-level parallel decoding)
Patch by Andreas Öman % andreas olebyn nu %
Original thread:
Date: Jun 15, 2007 10:10 PM
Subject: [FFmpeg-devel] [PATCH] h264 parallelized, (was: Parallelized h264 proof-of-concept)
Originally committed as revision 9371 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
8c71c5e454
aanscales is used only with CONFIG_ENCODERS
...
Originally committed as revision 9370 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
9e15dfebb4
comment endif directive token
...
Originally committed as revision 9369 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d6cfad679a
Revert videohook dependency change.
...
Originally committed as revision 9368 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3155a644a6
place -l flags after object files in check_ld()
...
Originally committed as revision 9367 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
ff5a6541bd
tests/Makefile has been removed
...
Originally committed as revision 9366 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
6f17637634
Add alpha channel support for imlib2 vhook
...
Originally committed as revision 9365 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f32adb22de
move lrintf() check before external lib checks to prevent runtime
...
errors from these interfering with lrintf() test
Originally committed as revision 9364 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
7a68f7fa22
kill error messages from failed svn revision extraction commands
...
Originally committed as revision 9363 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c1047cda84
extract revision from svn-1.4 .svn/entries files
...
Originally committed as revision 9362 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
4d321bff85
fix imlib2 memory leaks
...
patch by Limin Wang: [lance lmwang gmail com]
original thread: [FFmpeg-devel] [PATCH] fix imlib2 memory leaks
date: 06/18/2007 04:22 AM
Originally committed as revision 9361 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
1c48415bb9
indentation
...
patch by Andreas Öman: [andreas olebyn nu]
Originally committed as revision 9360 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
b33ece1634
replace calls to deprecated parsing functions to calls to new ones
...
patch by Stefano Sabatini: [stefano sabatini-lala poste it]
Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
aa45201dd5
fix thread support selection
...
Originally committed as revision 9358 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0db2ce7770
fix report at end of configure
...
Originally committed as revision 9357 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
efb775777f
add a comment to indicate which #endif belong to which #define
...
Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9cafbd6c49
simplify ppc64 handling
...
Originally committed as revision 9355 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d5f916e146
remove unneeded variable initializations
...
Originally committed as revision 9354 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
e970d98c47
restore GCC3 support
...
Originally committed as revision 9353 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0182fee8d1
indent
...
Originally committed as revision 9352 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9eeed841ca
simplify simd extension checking
...
Originally committed as revision 9351 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
7d2bf29c88
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec,
...
they work fine now
Originally committed as revision 9350 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Graham Booker
22fa38f0c8
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter
...
In h264_deblock_q1, the result of the deblock needs to be kept to
be used in future deblocks, so return this value now.
Also change the sign of tc0 vector: It is really a signed value, so
treat it as such until after the >=0 check;
then, at that point, after being masked, it can be treated as unsigned.
Patch by Graham Booker % gbooker A tamu P edu%
Originally committed as revision 9349 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
963eca226e
convert h264_deblock_q1 to an inline function.
...
part 1/2 of fixing Altivec-accelerated H264 luma inloop filter
Originally committed as revision 9348 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
ef4c82cb51
Indentation
...
Originally committed as revision 9347 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e4d86a5790
add "checkheaders" target
...
Originally committed as revision 9346 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
699b3f99d0
add multiple inclusion guards to headers
...
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
99545457bf
include all prerequisites in header files
...
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c2d08dc0d7
move a couple of macros and structs to mpegaudio.h
...
Originally committed as revision 9343 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
41e4c556e9
Add expression evaluation parameters for colors in imlib2 vhook
...
Originally committed as revision 9342 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
b41c1db38d
Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%
...
original thread:
Date: Jun 15, 2007 10:10 PM
Subject: [FFmpeg-devel] [PATCH] h264 parallelized, (was: Parallelized h264 proof-of-concept)
Originally committed as revision 9341 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Graham Booker
f4a02f6e9b
Use a faster way to compute 255-val: Instead of creating a vector of
...
all 255s, and then doing the subtraction, nor of the vector with itself: saves
one instruction and a register.
Patch by Graham Booker % gbooker A tamu P edu%
Originally committed as revision 9340 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
a444671542
Missing libswscale part of TARGET_ -> HAVE_ change
...
Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Reimar Döffinger
6e6203fb1c
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
...
Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Måns Rullgård
b3e83c965d
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
...
need to #include "h261data.h"
Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
859cfdc0e6
correct type of qsort() comparison callback
...
Originally committed as revision 9338 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e336139f0c
correct type for h263_parse()
...
Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e1659f0cc7
fix indentation
...
Originally committed as revision 9336 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
dfdf9e78f3
replace endian detection hack with #ifdef WORDS_BIGENDIAN
...
Originally committed as revision 9335 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
706da4af32
fix some printf format specifiers
...
Originally committed as revision 9334 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8657d5e549
correct type for {put,avg}_h264_chroma_mc2_mmx2
...
Originally committed as revision 9333 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bb5705b988
kill some "defined but not used" warnings
...
Originally committed as revision 9332 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
119e2c0056
kill a warning on 64-bit machines
...
Originally committed as revision 9331 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a1bee08046
move dsputil_init_foo() out from #ifdef
...
Originally committed as revision 9330 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
1bebfde9e1
Typo
...
Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
5c0e9479ef
test whether linker supports --warn-common
...
Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
a661ade713
Indentation for previous commit
...
Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
6100cb477a
Allow user to specify rgb.txt for imlib2 vhook
...
Originally committed as revision 9326 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago