| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec_flush_buffers() | Michael Niedermayer | 2002-04-24 | 1 | -2/+4 |
* | export delay info | Michael Niedermayer | 2002-04-22 | 1 | -2/+5 |
* | fixed ratecontrol & b-frames | Michael Niedermayer | 2002-04-21 | 1 | -4/+11 |
* | postprocess array increased to handle images up to 2048x1536 | Arpi | 2002-04-20 | 1 | -2/+2 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -2/+7 |
* | - Versions defined for libav/libavcodec. | Juanjo | 2002-04-15 | 1 | -1/+7 |
* | - ME method compatibility with legacy apps. | Juanjo | 2002-04-14 | 1 | -1/+4 |
* | - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. | Juanjo | 2002-04-14 | 1 | -8/+15 |
* | - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. | Juanjo | 2002-04-09 | 1 | -1/+1 |
* | - Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting | Juanjo | 2002-04-09 | 1 | -1/+1 |
* | * using pixtype as enum - by Philip Gladstone | Zdenek Kabelac | 2002-04-08 | 1 | -1/+2 |
* | wmv1 header parser (unfinished) | Michael Niedermayer | 2002-04-06 | 1 | -0/+2 |
* | msmpeg4v2 decoding (no encoding yet) | Michael Niedermayer | 2002-04-05 | 1 | -3/+10 |
* | using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ... | Arpi | 2002-03-28 | 1 | -2/+1 |
* | force frame type for 2-pass encoding | Michael Niedermayer | 2002-03-28 | 1 | -0/+2 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 1 | -0/+5 |
* | statistics for 2-pass encoding | Michael Niedermayer | 2002-03-23 | 1 | -0/+11 |
* | more aspect stuff | Michael Niedermayer | 2002-03-22 | 1 | -0/+5 |
* | mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) | Michael Niedermayer | 2002-03-22 | 1 | -0/+1 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -0/+2 |
* | hopefully better bitrate controll | Michael Niedermayer | 2002-03-17 | 1 | -0/+7 |
* | - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. | Juanjo | 2002-03-10 | 1 | -0/+2 |
* | - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm | Juanjo | 2002-02-26 | 1 | -0/+6 |
* | - Fixes on RTP and GOB headers for H.263. | Juanjo | 2002-02-09 | 1 | -0/+8 |
* | avcodec_find_encoder_by_name() patch by Alex | Arpi | 2001-12-23 | 1 | -0/+1 |
* | - Preliminary RTP friendly mode for H.263. | Juanjo | 2001-11-19 | 1 | -2/+15 |
* | postprocessing array increased to handle HDTV resolutions (1920x1152) | Arpi | 2001-11-05 | 1 | -2/+2 |
* | exporting qscale data for postprocessing (for MPlayer) | Arpi | 2001-10-16 | 1 | -0/+8 |
* | added pcm codecs | Fabrice Bellard | 2001-09-23 | 1 | -4/+39 |
* | added draw_horiz_band test | Fabrice Bellard | 2001-08-15 | 1 | -3/+19 |
* | new img_convert API - added deinterlacing filter | Fabrice Bellard | 2001-08-11 | 1 | -1/+11 |
* | added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in ... | Fabrice Bellard | 2001-08-06 | 1 | -0/+2 |
* | added MJPEG decoder + comments | Fabrice Bellard | 2001-08-06 | 1 | -0/+1 |
* | added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: d... | Fabrice Bellard | 2001-07-23 | 1 | -1/+0 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+177 |