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 (Collapse)Author
2007-03-04Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris
to "picture" as suggested by Baptiste Coudurier. Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04imx dump header bitstream filter, modifies bitstream to fit in mov and be ↵Baptiste Coudurier
decoded by final cut pro decoder Originally committed as revision 8218 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04add bytestream_get/put_be24 functionsBaptiste Coudurier
Originally committed as revision 8217 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier
Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04check for no frame and prevent segfaultMichael Niedermayer
Originally committed as revision 8211 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-03partial avid meridien uncompressed supportBaptiste Coudurier
Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-03Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan
patch by Patrice Bensoussan, patrice.bensoussan free fr Originally committed as revision 8200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-03Clarify that this decoder uses liba52.Diego Biurrun
Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-03support feeding individual NAL units to the decoder instead of just complete ↵Michael Niedermayer
frames Originally committed as revision 8197 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-02support for mjpeg bottom field first in movBaptiste Coudurier
Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-02fix adpcm swf decodingBaptiste Coudurier
Originally committed as revision 8186 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-01remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier
Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-01Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris
Originally committed as revision 8171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-01quicktime 'raw ' supportBaptiste Coudurier
Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-01get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier
Originally committed as revision 8167 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-01define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bumpBaptiste Coudurier
Originally committed as revision 8166 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28get rid of rtp_mode field after next major bumpBaptiste Coudurier
Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28enable rtp payload size AVOption for video encodingBaptiste Coudurier
Originally committed as revision 8163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28free faac extradataBaptiste Coudurier
Originally committed as revision 8161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28Looks like I'll work on it this year tooKostya Shishkov
Originally committed as revision 8160 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28WMV3 Complex Profile initial supportKostya Shishkov
Originally committed as revision 8159 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28enable some 64bit optimized code on 64bit archAurelien Jacobs
Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Fix wrong license header.Diego Biurrun
Originally committed as revision 8144 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Rename WMADecodeContext to WMACodecContextMichel Bardiaux
Originally committed as revision 8143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Supply context to tprintfMichel Bardiaux
Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27DCA decoderKostya Shishkov
Originally committed as revision 8141 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun
Originally committed as revision 8140 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Remove useless conditional.Diego Biurrun
Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25cleanup setting of returned data frameAurelien Jacobs
Originally committed as revision 8125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25Use pointers to avoid copying AVFrame.Aurelien Jacobs
This ensure get_buffer() won't be confused with an AVFrame pointer which looks like it wasn't released. Originally committed as revision 8124 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris
API out of imgconvert.c into avcodec.h. Originally committed as revision 8121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25rewrite find_frame_end()Michael Niedermayer
new code correctly splits long start codes, also its about twice as fast Originally committed as revision 8120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25use FFMINRamiro Polla
patch by ramiro _at_ lisha.ufsc.br Originally committed as revision 8119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun
Originally committed as revision 8117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun
Originally committed as revision 8116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24h264 optimization: common case hl_decode_mb patch by (Alexander Strange ↵Alexander Strange
astrange ithinksw com) 144095->142319 dezicycles for hl_decode_mb() on duron trailing whitespace removed by me Originally committed as revision 8106 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24Use pointers to avoid copying AVFrame.Aurelien Jacobs
This ensure get_buffer() won't be confused with an AVFrame pointer which looks like it wasn't released. Originally committed as revision 8105 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23reorder a few more paddws to reduce dependancy chainsMichael Niedermayer
chroma mc4 put 2480 -> 2460 dezicyles on duron Originally committed as revision 8098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23reorder paddws to reduce dependancy chainMichael Niedermayer
put_h264_chroma_mc2_mmx2() 927 -> 902 dezicyles on duron Originally committed as revision 8097 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays ↵Benoit Fouet
in ffmpeg.c Patch by Benoit Fouet % benoit P fouet A purplelabs P com % Originally committed as revision 8096 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23shortening dependancy chain in chroma mc2Michael Niedermayer
Originally committed as revision 8095 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23remove now wrong commentMichael Niedermayer
Originally committed as revision 8094 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron ↵Michael Niedermayer
co kr) and does slow the mc2 chroma put down, avg interrestingly seems unaffected speedwise on duron this of course should be rather done in a way which doesnt slow it down but its better a few % slower but correct then incorrect Originally committed as revision 8093 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23use av_noinline instead of __attribute((noinline))Aurelien Jacobs
Originally committed as revision 8091 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23dont check buffer size if the decode function wont be called at allMichael Niedermayer
Originally committed as revision 8090 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23av_realloc_static() is an internal function and therefore should use the ff_ ↵Panagiotis Issaris
prefix instead of av_. Originally committed as revision 8089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris
Originally committed as revision 8088 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22Doxygenize the existing amr.c documentation.Panagiotis Issaris
Originally committed as revision 8087 to svn://svn.ffmpeg.org/ffmpeg/trunk