Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-14More detailed documentationNicolas George
2007-06-13Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos
2007-06-12misc spelling fixesDiego Biurrun
2007-06-12Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini
2007-06-11move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs
2007-06-07Add CPU feature definitions for SSE3 and SSSE3.Ronald S. Bultje
2007-06-07CPU feature definitions should always be available, not just when theRonald S. Bultje
2007-06-06Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun
2007-06-02Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun
2007-06-02Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun
2007-05-30Add support for listing the supported pixel formats using the optionStefano Sabatini
2007-05-19allows to disable jpegls decoderAurelien Jacobs
2007-05-17remove libdts decoder, we have a native dts decoderAurelien Jacobs
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-05-10add AVERROR_NOENTBenoit Fouet
2007-05-07Renderware TXD decoderIvo van Poorten
2007-05-07RoQ audio encoderVitor Sessak
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-04Rename oggvorbis decoder to libvorbis.Diego Biurrun
2007-05-03Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun
2007-05-03Rename dts_decoder to libdts_decoder.Diego Biurrun
2007-05-02add the possibility to choose aac profileNicolas George
2007-05-02cosmetics: Group all external library decoders and encoders together.Diego Biurrun
2007-05-02patch so that the deprecated items show up correctlyMark Cox
2007-04-29add V.Flash PTX decoderIvo van Poorten
2007-04-18Version bump, atrac3 added.Benjamin Larsson
2007-04-18Atrac3 decoder.Benjamin Larsson
2007-04-13timestamps generation improvement when parsing aviJoakim Plate
2007-04-08Bethsoft VID demuxer and video decoderNicholas Tung
2007-04-07THP PCM decoder, used on the Nintendo GameCube.Marco Gerards
2007-04-07Interplay C93 demuxer and video decoderAnssi Hannula
2007-04-07spelling/wording/grammarDiego Biurrun
2007-04-06SGI image decoder ported to the new image API.Xiaohui Sun
2007-04-03cosmeticMichael Niedermayer
2007-04-03FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad
2007-04-03tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer
2007-04-01support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun
2007-03-27codec id addition guidlinesMichael Niedermayer
2007-03-26get rid of unused entries in the middle of xvmc_render struct,Ivan Kalvachev
2007-03-26increment subminor version due to r8502 and r8504, those revisions make dnxhd...Baptiste Coudurier
2007-03-22clarify codec_tagMichael Niedermayer
2007-03-22clarify sub_idMichael Niedermayer
2007-03-19dnxhd decoderBaptiste Coudurier
2007-03-15Targa (.tga) encoder,Bobby Bingham
2007-03-14DXA demuxer and decoderKostya Shishkov
2007-03-14deprecate av_mallocz_static()Michael Niedermayer
2007-03-07add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod...Michael Niedermayer
2007-03-04Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris
2007-03-04imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier