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-04add bytestream_get/put_be24 functionsBaptiste Coudurier
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier
2007-03-04check for no frame and prevent segfaultMichael Niedermayer
2007-03-03partial avid meridien uncompressed supportBaptiste Coudurier
2007-03-03Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan
2007-03-03Clarify that this decoder uses liba52.Diego Biurrun
2007-03-03support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer
2007-03-02support for mjpeg bottom field first in movBaptiste Coudurier
2007-03-02fix adpcm swf decodingBaptiste Coudurier
2007-03-01remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier
2007-03-01Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris
2007-03-01quicktime 'raw ' supportBaptiste Coudurier
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-28enable rtp payload size AVOption for video encodingBaptiste Coudurier
2007-02-28free faac extradataBaptiste Coudurier
2007-02-28Looks like I'll work on it this year tooKostya Shishkov
2007-02-28WMV3 Complex Profile initial supportKostya Shishkov
2007-02-28enable some 64bit optimized code on 64bit archAurelien Jacobs
2007-02-27Fix wrong license header.Diego Biurrun
2007-02-27Rename WMADecodeContext to WMACodecContextMichel Bardiaux
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-27DCA decoderKostya Shishkov
2007-02-27The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun
2007-02-27Remove useless conditional.Diego Biurrun
2007-02-25cleanup setting of returned data frameAurelien Jacobs
2007-02-25Use pointers to avoid copying AVFrame.Aurelien Jacobs
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-25Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris
2007-02-25rewrite find_frame_end()Michael Niedermayer
2007-02-25use FFMINRamiro Polla
2007-02-24Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun
2007-02-24Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-02-24h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange
2007-02-24Use pointers to avoid copying AVFrame.Aurelien Jacobs
2007-02-23reorder a few more paddws to reduce dependancy chainsMichael Niedermayer
2007-02-23reorder paddws to reduce dependancy chainMichael Niedermayer
2007-02-23add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in...Benoit Fouet
2007-02-23shortening dependancy chain in chroma mc2Michael Niedermayer
2007-02-23remove now wrong commentMichael Niedermayer
2007-02-23fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer
2007-02-23use av_noinline instead of __attribute((noinline))Aurelien Jacobs
2007-02-23dont check buffer size if the decode function wont be called at allMichael Niedermayer
2007-02-23av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris
2007-02-22Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris
2007-02-22Doxygenize the existing amr.c documentation.Panagiotis Issaris