summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* new codec: Sorenson v1Nick Kurshev2002-07-09
* wmv1 supportMichael Niedermayer2002-06-18
* memory functions are exportedFabrice Bellard2002-06-11
* grayscale only decodingMichael Niedermayer2002-06-09
* use qstride instead of fixed constantsNick Kurshev2002-06-03
* new field for communicating with external postprocessingNick Kurshev2002-06-03
* single coefficient eliminationMichael Niedermayer2002-06-02
* workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=...Michael Niedermayer2002-05-21
* added avcodec_set_bit_exact() for testingFabrice Bellard2002-05-20
* - repeat_pict meaning changed, now it signals the extra delay for theJuanjo2002-05-14
* * first shot for the new avcodec APIZdenek Kabelac2002-05-14
* build num ++Nick Kurshev2002-05-12
* build info for ABINick Kurshev2002-05-12
* I was too lazy to be a hero ;)Nick Kurshev2002-05-12
* - repeat_pict added to AVCodecContext to signal if the decoder must repeatJuanjo2002-05-12
* - pict_type exported to AVCodecContextJuanjo2002-05-11
* * Start using enumerated types (makes debugging much easier)Philip Gladstone2002-05-09
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-06
* version infoNick Kurshev2002-05-05
* Support for external huffman table and various fixes by Alex Beregszaszi <ale...Arpi2002-05-01
* export mbskip_table for direct renderingMichael Niedermayer2002-04-27
* avcodec_flush_buffers()Michael Niedermayer2002-04-24
* export delay infoMichael Niedermayer2002-04-22
* fixed ratecontrol & b-framesMichael Niedermayer2002-04-21
* postprocess array increased to handle images up to 2048x1536Arpi2002-04-20
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
* - Versions defined for libav/libavcodec.Juanjo2002-04-15
* - ME method compatibility with legacy apps.Juanjo2002-04-14
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
* - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.Juanjo2002-04-09
* - Commented out PIX_FMT_ANY by now. It seems that not all codecs are settingJuanjo2002-04-09
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-08
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-06
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
* using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ...Arpi2002-03-28
* force frame type for 2-pass encodingMichael Niedermayer2002-03-28
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
* statistics for 2-pass encodingMichael Niedermayer2002-03-23
* more aspect stuffMichael Niedermayer2002-03-22
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
* hopefully better bitrate controllMichael Niedermayer2002-03-17
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-09
* avcodec_find_encoder_by_name() patch by AlexArpi2001-12-23
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-19
* postprocessing array increased to handle HDTV resolutions (1920x1152)Arpi2001-11-05
* exporting qscale data for postprocessing (for MPlayer)Arpi2001-10-16
* added pcm codecsFabrice Bellard2001-09-23