summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* Renderware TXD decoderIvo van Poorten2007-05-071-0/+2
* RoQ audio encoderVitor Sessak2007-05-071-0/+1
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-1/+1
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-041-2/+2
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-031-4/+4
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-031-1/+1
* add the possibility to choose aac profileNicolas George2007-05-021-0/+4
* cosmetics: Group all external library decoders and encoders together.Diego Biurrun2007-05-021-20/+20
* patch so that the deprecated items show up correctlyMark Cox2007-05-021-3/+40
* add V.Flash PTX decoderIvo van Poorten2007-04-291-0/+2
* Version bump, atrac3 added.Benjamin Larsson2007-04-181-2/+2
* Atrac3 decoder.Benjamin Larsson2007-04-171-0/+2
* timestamps generation improvement when parsing aviJoakim Plate2007-04-131-2/+5
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-071-0/+2
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-071-0/+2
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-071-0/+2
* spelling/wording/grammarDiego Biurrun2007-04-071-605/+608
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-061-0/+3
* cosmeticMichael Niedermayer2007-04-031-2/+2
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-031-0/+3
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-031-0/+1
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-011-0/+2
* codec id addition guidlinesMichael Niedermayer2007-03-271-0/+6
* get rid of unused entries in the middle of xvmc_render struct,Ivan Kalvachev2007-03-261-2/+2
* increment subminor version due to r8502 and r8504, those revisions make dnxhd...Baptiste Coudurier2007-03-251-2/+2
* clarify codec_tagMichael Niedermayer2007-03-221-0/+7
* clarify sub_idMichael Niedermayer2007-03-221-1/+4
* dnxhd decoderBaptiste Coudurier2007-03-181-2/+4
* Targa (.tga) encoder,Bobby Bingham2007-03-151-0/+1
* DXA demuxer and decoderKostya Shishkov2007-03-141-2/+4
* deprecate av_mallocz_static()Michael Niedermayer2007-03-131-2/+2
* add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod...Michael Niedermayer2007-03-071-0/+8
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-041-3/+14
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-041-2/+3
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-041-2/+3
* support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer2007-03-021-2/+3
* Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris2007-03-011-8/+41
* get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier2007-03-011-0/+2
* define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bumpBaptiste Coudurier2007-03-011-0/+3
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-281-0/+2
* DCA decoderKostya Shishkov2007-02-271-2/+4
* Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris2007-02-251-0/+48
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-3/+3
* add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in...Benoit Fouet2007-02-231-0/+1
* Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris2007-02-221-9/+0
* Doxygenize the comments for the av_fast_realloc() function.Panagiotis Issaris2007-02-221-1/+4
* Doxygenize the comments for the av_free_static() function.Panagiotis Issaris2007-02-221-2/+2
* Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris2007-02-221-1/+6
* Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris2007-02-221-1/+5
* Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris2007-02-221-1/+4