summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
* move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs2007-06-11
* Add CPU feature definitions for SSE3 and SSSE3.Ronald S. Bultje2007-06-07
* CPU feature definitions should always be available, not just when theRonald S. Bultje2007-06-07
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-02
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-02
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* add AVERROR_NOENTBenoit Fouet2007-05-10
* Renderware TXD decoderIvo van Poorten2007-05-07
* RoQ audio encoderVitor Sessak2007-05-07
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-04
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-03
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-03
* add the possibility to choose aac profileNicolas George2007-05-02
* cosmetics: Group all external library decoders and encoders together.Diego Biurrun2007-05-02
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* add V.Flash PTX decoderIvo van Poorten2007-04-29
* Version bump, atrac3 added.Benjamin Larsson2007-04-18
* Atrac3 decoder.Benjamin Larsson2007-04-17
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-07
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-07
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-07
* spelling/wording/grammarDiego Biurrun2007-04-07
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
* cosmeticMichael Niedermayer2007-04-03
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-03
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-03
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-01
* codec id addition guidlinesMichael Niedermayer2007-03-27
* get rid of unused entries in the middle of xvmc_render struct,Ivan Kalvachev2007-03-26
* increment subminor version due to r8502 and r8504, those revisions make dnxhd...Baptiste Coudurier2007-03-25
* clarify codec_tagMichael Niedermayer2007-03-22
* clarify sub_idMichael Niedermayer2007-03-22
* dnxhd decoderBaptiste Coudurier2007-03-18
* Targa (.tga) encoder,Bobby Bingham2007-03-15
* DXA demuxer and decoderKostya Shishkov2007-03-14
* deprecate av_mallocz_static()Michael Niedermayer2007-03-13
* add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod...Michael Niedermayer2007-03-07
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-04
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer2007-03-02
* Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris2007-03-01