summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* typo: unkown->unknownAlex Beregszaszi2007-03-071-1/+1
* add little endian 24bit read/writeAlex Beregszaszi2007-03-061-0/+1
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-051-1/+1
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-045-10/+42
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-043-2/+34
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-041-0/+1
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-045-10/+39
* check for no frame and prevent segfaultMichael Niedermayer2007-03-031-0/+5
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-031-0/+1
* Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan2007-03-031-0/+2
* Clarify that this decoder uses liba52.Diego Biurrun2007-03-031-2/+2
* support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer2007-03-022-33/+37
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-021-4/+12
* fix adpcm swf decodingBaptiste Coudurier2007-03-021-39/+20
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-011-1/+1
* Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris2007-03-011-8/+41
* quicktime 'raw ' supportBaptiste Coudurier2007-03-011-13/+26
* get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier2007-03-012-1/+3
* define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bumpBaptiste Coudurier2007-03-011-0/+3
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-282-0/+4
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-281-1/+1
* free faac extradataBaptiste Coudurier2007-02-281-4/+7
* Looks like I'll work on it this year tooKostya Shishkov2007-02-281-1/+1
* WMV3 Complex Profile initial supportKostya Shishkov2007-02-281-3/+7
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-281-3/+3
* Fix wrong license header.Diego Biurrun2007-02-271-5/+6
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-274-25/+25
* Supply context to tprintfMichel Bardiaux2007-02-276-86/+91
* DCA decoderKostya Shishkov2007-02-276-2/+10850
* The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun2007-02-271-1/+1
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
* cleanup setting of returned data frameAurelien Jacobs2007-02-251-3/+2
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-255-33/+35
* Add av_ prefix to clip functionsReimar Döffinger2007-02-2532-175/+175
* Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris2007-02-252-46/+48
* rewrite find_frame_end()Michael Niedermayer2007-02-251-25/+38
* use FFMINRamiro Polla2007-02-251-7/+3
* Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun2007-02-241-1/+1
* Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun2007-02-241-2/+2
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-247-11/+11
* h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange2007-02-241-19/+46
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-241-30/+33
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-231-2/+2
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-231-1/+1
* add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in...Benoit Fouet2007-02-231-0/+1
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-231-6/+6
* remove now wrong commentMichael Niedermayer2007-02-231-2/+0
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer2007-02-231-2/+5
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-231-1/+1
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-231-11/+12
OpenPOWER on IntegriCloud