summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added ffserver disabling for easier portingFabrice Bellard2002-12-18
| | | | Originally committed as revision 1341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb qp limitsMichael Niedermayer2002-12-18
| | | | Originally committed as revision 1340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support dumping the qscale stuff to the screenMichael Niedermayer2002-12-18
| | | | Originally committed as revision 1339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more debug outputMichael Niedermayer2002-12-17
| | | | Originally committed as revision 1338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlib fix patch by (Juergen Keil <jk at tools dot de>)Jürgen Keil2002-12-15
| | | | Originally committed as revision 1337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First shot at the ffserver regression tests. All feedback received withPhilip Gladstone2002-12-12
| | | | | | interest Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing playback of DaveMatthews_Crash_PocketPC.aviMichael Niedermayer2002-12-11
| | | | Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial version of test configuration file for ffserver that encodes thePhilip Gladstone2002-12-11
| | | | | | vsynth1 data and serves it up. Originally committed as revision 1334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the -em_rate option to make the img reader run at the nominal frame rate.Philip Gladstone2002-12-11
| | | | | | This is used for regression testing ffserver Originally committed as revision 1333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Extend the syntax of a filename for the img reader to allow looping. ThusPhilip Gladstone2002-12-11
| | | | | | | %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
* * Add code to allow the img reader to read files at the nominal frame rate.Philip Gladstone2002-12-11
| | | | | | | 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
* * Try and fix the crashes in ffserver associated with the coded_frame stuff.Philip Gladstone2002-12-11
| | | | | | | 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
* * fill codec_id in codec_openZdenek Kabelac2002-12-09
| | | | Originally committed as revision 1329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a crash caused by a null coded_picture pointer in ffserver.Philip Gladstone2002-12-09
| | | | Originally committed as revision 1326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / messup?Michael Niedermayer2002-12-09
| | | | | | | | 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
* correct mpeg4 vo typeMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove fake wmv2 codecMichael Niedermayer2002-12-08
| | | | Originally committed as revision 1323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ump4 decoding fixedMichael Niedermayer2002-12-07
| | | | Originally committed as revision 1322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* practically disabling altivec resampling code (some ppl said its broken) ↵Dieter2002-12-06
| | | | | | patch by (Dieter Shirley <dieters at schemasoft dot com>) Originally committed as revision 1321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing api-exampleMichael Niedermayer2002-12-06
| | | | Originally committed as revision 1320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect ratio encoding for mpeg1Michael Niedermayer2002-12-06
| | | | Originally committed as revision 1319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1&2 aspect decodingMichael Niedermayer2002-12-06
| | | | Originally committed as revision 1318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing aspect (hopefully, i couldnt reproduce the bug)Michael Niedermayer2002-12-06
| | | | Originally committed as revision 1317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing 2pass assert failureMichael Niedermayer2002-12-06
| | | | | | 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
* missing "\" (found by nick)Michael Niedermayer2002-12-06
| | | | Originally committed as revision 1315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better? scene change detectionMichael Niedermayer2002-12-05
| | | | Originally committed as revision 1314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing hq + adaptive quantMichael Niedermayer2002-12-05
| | | | Originally committed as revision 1313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop b frames if there are no reference framesMichael Niedermayer2002-12-05
| | | | | | skip b frames if hurry_up Originally committed as revision 1312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* crop optmization patch by (Dieter Shirley <dieters at schemasoft dot com>)Dieter2002-12-05
| | | | Originally committed as revision 1311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)Michael Niedermayer2002-12-05
| | | | Originally committed as revision 1310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing files where the first frame isn a keyframeMichael Niedermayer2002-12-04
| | | | Originally committed as revision 1309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer2002-12-04
| | | | | | | 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
* print a warning if something allocates 0 bytesMichael Niedermayer2002-12-04
| | | | Originally committed as revision 1307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround old xvid bugMichael Niedermayer2002-12-04
| | | | Originally committed as revision 1306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* specific debug output supportMichael Niedermayer2002-12-04
| | | | Originally committed as revision 1305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use ↵Michael Niedermayer2002-12-04
| | | | | | 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
* use spatial error concealment if we dont have a previous frameMichael Niedermayer2002-12-04
| | | | Originally committed as revision 1303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-04
| | | | | | | | | | | 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
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-03
| | | | | | | | | 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
* 10l fixAlex Beregszaszi2002-12-03
| | | | Originally committed as revision 1300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (sad8x8_x2 had params in wrong order)Michael Niedermayer2002-12-03
| | | | Originally committed as revision 1299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (mixing chroma & luma linesize)Michael Niedermayer2002-12-03
| | | | Originally committed as revision 1298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed problem with frame rate reduction when capturing from a sourcePhilip Gladstone2002-12-02
| | | | | | | | 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
* Try to make this compile on platforms with dlfcn.hPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added a release function to free up the context. Also removed the dummyPhilip Gladstone2002-11-30
| | | | | | | 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
* Added support for a realease function to eliminate the context blocks usedPhilip Gladstone2002-11-30
| | | | | | by each hook. Originally committed as revision 1294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify an expression and eliminate a compile warningPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moved hook documentation into the doc directoryPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk