summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-02
| | | | Originally committed as revision 373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -me epzsMichael Niedermayer2002-03-22
| | | | Originally committed as revision 346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-19
| | | | | | - Fixed ME range for H.263+ UMV (32 pix). Originally committed as revision 342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully better bitrate controllMichael Niedermayer2002-03-17
| | | | Originally committed as revision 334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * BeOS patch by François Revol <revol@free.fr>François Revol2002-03-08
| | | | | | fixing some compilation problems Originally committed as revision 319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
| | | | | | | | sure it works ok. Also it's slow, so use it only when you _really_ need to measure quality. - Fix libavcodec Makefile to enable profiling. Originally committed as revision 314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unified grab & convertion loops (should be easier to achieve correct ↵Fabrice Bellard2001-09-24
| | | | | | synchronization now - but still work to do!) - added ffplay support Originally committed as revision 144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete handling of pcm formats - hex dump optionFabrice Bellard2001-09-23
| | | | Originally committed as revision 138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed stereo grabFabrice Bellard2001-09-19
| | | | Originally committed as revision 135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops - forgot grabbing case for audio/video input auto detectFabrice Bellard2001-09-19
| | | | Originally committed as revision 134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non 420P grab fix - suppressed unused 'sys/poll.h' header - do not put error ↵Fabrice Bellard2001-09-16
| | | | | | if audio or video stream not found (no longer needs to use -an or -vn when it is obvious) - display error message when image filename does not contain '%d' Originally committed as revision 123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-31
| | | | | | | Increase video_buffer on ffmpeg to avoid buffer overrun on big pictures. Originally committed as revision 114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added win32 cross compile supportFabrice Bellard2001-08-15
| | | | Originally committed as revision 107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 81 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add deinterlacing support - add new image converter supportFabrice Bellard2001-08-11
| | | | Originally committed as revision 64 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added benchmark optionFabrice Bellard2001-07-30
| | | | Originally committed as revision 17 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mergeFabrice Bellard2001-07-22
| | | | Originally committed as revision 6 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing old filesFabrice Bellard2001-07-19
| | | | Originally committed as revision 4 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2000-12-20
Originally committed as revision 2 to svn://svn.ffmpeg.org/ffmpeg/trunk