589 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)

Author SHA1 Message Date
Juanjo bc6caae212 - MPEG-4 B frames coding option for ffmpeg.c 23 years ago
Nick Kurshev 156e5023e8 version info 23 years ago
Arpi e84c31dc88 Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> 23 years ago
Michael Niedermayer 2417652e9f export mbskip_table for direct rendering 23 years ago
Michael Niedermayer 1c2a8c7f14 avcodec_flush_buffers() 23 years ago
Michael Niedermayer 1ff662cc2c export delay info 23 years ago
Michael Niedermayer 8b4c7dbc55 fixed ratecontrol & b-frames 23 years ago
Arpi 2c029cd19d postprocess array increased to handle images up to 2048x1536 23 years ago
Michael Niedermayer 9dbcbd92e8 fixed mpeg4 time stuff on encoding 23 years ago
Juanjo 4b1f4f236b - Versions defined for libav/libavcodec. 23 years ago
Juanjo 101bea5f22 - ME method compatibility with legacy apps. 23 years ago
Juanjo e4986da9ce - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. 23 years ago
Juanjo 9f862d1133 - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. 23 years ago
Juanjo dbc598bb79 - Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting 23 years ago
Zdenek Kabelac bc657ac31d * using pixtype as enum - by Philip Gladstone 23 years ago
Michael Niedermayer e1a9dbffed wmv1 header parser (unfinished) 23 years ago
Michael Niedermayer 84afee348f msmpeg4v2 decoding (no encoding yet) 23 years ago
Arpi 60e575acc8 using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work 23 years ago
Michael Niedermayer 4d69fbc99e force frame type for 2-pass encoding 23 years ago
Michael Niedermayer ba6802debf 4MV motion estimation (not finished yet) 23 years ago
Michael Niedermayer 098eefe183 statistics for 2-pass encoding 23 years ago
Michael Niedermayer 2efe097a7e more aspect stuff 23 years ago
Michael Niedermayer 11ce88346b mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) 23 years ago
Michael Niedermayer 45870f5718 new motion estimation (epzs) not complete yet but allready pretty good :) 23 years ago
Michael Niedermayer 9cdd6a24ad hopefully better bitrate controll 23 years ago
Juanjo 9d36bdc9be - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. 23 years ago
Juanjo 43f1708f8b - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm 23 years ago
Juanjo 81401c1fbc - Fixes on RTP and GOB headers for H.263. 23 years ago
Arpi 98f3b098f9 avcodec_find_encoder_by_name() patch by Alex 23 years ago
Juanjo 644d98a4f2 - Preliminary RTP friendly mode for H.263. 23 years ago
Arpi ebbe52f1da postprocessing array increased to handle HDTV resolutions (1920x1152) 23 years ago
Arpi 79e7b30557 exporting qscale data for postprocessing (for MPlayer) 23 years ago
Fabrice Bellard a96b68b717 added pcm codecs 23 years ago
Fabrice Bellard bf89e6b1f9 added draw_horiz_band test 23 years ago
Fabrice Bellard 219b06c66b new img_convert API - added deinterlacing filter 23 years ago
Fabrice Bellard d9fea0b588 added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) 23 years ago
Fabrice Bellard 4e66ab3bab added MJPEG decoder + comments 23 years ago
Fabrice Bellard d771bcae33 added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) 24 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago