Michael Niedermayer
9964df63ee
minor motion estimation cleanup
...
4mv motion vector passthrough
Originally committed as revision 3051 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Sascha Sommer
5c668f4610
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
...
Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
cbdd9b5386
* Enabling UltraSparc stuff wit _SPARC64
...
Originally committed as revision 3049 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
44f54ceb30
VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>)
...
ported to ffmpeg by (ja2morri at csclub dot uwaterloo dot ca (james morrison))
useable under LGPL with their agreement
Originally committed as revision 3048 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
1671083f55
sanity check
...
Originally committed as revision 3047 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Dmitry Borisov
df70de1f61
Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)
...
Originally committed as revision 3046 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Timofei V. Bondarenko
2f0472ff81
me_range patch by ("Timofei V. Bondarenko" <timm at ipi dot ac dot ru>)
...
Originally committed as revision 3045 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c8470cc173
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)
...
Originally committed as revision 3044 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Laurent Aimar
693399ba55
h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
...
Originally committed as revision 3043 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
f4f3223ffd
reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold
...
currently works only with mpeg1/2 source or some luck
may need -sync 0 as otherwise framedrops could lead to extreemly long b frame sequences
Originally committed as revision 3042 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
10f3005f51
RSHIFT(x,0) fix
...
Originally committed as revision 3041 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
25ef43bb28
corrupted field pictures segfault fix
...
Originally committed as revision 3040 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6c08a05743
10l (segfault fix)
...
Originally committed as revision 3039 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Romain Dolbeau
9007f51460
better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
...
Originally committed as revision 3038 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2750b827b3
motion estimation cleanup
...
replace ugly macros by always_inline functions, that way its much more readable and flexible as always_inline can simply be removed while the macros couldnt be
about 0.5 % speedup with default parameters
Originally committed as revision 3037 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c4a1714826
hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>)
...
Originally committed as revision 3036 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7c4f71c428
exporting field_select/ref_index values
...
Originally committed as revision 3035 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8857a7ef32
10l
...
Originally committed as revision 3034 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
3803021453
fix y scale of mv vissualization of interlaced MVs
...
Originally committed as revision 3033 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
0c352cadb0
fix exported motion vectors
...
Originally committed as revision 3032 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
11a8e42573
various fixes
...
Originally committed as revision 3031 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
e31d863ede
pts fix / b frame segfault fix
...
Originally committed as revision 3030 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2de28abbfd
10l (segfault fix)
...
Originally committed as revision 3029 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a4d36c1113
passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder
...
moving ref_index from Picture to AVFrame
Originally committed as revision 3028 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
14e2a9404e
flv dropable p frame support
...
Originally committed as revision 3027 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
068f2a22db
cleanup
...
fix streamcopy
Originally committed as revision 3026 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
bf17ff617b
stream copy pts fix
...
Originally committed as revision 3025 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
da63aac585
seems wmv8 doesnt use intra-inter prediction
...
Originally committed as revision 3024 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Romain Dolbeau
a194762450
forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
...
Originally committed as revision 3023 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
0abd691683
10l by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3022 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
12043e1d8b
FreeBSD pthread patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3021 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Hauke Duden
0f5c3f2132
fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>)
...
Originally committed as revision 3020 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
365e75f89b
t/dprintf printf -> av_log
...
Originally committed as revision 3019 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a76078b97f
+-1 bugfix regression test checksum update
...
Originally committed as revision 3018 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
e4a1fdfdee
segfault fix
...
Originally committed as revision 3017 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
137c8468e8
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
...
minor +-1 bugfix
Originally committed as revision 3016 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
37f5cd5a18
10l (stats didnt include av_write_trailer())
...
Originally committed as revision 3015 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
1008ceb380
print video/audio/global_header size and muxing overhead
...
Originally committed as revision 3014 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a18b518368
10l
...
Originally committed as revision 3013 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Zdenek Kabelac
450420cee1
* removed config.h
...
Originally committed as revision 3012 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Wolfram Gloger
550f0a9b07
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
...
Originally committed as revision 3011 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6c205de244
assert(time_incr >= 0) so its clear that this MUST be the case
...
Originally committed as revision 3010 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
17c22f574b
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3009 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
31179d85cb
store correct pts
...
Originally committed as revision 3008 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
75553f825c
bit-exact
...
Originally committed as revision 3007 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2fefb2201d
distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3006 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
e5d64d6892
10l
...
Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
3ec34bfdb2
libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3004 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8d14a25c3e
moving nearly identical binary search code from nut/mpeg/asf to utils.c
...
Originally committed as revision 3003 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ee77723580
codec tag for FLV
...
Originally committed as revision 3002 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago