|
|
|
@676e61c7
|
21 years |
michaelni |
infinite loop fix
Originally committed as revision 3188 to …
|
|
|
@f7e1e69e
|
21 years |
michaelni |
-qprd
Originally committed as revision 3187 to …
|
|
|
@2a8edc5d
|
21 years |
michaelni |
10l (-top 0)
Originally committed as revision 3186 to …
|
|
|
@fc3e9b14
|
21 years |
michaelni |
remove stupid YV12-huffyuv warning
Originally committed as revision …
|
|
|
@6bc79819
|
21 years |
michaelni |
10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot …
|
|
|
@8b408db
|
21 years |
r_togni |
Add support for qtrle4 (16 colors/gray levels)
Originally committed …
|
|
|
@e05655fb
|
21 years |
michaelni |
fix playback of http://www.zonque.org/test-long.ps
better seeking, …
|
|
|
@a811de6e
|
21 years |
michaelni |
dv regression test
Originally committed as revision 3181 to …
|
|
|
@bb8140f2
|
21 years |
michaelni |
h261 dequant fix
Originally committed as revision 3180 to …
|
|
|
@b658ecfe
|
21 years |
michaelni |
removing h263 specific code
Originally committed as revision 3179 to …
|
|
|
@b37e98c8
|
21 years |
michaelni |
simplify
Originally committed as revision 3178 to …
|
|
|
@fdbbf2e0
|
21 years |
michaelni |
rewrite h261 loop filter
no malloc(64) memcpy free stuff
no filter1 …
|
|
|
@c6148de2
|
21 years |
michaelni |
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc …
|
|
|
@20646267
|
21 years |
michaelni |
Another (final?) patch for libpostproc.
This one replace horizClassify …
|
|
|
@75204092
|
21 years |
michaelni |
10l
Originally committed as revision 3174 to …
|
|
|
@cc11e2b3
|
21 years |
michaelni |
skip subtitle streams instead of perishing
Originally committed as …
|
|
|
@7e0140cb
|
21 years |
michaelni |
much better AV sync, for some files
Originally committed as revision …
|
|
|
@3c895fc0
|
21 years |
michaelni |
correctly interleave packets during encoding
dts/pts fixed for …
|
|
|
@57518155
|
21 years |
michaelni |
export low_delay for encoding too
Originally committed as revision …
|
|
|
@42feef6b
|
21 years |
michaelni |
exporting keyframe flags, fixes keyframe stuff with streamcopy
…
|
|
|
@e928649b
|
21 years |
michaelni |
pass AVPacket into av_write_frame()
fixes the random dts/pts during …
|
|
|
@a7b2871c
|
21 years |
michaelni |
Newer version, using a vectorized version of the
new organisation of …
|
|
|
@39d89b69
|
21 years |
michaelni |
per line lowpass filter in mmx
Originally committed as revision 3166 …
|
|
|
@792a5a7c
|
21 years |
michaelni |
mmx optimized version of the per line/accurate deblock filter
vertical …
|
|
|
@8c8bbd10
|
21 years |
michaelni |
faster c lowpass filter
Originally committed as revision 3164 to …
|
|
|
@12eebd26
|
21 years |
michaelni |
accurate/slow (per line instead of per block) deblock filter spport …
|
|
|
@b0ac780
|
21 years |
michaelni |
altivec optimizations and horizontal filter fix by (Romain Dolbeau …
|
|
|
@12013f67
|
21 years |
michaelni |
10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>)
…
|
|
|
@b876b5c
|
21 years |
michaelni |
10l (interlaced b frame decoding fix)
Originally committed as …
|
|
|
@8b58ed63
|
21 years |
mike |
rpza resolution fix, courtesy of Todd Kirby (doubleshot at …
|
|
|
@9e9080b6
|
21 years |
michaelni |
dont add padding in the middle of the data patch by (Sidik Isani …
|
|
|
@50071f0b
|
21 years |
michaelni |
avcodec_find is in no header file, and appearently not used or very …
|
|
|
@4df8ca9d
|
21 years |
michaelni |
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot …
|
|
|
@4fc2c644
|
21 years |
michaelni |
100l (avi seeking)
Originally committed as revision 3155 to …
|
|
|
@cde073b4
|
21 years |
michaelni |
100l (AVStream.duration)
Originally committed as revision 3154 to …
|
|
|
@77405fc8
|
21 years |
michaelni |
cur_dts in native timebase
Originally committed as revision 3153 to …
|
|
|
@cdd5034f
|
21 years |
michaelni |
store index for seeking in the native timebase of each stream
set …
|
|
|
@9debb400
|
21 years |
michaelni |
100l
Originally committed as revision 3151 to …
|
|
|
@a62aecce
|
21 years |
michaelni |
mpeg audio timestamp fix
Originally committed as revision 3150 to …
|
|
|
@e06d3d55
|
21 years |
michaelni |
ooops
Originally committed as revision 3149 to …
|
|
|
@9ee91c2f
|
21 years |
michaelni |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
…
|
|
|
@e8733cc4
|
21 years |
michaelni |
more data_size=0 cleanup
Originally committed as revision 3147 to …
|
|
|
@53db1cae
|
21 years |
michaelni |
data_size = 0 cleanup
Originally committed as revision 3146 to …
|
|
|
@5da42be
|
21 years |
michaelni |
oops, forgot to commit that change from the warning fixes by (Michael …
|
|
|
@3a569751
|
21 years |
michaelni |
forgotten prototypes
Originally committed as revision 3144 to …
|
|
|
@c7baf14b
|
21 years |
michaelni |
muxing overhead statistic fix for stream copying
Originally committed …
|
|
|
@84ad6130
|
21 years |
michaelni |
bytestream tracing support
sync points
removing timestamp lru …
|
|
|
@a7fcb3ea
|
21 years |
michaelni |
rtp callback context patch by ("Chris Flerackers" <cflerackers at …
|
|
|
@e96682e6
|
21 years |
michaelni |
some of the warning fixes by (Michael Roitzsch <mroi at users dot …
|
|
|
@12cccabd
|
21 years |
Roman R. |
* IEC DV seems to accept SMPTE way of tagging 16:9 too.
Originally …
|
|
|
@a8eb52a8
|
21 years |
Roman R. |
* reimplementation using mutexes and condition variables.
Originally …
|
|
|
@ffc0ef96
|
21 years |
michaelni |
don't compile ffserver if network is not enabled patch by (Luca Abeni …
|
|
|
@2b5296d2
|
21 years |
michaelni |
mention avcodec_align_dimensions()
Originally committed as revision …
|
|
|
@7f2ca68
|
21 years |
michaelni |
segfault fix
Originally committed as revision 3135 to …
|
|
|
@d2bfadc0
|
21 years |
mike |
no longer true
Originally committed as revision 3134 to …
|
|
|
@cc77b943
|
21 years |
michaelni |
removing unused encoding code
Originally committed as revision 3133 …
|
|
|
@22f7a060
|
21 years |
michaelni |
automatic framerate selection
Originally committed as revision 3132 …
|
|
|
@fcee0164
|
21 years |
michaelni |
automatic pixel format selection
Originally committed as revision …
|
|
|
@4a1b9ba0
|
21 years |
mike |
how to encode SVQ1
Originally committed as revision 3130 to …
|
|
|
@b86bd1f1
|
21 years |
michaelni |
svq1 regression test
Originally committed as revision 3129 to …
|
|
|
@270f8784
|
21 years |
michaelni |
segfault fix
Originally committed as revision 3128 to …
|
|
|
@3178a865
|
21 years |
michaelni |
support skiped blocks in SVQ1
Originally committed as revision 3127 …
|
|
|
@5e13a73
|
21 years |
michaelni |
motion estimation for SVQ1
Originally committed as revision 3126 to …
|
|
|
@caa50878
|
21 years |
michaelni |
UINT64_MAX fix
Originally committed as revision 3125 to …
|
|
|
@1f202b0d
|
21 years |
michaelni |
moving motion estimation specific variables from MpegEncContext -> …
|
|
|
@af4091f1
|
21 years |
michaelni |
reduce dependancy between motion estimation and MpegEncContext
this is …
|
|
|
@ca8ad847
|
21 years |
michaelni |
dummy avcodec_thread_init() to avoid linking issues
Originally …
|
|
|
@ec6d8af5
|
21 years |
michaelni |
p frame encoding, only with 0,0 motion vectors yet though
Originally …
|
|
|
@0d8e09f8
|
21 years |
michaelni |
using pointers so the code could eventually be used for P frames
a few …
|
|
|
@bab97b2
|
21 years |
michaelni |
width height %64 != 0 fix
print average RD score at the end …
|
|
|
@7802d373
|
21 years |
michaelni |
imlib2 needs -lm
Originally committed as revision 3118 to …
|
|
|
@2a0dbb1e
|
21 years |
r_togni |
buffer hints, use reget_buffer, removed copy from previous frame
…
|
|
|
@14aa9da3
|
21 years |
michaelni |
color and 10l
Originally committed as revision 3116 to …
|
|
|
@fa2ae822
|
21 years |
michaelni |
rate distorted intra only encoding
still grayscale, still no real …
|
|
|
@5e502c3f
|
21 years |
michaelni |
10l
Originally committed as revision 3114 to …
|
|
|
@3b64893d
|
21 years |
mike |
first pass at a Sorenson Video 1 (SVQ1) encoder
Originally committed …
|
|
|
@d9171299
|
21 years |
mike |
support SVQ1 in AVI files, just for fun
Originally committed as …
|
|
|
@1fa3d65d
|
21 years |
michaelni |
vbr audio fix
Originally committed as revision 3111 to …
|
|
|
@dd17409c
|
21 years |
michaelni |
next_pts fix by (Wolfram Gloger <wmglo at dent dot med dot …
|
|
|
@8a0c66a7
|
21 years |
michaelni |
coder, context, predictor command line options
Originally committed …
|
|
|
@4ccde216
|
21 years |
michaelni |
support decoding mpeg4 with buggy dc clipping
Originally committed as …
|
|
|
@a7137a0
|
21 years |
michaelni |
mpeg4 dc prediction simplification
dc cliping fix
Originally …
|
|
|
@4c263142
|
21 years |
michaelni |
use AVInteger in av_rescale() so it can finally do 64*64/64 instead of …
|
|
|
@29adde8
|
21 years |
michaelni |
arbitrary precision integer support
+ - * / % << >> log2 compare are …
|
|
|
@ce5b6f63
|
21 years |
r_togni |
Add buffer hints, enable DR1
Originally committed as revision 3104 to …
|
|
|
@c172913a
|
21 years |
michaelni |
cleanup
Originally committed as revision 3103 to …
|
|
|
@da7f8893
|
21 years |
michaelni |
bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
with #if …
|
|
|
@0b43db14
|
21 years |
michaelni |
match latest spec
seeking to startcode-less frames
Originally …
|
|
|
@ae4cffd9
|
21 years |
dalias |
this isn't actually stupid, but it's not valid C and gcc 3.5 rejects …
|
|
|
@bb801c97
|
21 years |
michaelni |
dont use always_inine with -Os
Originally committed as revision 3101 …
|
|
|
@77d0e165
|
21 years |
michaelni |
mmx dct optimization
Originally committed as revision 3100 to …
|
|
|
@3116cb14
|
21 years |
michaelni |
AMV bug workaround
Originally committed as revision 3099 to …
|
|
|
@6387c3e6
|
21 years |
michaelni |
-bug
Originally committed as revision 3098 to …
|
|
|
@d01dbeb8
|
21 years |
michaelni |
simplify
Originally committed as revision 3097 to …
|
|
|
@1545acea
|
21 years |
michaelni |
dont missuse assert()
Originally committed as revision 3096 to …
|
|
|
@eea8c08f
|
21 years |
michaelni |
cleanup & memleak fix
Originally committed as revision 3095 to …
|
|
|
@60f41d13
|
21 years |
michaelni |
10000l
Originally committed as revision 3094 to …
|
|
|
@bf266e19
|
21 years |
michaelni |
intra_dc_precission>0 encoding support
Originally committed as …
|
|
|
@26d4f26b
|
21 years |
michaelni |
OPT_INT
Originally committed as revision 3092 to …
|
|
|
@242f5b0a
|
21 years |
michaelni |
ffmpeg -version
Originally committed as revision 3091 to …
|
|
|