summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-01
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-30
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-26
* new ratecontrol codeMichael Niedermayer2002-08-25
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-27
* added proposed API for parse_only mode to extract compressed frames from comp...Fabrice Bellard2002-07-25
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
* uvlinesizeMichael Niedermayer2002-07-15
* direct rendering method 1 supportMichael Niedermayer2002-07-14
* 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