summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* documenting most stuff in AVCodecContextMichael Niedermayer2002-09-191-65/+372
* avcodec_alloc_context()Michael Niedermayer2002-09-191-4/+7
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v...Alex Beregszaszi2002-09-131-2/+2
* export pts from stream if availableMichael Niedermayer2002-09-121-3/+8
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-121-1/+1
* support decoding of the last mpeg "packet" even if no startcode is immedeatly...Michael Niedermayer2002-09-061-0/+1
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-011-0/+2
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-011-0/+6
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-301-3/+4
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-291-3/+10
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-261-1/+5
* new ratecontrol codeMichael Niedermayer2002-08-251-7/+35
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-061-4/+3
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-271-0/+2
* added proposed API for parse_only mode to extract compressed frames from comp...Fabrice Bellard2002-07-251-2/+12
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-201-3/+15
* uvlinesizeMichael Niedermayer2002-07-151-6/+10
* direct rendering method 1 supportMichael Niedermayer2002-07-141-8/+17
* new codec: Sorenson v1Nick Kurshev2002-07-091-2/+5
* wmv1 supportMichael Niedermayer2002-06-181-0/+3
* memory functions are exportedFabrice Bellard2002-06-111-0/+7
* grayscale only decodingMichael Niedermayer2002-06-091-2/+4
* use qstride instead of fixed constantsNick Kurshev2002-06-031-3/+4
* new field for communicating with external postprocessingNick Kurshev2002-06-031-8/+9
* single coefficient eliminationMichael Niedermayer2002-06-021-5/+13
* workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=...Michael Niedermayer2002-05-211-3/+5
* added avcodec_set_bit_exact() for testingFabrice Bellard2002-05-201-2/+4
* - repeat_pict meaning changed, now it signals the extra delay for theJuanjo2002-05-141-4/+5
* * first shot for the new avcodec APIZdenek Kabelac2002-05-141-0/+77
* build num ++Nick Kurshev2002-05-121-2/+2
* build info for ABINick Kurshev2002-05-121-0/+2
* I was too lazy to be a hero ;)Nick Kurshev2002-05-121-0/+46
* - repeat_pict added to AVCodecContext to signal if the decoder must repeatJuanjo2002-05-121-3/+4
* - pict_type exported to AVCodecContextJuanjo2002-05-111-7/+18
* * Start using enumerated types (makes debugging much easier)Philip Gladstone2002-05-091-2/+3
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-061-1/+2
* version infoNick Kurshev2002-05-051-0/+2
* Support for external huffman table and various fixes by Alex Beregszaszi <ale...Arpi2002-05-011-2/+9
* export mbskip_table for direct renderingMichael Niedermayer2002-04-271-2/+7
* 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
OpenPOWER on IntegriCloud