summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
...
* renamed gettime() av_gettime() - same for register_all()Fabrice Bellard2002-07-25
| | | | Originally committed as revision 808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -bug comand line option to workaround encoder bugs which cannot be detected ↵Michael Niedermayer2002-07-22
| | | | | | automatically Originally committed as revision 787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nanosleep patch by François Revol <revol at free dot fr>François Revol2002-07-21
| | | | Originally committed as revision 784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone2002-06-17
| | | | | | of ticks. In particular we want an INT64 return. Originally committed as revision 693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Go faster stripes: don't check to see if the user presses 'q' if stdinPhilip Gladstone2002-05-30
| | | | | | | | | returns EOF -- e.g. it is connected to /dev/null * Make the 1MB video buffer only allocated once rather than on each frame. The allocation and deallocation causes significant performance loss as the kernel remaps the address space each time. Originally committed as revision 629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Make video grabbing work again (if you are grabbing multiple streamsPhilip Gladstone2002-05-29
| | | | | | | at different frame rates). * Do the av_abort() change that is not otherwise worth checking in. Originally committed as revision 620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing stackoverflowMichael Niedermayer2002-05-27
| | | | Originally committed as revision 618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright change - fixed memory leaksFabrice Bellard2002-05-25
| | | | Originally committed as revision 587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* began to simplify code - use modified API for stream readingFabrice Bellard2002-05-20
| | | | Originally committed as revision 548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops - removed obsolete license draftFabrice Bellard2002-05-18
| | | | Originally committed as revision 534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Bug fix for AVStream->r_frame_rate not being initialized for live videoJuanjo2002-05-15
| | | | | | capture. Originally committed as revision 499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frameJuanjo2002-05-14
| | | | | | rate of the stream. Originally committed as revision 498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Video CD option for ffmpegJuanjo2002-05-12
| | | | Originally committed as revision 492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - ffmpeg relies on libavcodec to repeat frames from 3:2 sources.Juanjo2002-05-12
| | | | Originally committed as revision 487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Bug fix in map stream parserJuanjo2002-05-11
| | | | Originally committed as revision 483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Segfault fixed when mpeg audio decoder returns a negative data_size.Juanjo2002-05-09
| | | | Originally committed as revision 473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fix nasty problem with unitialized memory in the file_tablePhilip Gladstone2002-05-09
| | | | | | | | | * Add default entries to switch statements to catch programming errors * Fix problem with high CPU usage when capturing live (the audio grabber is non-blocking for some reason). This is the stream_no_data stuff. * Handle the video grabber getting behind in its work -- PKT_FLAG_DROPPED_FRAME Originally committed as revision 453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-06
| | | | Originally committed as revision 449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-06
| | | | | | - Warning fixes. Originally committed as revision 448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - ME method compatibility with legacy apps.Juanjo2002-04-14
| | | | | | - Please use AVCodecContext's me_method now. Originally committed as revision 399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
| | | | | | | | - EPZS ME algo used by default. - HQ flag activated for ffmpeg. - Cosmetics ... Originally committed as revision 398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - New switch to activate 4MV in ffmpeg.Juanjo2002-04-09
| | | | Originally committed as revision 394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-09
| | | | | | | | | | 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-07
| | | | | | | | | | (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-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