aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec_flush_buffers()Michael Niedermayer2002-04-241-2/+4
* export delay infoMichael Niedermayer2002-04-221-2/+5
* fixed ratecontrol & b-framesMichael Niedermayer2002-04-211-4/+11
* postprocess array increased to handle images up to 2048x1536Arpi2002-04-201-2/+2
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-2/+7
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-1/+7
* - ME method compatibility with legacy apps.Juanjo2002-04-141-1/+4
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-141-8/+15
* - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.Juanjo2002-04-091-1/+1
* - Commented out PIX_FMT_ANY by now. It seems that not all codecs are settingJuanjo2002-04-091-1/+1
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-081-1/+2
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-061-0/+2
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-051-3/+10
* using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ...Arpi2002-03-281-2/+1
* force frame type for 2-pass encodingMichael Niedermayer2002-03-281-0/+2
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-271-0/+5
* statistics for 2-pass encodingMichael Niedermayer2002-03-231-0/+11
* more aspect stuffMichael Niedermayer2002-03-221-0/+5
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-221-0/+1
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-221-0/+2
* hopefully better bitrate controllMichael Niedermayer2002-03-171-0/+7
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-101-0/+2
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-261-0/+6
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-091-0/+8
* avcodec_find_encoder_by_name() patch by AlexArpi2001-12-231-0/+1
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-191-2/+15
* postprocessing array increased to handle HDTV resolutions (1920x1152)Arpi2001-11-051-2/+2
* exporting qscale data for postprocessing (for MPlayer)Arpi2001-10-161-0/+8
* added pcm codecsFabrice Bellard2001-09-231-4/+39
* added draw_horiz_band testFabrice Bellard2001-08-151-3/+19
* new img_convert API - added deinterlacing filterFabrice Bellard2001-08-111-1/+11
* added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in ...Fabrice Bellard2001-08-061-0/+2
* added MJPEG decoder + commentsFabrice Bellard2001-08-061-0/+1
* added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: d...Fabrice Bellard2001-07-231-1/+0
* Initial revisionFabrice Bellard2001-07-221-0/+177