Michael Niedermayer
59b571c1e4
more debug output
...
Originally committed as revision 1338 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Jürgen Keil
a8140ad5ab
mlib fix patch by (Juergen Keil <jk at tools dot de>)
...
Originally committed as revision 1337 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
e2b2851e5a
First shot at the ffserver regression tests. All feedback received with
...
interest
Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
96d9cb220b
fixing playback of DaveMatthews_Crash_PocketPC.avi
...
Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
0bdd297f26
Initial version of test configuration file for ffserver that encodes the
...
vsynth1 data and serves it up.
Originally committed as revision 1334 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
e47ec5157e
Add the -em_rate option to make the img reader run at the nominal frame rate.
...
This is used for regression testing ffserver
Originally committed as revision 1333 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
c9646fda01
* Extend the syntax of a filename for the img reader to allow looping. Thus
...
%125*d means substitute the frame number MOD 125 into the filename. This
is a cheap method of having an infinite stream.
Originally committed as revision 1332 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
38758ab0cd
* Add code to allow the img reader to read files at the nominal frame rate.
...
This (will) allow testing of ffserver in an automated way. The code is nasty
in that it uses a global.......
Originally committed as revision 1331 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
a4d70941cd
* Try and fix the crashes in ffserver associated with the coded_frame stuff.
...
This code is wrong, but it is not obvious what the right code is.
* Make sure that we reset SIGPIPE before execing ffmpeg.
Originally committed as revision 1330 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
4cb3ca724d
* fill codec_id in codec_open
...
Originally committed as revision 1329 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
befaced573
100l
...
Originally committed as revision 1328 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
492cd3a920
AVVideoFrame -> AVFrame
...
Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
f694168d52
Fix a crash caused by a null coded_picture pointer in ffserver.
...
Originally committed as revision 1326 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4e00e76b3c
cleanup / messup?
...
fixes 20% speedloss bug
removes redundant variables from MpegEncContext
release buffers in avcodec_flush_buffers() (untested)
Originally committed as revision 1325 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f8af5cb5a4
correct mpeg4 vo type
...
Originally committed as revision 1324 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
86689eeb7a
remove fake wmv2 codec
...
Originally committed as revision 1323 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2b2719acff
ump4 decoding fixed
...
Originally committed as revision 1322 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Dieter
00a7d8d69c
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>)
...
Originally committed as revision 1321 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6c16199b43
fixing api-example
...
Originally committed as revision 1320 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
426b80615b
aspect ratio encoding for mpeg1
...
Originally committed as revision 1319 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
945f15b740
mpeg1&2 aspect decoding
...
Originally committed as revision 1318 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
706fc4dea6
fixing aspect (hopefully, i couldnt reproduce the bug)
...
Originally committed as revision 1317 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0d1e924668
fixing 2pass assert failure
...
better dynamic b frame selection, still not very good though allthough it works fine without 2pass now
Originally committed as revision 1316 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
32db2b1d47
missing "\" (found by nick)
...
Originally committed as revision 1315 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
032011465b
better? scene change detection
...
Originally committed as revision 1314 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5f3ed1653f
fixing hq + adaptive quant
...
Originally committed as revision 1313 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d9cb5429f2
drop b frames if there are no reference frames
...
skip b frames if hurry_up
Originally committed as revision 1312 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Dieter
34b10a5791
crop optmization patch by (Dieter Shirley <dieters at schemasoft dot com>)
...
Originally committed as revision 1311 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8aa1e3da03
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 1310 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
aa388dba30
fixing files where the first frame isn a keyframe
...
Originally committed as revision 1309 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
140cb66321
new PSNR code (now works with chroma, b frames, ...)
...
rename *_TYPE to FF_*_TYPE for the external API
allow user specified pict_type
Originally committed as revision 1308 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5b20b7328a
print a warning if something allocates 0 bytes
...
Originally committed as revision 1307 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b92be2af42
workaround old xvid bug
...
Originally committed as revision 1306 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
c8c437bc23
specific debug output support
...
Originally committed as revision 1305 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
ce3bcaeda1
fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that)
...
Originally committed as revision 1304 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
dc172cc13b
use spatial error concealment if we dont have a previous frame
...
Originally committed as revision 1303 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1e491e29c2
cleanup
...
adding AVVideoFrame
moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame
removing obsolete variables in AVCodecContext
skiping of MBs in b frames
correctly initalizing AVCodecContext
picture buffer cleanup
Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
855ea723b0
* two functions to handle allocation of static data more simple
...
av_mallocz_static - called for every static data table
av_free_static - called when ffmpeg is no longer needed and should free
all static resources
* simple usage shown in mpegaudiodec.c
Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
1730832639
10l fix
...
Originally committed as revision 1300 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
843342efb7
100l (sad8x8_x2 had params in wrong order)
...
Originally committed as revision 1299 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2571e3b62b
100l (mixing chroma & luma linesize)
...
Originally committed as revision 1298 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
c11ef252e6
Fixed problem with frame rate reduction when capturing from a source
...
whose PTS does not start at zero. New code will fix that if the PTS
is more than 100 seconds from zero. This may well not be the right
number, but it is a big improvement over the current state.
Originally committed as revision 1297 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
6638d424d4
Try to make this compile on platforms with dlfcn.h
...
Originally committed as revision 1296 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
6c11d48cab
Added a release function to free up the context. Also removed the dummy
...
declarations at the bottom of the file. This type checking is now handled by the
header file.
Originally committed as revision 1295 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
042f24652e
Added support for a realease function to eliminate the context blocks used
...
by each hook.
Originally committed as revision 1294 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
9e4e1659d6
Simplify an expression and eliminate a compile warning
...
Originally committed as revision 1293 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
9d6f1d52c5
Moved hook documentation into the doc directory
...
Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
adbc051047
Add more tests for the presence of dlfcn.h and dlopen
...
Originally committed as revision 1291 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a1dfc201bd
fixed 'file:' in URLs
...
Originally committed as revision 1290 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a382b927ed
fixed multidir compile
...
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago