summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* restore old tty in ffmpeg patch by (Roumen Petrov <ffmpeg at roumenpetrov ↵Roumen Petrov2003-04-10
| | | | | | dot info>) Originally committed as revision 1750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 decoder & demuxerMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-20
| | | | Originally committed as revision 1696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MacOS X stack overflow? patch by (Sylvain Corré <sylvain dot corre at ↵Sylvain Corré2003-03-20
| | | | | | wanadoo.fr>) Originally committed as revision 1694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-03-16
| | | | Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleaner support for usleep()François Revol2003-03-12
| | | | Originally committed as revision 1668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at ↵Slavik Gnatenko2003-03-11
| | | | | | newmail dot ru>) Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifiedAlex Beregszaszi2003-03-09
| | | | Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-03-07
| | | | Originally committed as revision 1641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extended option for h263+ patch by (fixounet at free dot fr) with some minor ↵Michael Niedermayer2003-03-05
| | | | | | modifications Originally committed as revision 1622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
| | | | | | bitexact cleanup Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for legacy audioFrançois Revol2003-02-12
| | | | Originally committed as revision 1583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for using ffplay without specifying the audio deviceFrançois Revol2003-02-08
| | | | Originally committed as revision 1555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by meMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio support for DV1394 by Max KrasnyanskyFabrice Bellard2003-01-27
| | | | Originally committed as revision 1516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_realloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 channel selection by Max Krasnyansky - modified channel number to be ↵Fabrice Bellard2003-01-23
| | | | | | in base 10 by default Originally committed as revision 1500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable) - ↵Fabrice Bellard2003-01-23
| | | | | | currently unused video output stuff for ffplay Originally committed as revision 1498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-22
| | | | Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau ↵Romain Dolbeau2003-01-19
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 1476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When doing -vstats and also changing the frame rate, then don't count (andPhilip Gladstone2003-01-17
| | | | | | report) frames that are dropped. Originally committed as revision 1465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau ↵Michael Niedermayer2003-01-16
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 1464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* still image support - increase audio buffer size - do hex dump even if ↵Fabrice Bellard2003-01-11
| | | | | | packet is discarded Originally committed as revision 1440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l, but for whom? (zero ME sucks and caused the many I frames in the ↵Michael Niedermayer2003-01-06
| | | | | | regression tests) Originally committed as revision 1405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv 4cc & -strictMichael Niedermayer2002-12-27
| | | | | | (huffyuv still doesnt work with ffmpeg (it does work with mencoder though) someone should fix the avi de(muxer)) Originally committed as revision 1363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes the jerky video from vob files. However, I am convinced that thisPhilip Gladstone2002-12-25
| | | | | | | | | | | is the wrong solution to the problem. In particular, if you specify an output frame rate, then it doesn't work correctly. My feeling is that the pts value ought to be interpolated between those frames where the pts is actually known. Maybe someone else could do that (change the line that I added, setting a value equal to AV_NOPTS_VALUE). Happy Christmas. Originally committed as revision 1361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with -vcodec copyMichael Niedermayer2002-12-24
| | | | Originally committed as revision 1360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2002-12-20
| | | | Originally committed as revision 1345 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
* more debug outputMichael Niedermayer2002-12-17
| | | | Originally committed as revision 1338 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
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 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
* 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
* 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
* 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
* * Add frame rate conversion when there is no audio channel. This makesPhilip Gladstone2002-11-20
| | | | | | | | | | ffmpeg/ffserver work again when just capturing video from a live source and you are streaming feeds of different frame rates. * Fix a segfault in argument processing * Add handling for -vhook argument * Add logic to call video hooks if any have been specified. Originally committed as revision 1247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* '-' can be used for standard inputFabrice Bellard2002-11-19
| | | | Originally committed as revision 1232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes the frame number counter for -vcodec copy patch by (mru at users dot ↵Måns Rullgård2002-11-08
| | | | | | sourceforge.net (Måns Rullgård)) Originally committed as revision 1176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
| | | | | | | | | | | remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED add CODEC_CAP_TRUNCATED add alpha plane to AVPicture remove CODEC_ID_MSMPEG4 remove various unused stuff support "truncated" mpeg4 streams Originally committed as revision 1175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * use larger buffer - the size should be calculcated from the bitstreamZdenek Kabelac2002-11-05
| | | | | | | | data rate and outgoing samples (i.e. WMA could generate a lot of samples from 4096KB chunks) FIXME Originally committed as revision 1169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fix leak with output file closingZdenek Kabelac2002-11-05
| | | | Originally committed as revision 1166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
| | | | Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk