summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* began to simplify code - use modified API for stream readingFabrice Bellard2002-05-20
* oops - removed obsolete license draftFabrice Bellard2002-05-18
* use av memory functionsFabrice Bellard2002-05-18
* - Bug fix for AVStream->r_frame_rate not being initialized for live videoJuanjo2002-05-15
* - Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frameJuanjo2002-05-14
* - Video CD option for ffmpegJuanjo2002-05-12
* - ffmpeg relies on libavcodec to repeat frames from 3:2 sources.Juanjo2002-05-12
* - Bug fix in map stream parserJuanjo2002-05-11
* - Segfault fixed when mpeg audio decoder returns a negative data_size.Juanjo2002-05-09
* * Fix nasty problem with unitialized memory in the file_tablePhilip Gladstone2002-05-09
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-06
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-06
* - ME method compatibility with legacy apps.Juanjo2002-04-14
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
* - New switch to activate 4MV in ffmpeg.Juanjo2002-04-09
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-09
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-02
* -me epzsMichael Niedermayer2002-03-22
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-19
* hopefully better bitrate controllMichael Niedermayer2002-03-17
* * BeOS patch by François Revol <revol@free.fr>François Revol2002-03-08
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
* unified grab & convertion loops (should be easier to achieve correct synchron...Fabrice Bellard2001-09-24
* complete handling of pcm formats - hex dump optionFabrice Bellard2001-09-23
* fixed stereo grabFabrice Bellard2001-09-19
* oops - forgot grabbing case for audio/video input auto detectFabrice Bellard2001-09-19
* non 420P grab fix - suppressed unused 'sys/poll.h' header - do not put error ...Fabrice Bellard2001-09-16
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-31
* added win32 cross compile supportFabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13
* add deinterlacing support - add new image converter supportFabrice Bellard2001-08-11
* added benchmark optionFabrice Bellard2001-07-30
* mergeFabrice Bellard2001-07-22
* removing old filesFabrice Bellard2001-07-19
* Initial revisionFabrice Bellard2000-12-20