aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-091-3/+18
| | | | | | | | | | AC3 set avcodec_context->channels to the desired number channels, if the setting is 0 AC3 decoder will set it to the channels found in the stream. - Changed ffmpeg to cope with the new "way" of AC3 decoding. - ASF muxer now uses Tickers for PTS calculations. Originally committed as revision 393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-071-5/+11
| | | | | | | | | | (and fix) stream copying. By now force_pts it's just honoured by the MPEG muxer. ASF could honour this also, but it should be fixed to use Tickers first. - MPEG audio decoder exports it's frame size in bytes. - Hope this fix the floating point exception found in ffserver. Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-021-5/+12
| | | | Originally committed as revision 373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -me epzsMichael Niedermayer2002-03-221-0/+2
| | | | Originally committed as revision 346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-191-12/+75
| | | | | | - 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-171-0/+64
| | | | 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-081-0/+2
| | | | | | 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-261-0/+10
| | | | | | | | 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-241-435/+170
| | | | | | 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-231-30/+37
| | | | Originally committed as revision 138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed stereo grabFabrice Bellard2001-09-191-5/+5
| | | | Originally committed as revision 135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops - forgot grabbing case for audio/video input auto detectFabrice Bellard2001-09-191-6/+9
| | | | 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-161-4/+66
| | | | | | 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-311-2/+2
| | | | | | | 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-151-6/+3
| | | | Originally committed as revision 107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-131-44/+78
| | | | Originally committed as revision 81 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add deinterlacing support - add new image converter supportFabrice Bellard2001-08-111-42/+165
| | | | Originally committed as revision 64 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added benchmark optionFabrice Bellard2001-07-301-0/+20
| | | | Originally committed as revision 17 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mergeFabrice Bellard2001-07-221-0/+2079
| | | | Originally committed as revision 6 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing old filesFabrice Bellard2001-07-191-717/+0
| | | | Originally committed as revision 4 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2000-12-201-0/+717
Originally committed as revision 2 to svn://svn.ffmpeg.org/ffmpeg/trunk