summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-04
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-04
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* check for no frame and prevent segfaultMichael Niedermayer2007-03-03
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
* Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan2007-03-03
* Clarify that this decoder uses liba52.Diego Biurrun2007-03-03
* support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer2007-03-02
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-02
* fix adpcm swf decodingBaptiste Coudurier2007-03-02
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
* Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris2007-03-01
* quicktime 'raw ' supportBaptiste Coudurier2007-03-01
* get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier2007-03-01
* define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bumpBaptiste Coudurier2007-03-01
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-28
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-28
* free faac extradataBaptiste Coudurier2007-02-28
* Looks like I'll work on it this year tooKostya Shishkov2007-02-28
* WMV3 Complex Profile initial supportKostya Shishkov2007-02-28
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-28
* Fix wrong license header.Diego Biurrun2007-02-27
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
* Supply context to tprintfMichel Bardiaux2007-02-27
* DCA decoderKostya Shishkov2007-02-27
* The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun2007-02-27
* Remove useless conditional.Diego Biurrun2007-02-27
* cleanup setting of returned data frameAurelien Jacobs2007-02-25
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris2007-02-25
* rewrite find_frame_end()Michael Niedermayer2007-02-25
* use FFMINRamiro Polla2007-02-25
* Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun2007-02-24
* Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun2007-02-24
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange2007-02-24
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-24
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-23
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-23
* add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in...Benoit Fouet2007-02-23
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-23
* remove now wrong commentMichael Niedermayer2007-02-23
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer2007-02-23
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-23
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-23
* av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris2007-02-23
* Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris2007-02-22
* Doxygenize the existing amr.c documentation.Panagiotis Issaris2007-02-22