summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
| | | | | | to "picture" as suggested by Baptiste Coudurier. Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* imx dump header bitstream filter, modifies bitstream to fit in mov and be ↵Baptiste Coudurier2007-03-04
| | | | | | decoded by final cut pro decoder Originally committed as revision 8218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for no frame and prevent segfaultMichael Niedermayer2007-03-03
| | | | Originally committed as revision 8211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan2007-03-03
| | | | | | patch by Patrice Bensoussan, patrice.bensoussan free fr Originally committed as revision 8200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that this decoder uses liba52.Diego Biurrun2007-03-03
| | | | Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support feeding individual NAL units to the decoder instead of just complete ↵Michael Niedermayer2007-03-02
| | | | | | frames Originally committed as revision 8197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix adpcm swf decodingBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris2007-03-01
| | | | Originally committed as revision 8171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quicktime 'raw ' supportBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bumpBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-28
| | | | Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-28
| | | | Originally committed as revision 8163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free faac extradataBaptiste Coudurier2007-02-28
| | | | Originally committed as revision 8161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like I'll work on it this year tooKostya Shishkov2007-02-28
| | | | Originally committed as revision 8160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMV3 Complex Profile initial supportKostya Shishkov2007-02-28
| | | | Originally committed as revision 8159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-28
| | | | Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong license header.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
| | | | Originally committed as revision 8143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Supply context to tprintfMichel Bardiaux2007-02-27
| | | | Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA decoderKostya Shishkov2007-02-27
| | | | Originally committed as revision 8141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup setting of returned data frameAurelien Jacobs2007-02-25
| | | | Originally committed as revision 8125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
| | | | | | | 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
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris2007-02-25
| | | | | | API out of imgconvert.c into avcodec.h. Originally committed as revision 8121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite find_frame_end()Michael Niedermayer2007-02-25
| | | | | | 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
* use FFMINRamiro Polla2007-02-25
| | | | | | patch by ramiro _at_ lisha.ufsc.br Originally committed as revision 8119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun2007-02-24
| | | | Originally committed as revision 8117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun2007-02-24
| | | | Originally committed as revision 8116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
| | | | Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 optimization: common case hl_decode_mb patch by (Alexander Strange ↵Alexander Strange2007-02-24
| | | | | | | | | 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
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-24
| | | | | | | 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
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-23
| | | | | | chroma mc4 put 2480 -> 2460 dezicyles on duron Originally committed as revision 8098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-23
| | | | | | put_h264_chroma_mc2_mmx2() 927 -> 902 dezicyles on duron Originally committed as revision 8097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays ↵Benoit Fouet2007-02-23
| | | | | | | | 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
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-23
| | | | Originally committed as revision 8095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now wrong commentMichael Niedermayer2007-02-23
| | | | Originally committed as revision 8094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron ↵Michael Niedermayer2007-02-23
| | | | | | | | | | 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
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-23
| | | | Originally committed as revision 8091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-23
| | | | Originally committed as revision 8090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_realloc_static() is an internal function and therefore should use the ff_ ↵Panagiotis Issaris2007-02-23
| | | | | | prefix instead of av_. Originally committed as revision 8089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing amr.c documentation.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8087 to svn://svn.ffmpeg.org/ffmpeg/trunk