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-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
2007-03-03support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer
2007-03-01Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris
2007-03-01get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier
2007-03-01define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bumpBaptiste Coudurier
2007-02-28get rid of rtp_mode field after next major bumpBaptiste Coudurier
2007-02-27DCA decoderKostya Shishkov
2007-02-25Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-02-23add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in...Benoit Fouet
2007-02-22Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_fast_realloc() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_free_static() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_get_pict_type_char() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the avpicture_free() function.Panagiotis Issaris
2007-02-22Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris
2007-02-22Add more Doxygen documentation.Panagiotis Issaris
2007-02-22Correct typo.Panagiotis Issaris
2007-02-21cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun
2007-02-20Add support for MS-GSM codecMichel Bardiaux
2007-02-17remove imgresample and convert with the next version bumpMichael Niedermayer
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-11Rename ac3 decoder to liba52 to prepare for native decoder.Diego Biurrun
2007-02-06wma encoderMichael Niedermayer
2007-02-06Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer
2007-02-05BMP encoder by Michel Bardiaux, mbardiaux mediaxim beDiego Biurrun
2007-02-03VC-1 parserKostya Shishkov
2007-02-02revert accidental checkinMåns Rullgård
2007-02-02remove redundant loadsMåns Rullgård
2007-01-29ARMv6 SIMD IDCTMåns Rullgård
2007-01-26TypoPanagiotis Issaris
2007-01-25Theora encoding via libtheora.Diego Biurrun
2007-01-22cosmetics: Sort decoder/encoder/parser variables lists.Diego Biurrun
2007-01-22cosmetics: List all encoders together.Diego Biurrun
2007-01-21Flash screen video encoder.Benjamin Larsson
2007-01-15avcodec_decode_audio2()Michael Niedermayer
2006-12-24Musepack SV7 decoding supportKostya Shishkov
2006-12-23skiprdMichael Niedermayer
2006-12-18Add support for VP60 and VP61.Aurelien Jacobs
2006-12-08lavc is at major version 51, delete old stuffMåns Rullgård
2006-12-07Add codec ID for a native H.264 encoder.Panagiotis Issaris
2006-12-07ZMBV encoderKostya Shishkov
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-12-06Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris
2006-12-03Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger