| Commit message (Expand) | Author | Age | Files | Lines |
* | regression test for ratecontrol & adv mpeg4 stuff | Michael Niedermayer | 2002-09-20 | 1 | -0/+17 |
* | fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ... | Michael Niedermayer | 2002-09-19 | 1 | -1/+1 |
* | fixing | Michael Niedermayer | 2002-09-18 | 1 | -0/+7 |
* | fixing rc of non-intra-only streams which only contain i frames | Michael Niedermayer | 2002-09-16 | 1 | -1/+22 |
* | error resilience command line option | Michael Niedermayer | 2002-09-12 | 1 | -0/+9 |
* | croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me | Michael Niedermayer | 2002-09-01 | 1 | -2/+85 |
* | using only the fast int dct for regression tests | Michael Niedermayer | 2002-08-30 | 1 | -0/+8 |
* | cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>) | Felix Bünemann | 2002-08-30 | 1 | -4/+6 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -4/+45 |
* | renamed gettime() av_gettime() - same for register_all() | Fabrice Bellard | 2002-07-25 | 1 | -3/+3 |
* | -bug comand line option to workaround encoder bugs which cannot be detected a... | Michael Niedermayer | 2002-07-22 | 1 | -0/+8 |
* | nanosleep patch by François Revol <revol at free dot fr> | François Revol | 2002-07-21 | 1 | -0/+8 |
* | Change ticker_tick to use ticker_abs as we want the absolute number | Philip Gladstone | 2002-06-17 | 1 | -2/+2 |
* | * Go faster stripes: don't check to see if the user presses 'q' if stdin | Philip Gladstone | 2002-05-30 | 1 | -7/+16 |
* | * Make video grabbing work again (if you are grabbing multiple streams | Philip Gladstone | 2002-05-29 | 1 | -9/+10 |
* | fixing stackoverflow | Michael Niedermayer | 2002-05-27 | 1 | -2/+7 |
* | license/copyright change - fixed memory leaks | Fabrice Bellard | 2002-05-25 | 1 | -55/+50 |
* | began to simplify code - use modified API for stream reading | Fabrice Bellard | 2002-05-20 | 1 | -396/+111 |
* | oops - removed obsolete license draft | Fabrice Bellard | 2002-05-18 | 1 | -10/+1 |
* | use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -31/+32 |
* | - Bug fix for AVStream->r_frame_rate not being initialized for live video | Juanjo | 2002-05-15 | 1 | -0/+2 |
* | - Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frame | Juanjo | 2002-05-14 | 1 | -15/+179 |
* | - Video CD option for ffmpeg | Juanjo | 2002-05-12 | 1 | -0/+4 |
* | - ffmpeg relies on libavcodec to repeat frames from 3:2 sources. | Juanjo | 2002-05-12 | 1 | -2/+4 |
* | - Bug fix in map stream parser | Juanjo | 2002-05-11 | 1 | -1/+6 |
* | - Segfault fixed when mpeg audio decoder returns a negative data_size. | Juanjo | 2002-05-09 | 1 | -1/+3 |
* | * Fix nasty problem with unitialized memory in the file_table | Philip Gladstone | 2002-05-09 | 1 | -6/+43 |
* | - Segfault fixed when liba52 dynamic library isn't found. | Juanjo | 2002-05-06 | 1 | -1/+3 |
* | - MPEG-4 B frames coding option for ffmpeg.c | Juanjo | 2002-05-06 | 1 | -5/+30 |
* | - ME method compatibility with legacy apps. | Juanjo | 2002-04-14 | 1 | -6/+6 |
* | - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. | Juanjo | 2002-04-14 | 1 | -4/+14 |
* | - New switch to activate 4MV in ffmpeg. | Juanjo | 2002-04-09 | 1 | -0/+6 |
* | - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for | Juanjo | 2002-04-09 | 1 | -3/+18 |
* | - Added force_pts to av_write_packet() to be able to force PTS, this helps | Juanjo | 2002-04-07 | 1 | -5/+11 |
* | - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla. | Juanjo | 2002-04-02 | 1 | -5/+12 |
* | -me epzs | Michael Niedermayer | 2002-03-22 | 1 | -0/+2 |
* | - Added video coding statistics for ffmpeg. Needs more work. | Juanjo | 2002-03-19 | 1 | -12/+75 |
* | hopefully better bitrate controll | Michael Niedermayer | 2002-03-17 | 1 | -0/+64 |
* | * BeOS patch by François Revol <revol@free.fr> | François Revol | 2002-03-08 | 1 | -0/+2 |
* | - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm | Juanjo | 2002-02-26 | 1 | -0/+10 |
* | unified grab & convertion loops (should be easier to achieve correct synchron... | Fabrice Bellard | 2001-09-24 | 1 | -435/+170 |
* | complete handling of pcm formats - hex dump option | Fabrice Bellard | 2001-09-23 | 1 | -30/+37 |
* | fixed stereo grab | Fabrice Bellard | 2001-09-19 | 1 | -5/+5 |
* | oops - forgot grabbing case for audio/video input auto detect | Fabrice Bellard | 2001-09-19 | 1 | -6/+9 |
* | non 420P grab fix - suppressed unused 'sys/poll.h' header - do not put error ... | Fabrice Bellard | 2001-09-16 | 1 | -4/+66 |
* | Moved some H.263+ variables to MpegEncContext to be thread-safe. | Juanjo | 2001-08-31 | 1 | -2/+2 |
* | added win32 cross compile support | Fabrice Bellard | 2001-08-15 | 1 | -6/+3 |
* | win32 fixes | Fabrice Bellard | 2001-08-13 | 1 | -44/+78 |
* | add deinterlacing support - add new image converter support | Fabrice Bellard | 2001-08-11 | 1 | -42/+165 |
* | added benchmark option | Fabrice Bellard | 2001-07-30 | 1 | -0/+20 |