]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
- Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frame
[ffmpeg] / libavcodec / avcodec.h
2002-05-14 Juanjo- repeat_pict meaning changed, now it signals the extra...
2002-05-14 Zdenek Kabelac* first shot for the new avcodec API
2002-05-12 Nick Kurshevbuild num ++
2002-05-12 Nick Kurshevbuild info for ABI
2002-05-12 Nick KurshevI was too lazy to be a hero ;)
2002-05-12 Juanjo- repeat_pict added to AVCodecContext to signal if...
2002-05-11 Juanjo- pict_type exported to AVCodecContext
2002-05-09 Philip Gladstone* Start using enumerated types (makes debugging much...
2002-05-06 Juanjo- MPEG-4 B frames coding option for ffmpeg.c
2002-05-05 Nick Kurshevversion info
2002-05-01 ArpiSupport for external huffman table and various fixes...
2002-04-27 Michael Niedermayerexport mbskip_table for direct rendering
2002-04-24 Michael Niedermayeravcodec_flush_buffers()
2002-04-22 Michael Niedermayerexport delay info
2002-04-21 Michael Niedermayerfixed ratecontrol & b-frames
2002-04-20 Arpipostprocess array increased to handle images up to...
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-15 Juanjo- Versions defined for libav/libavcodec.
2002-04-14 Juanjo- ME method compatibility with legacy apps.
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-09 Juanjo- PIX_FMT_ANY = -1 to avoid breaking any stuff that...
2002-04-09 Juanjo- Commented out PIX_FMT_ANY by now. It seems that not...
2002-04-08 Zdenek Kabelac* using pixtype as enum - by Philip Gladstone
2002-04-06 Michael Niedermayerwmv1 header parser (unfinished)
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-03-28 Arpiusing Juanjo's way to pass forced type - especially...
2002-03-28 Michael Niedermayerforce frame type for 2-pass encoding
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-03-23 Michael Niedermayerstatistics for 2-pass encoding
2002-03-22 Michael Niedermayermore aspect stuff
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-17 Michael Niedermayerhopefully better bitrate controll
2002-03-10 Juanjo- Added MP3 encoding through libmp3lame contributed...
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-02-09 Juanjo- Fixes on RTP and GOB headers for H.263.
2001-12-23 Arpiavcodec_find_encoder_by_name() patch by Alex
2001-11-19 Juanjo- Preliminary RTP friendly mode for H.263.
2001-11-05 Arpipostprocessing array increased to handle HDTV resolutio...
2001-10-16 Arpiexporting qscale data for postprocessing (for MPlayer)
2001-09-23 Fabrice Bellardadded pcm codecs
2001-08-15 Fabrice Bellardadded draw_horiz_band test
2001-08-11 Fabrice Bellardnew img_convert API - added deinterlacing filter
2001-08-06 Fabrice Bellardadded 422P and 444P formats (need to patch ffmpeg.c...
2001-08-06 Fabrice Bellardadded MJPEG decoder + comments
2001-07-23 Fabrice Bellardadded CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and...
2001-07-22 Fabrice BellardInitial revision