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