]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
fixing qmin==qmax && qsquish==1
[ffmpeg] / ffmpeg.c
2002-08-25 Michael Niedermayernew ratecontrol code
2002-07-25 Fabrice Bellardrenamed gettime() av_gettime() - same for register_all()
2002-07-22 Michael Niedermayer-bug comand line option to workaround encoder bugs...
2002-07-21 François Revolnanosleep patch by François Revol <revol at free dot fr>
2002-06-17 Philip GladstoneChange ticker_tick to use ticker_abs as we want the...
2002-05-30 Philip Gladstone* Go faster stripes: don't check to see if the user...
2002-05-29 Philip Gladstone* Make video grabbing work again (if you are grabbing...
2002-05-27 Michael Niedermayerfixing stackoverflow
2002-05-25 Fabrice Bellardlicense/copyright change - fixed memory leaks
2002-05-20 Fabrice Bellardbegan to simplify code - use modified API for stream...
2002-05-18 Fabrice Bellardoops - removed obsolete license draft
2002-05-18 Fabrice Bellarduse av memory functions
2002-05-15 Juanjo- Bug fix for AVStream->r_frame_rate not being initiali...
2002-05-14 Juanjo- Now ffmpeg handles MPEG-2 streams with pull down...
2002-05-12 Juanjo- Video CD option for ffmpeg
2002-05-12 Juanjo- ffmpeg relies on libavcodec to repeat frames from...
2002-05-11 Juanjo- Bug fix in map stream parser
2002-05-09 Juanjo- Segfault fixed when mpeg audio decoder returns a...
2002-05-09 Philip Gladstone* Fix nasty problem with unitialized memory in the...
2002-05-06 Juanjo- Segfault fixed when liba52 dynamic library isn't...
2002-05-06 Juanjo- MPEG-4 B frames coding option for ffmpeg.c
2002-04-14 Juanjo- ME method compatibility with legacy apps.
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-09 Juanjo- New switch to activate 4MV in ffmpeg.
2002-04-09 Juanjo- Fixed AC3 decoding for 5:1 AC3 streams. Now when...
2002-04-07 Juanjo- Added force_pts to av_write_packet() to be able to...
2002-04-02 Juanjo- Fix memory leak and others bugs for ppmpipe. Thanks...
2002-03-22 Michael Niedermayer-me epzs
2002-03-19 Juanjo- Added video coding statistics for ffmpeg. Needs more...
2002-03-17 Michael Niedermayerhopefully better bitrate controll
2002-03-08 François Revol* BeOS patch by François Revol <revol@free.fr>
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2001-09-24 Fabrice Bellardunified grab & convertion loops (should be easier to...
2001-09-23 Fabrice Bellardcomplete handling of pcm formats - hex dump option
2001-09-19 Fabrice Bellardfixed stereo grab
2001-09-19 Fabrice Bellardoops - forgot grabbing case for audio/video input auto...
2001-09-16 Fabrice Bellardnon 420P grab fix - suppressed unused 'sys/poll.h'...
2001-08-31 JuanjoMoved some H.263+ variables to MpegEncContext to be...
2001-08-15 Fabrice Bellardadded win32 cross compile support
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-11 Fabrice Bellardadd deinterlacing support - add new image converter...
2001-07-30 Fabrice Bellardadded benchmark option
2001-07-22 Fabrice Bellardmerge
2001-07-19 Fabrice Bellardremoving old files
2000-12-20 Fabrice BellardInitial revision