summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Doxygenize the comments for the av_fast_realloc() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_free_static() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_get_pict_type_char() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the avpicture_free() function.Panagiotis Issaris2007-02-22
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-22
* Add more Doxygen documentation.Panagiotis Issaris2007-02-22
* Fix spelling.Panagiotis Issaris2007-02-22
* The memsetting of the end of buffer is not needed for audio.Panagiotis Issaris2007-02-22
* Stray comment, probably copy & pasted from audio_encode_example().Panagiotis Issaris2007-02-22
* Fix typo.Panagiotis Issaris2007-02-22
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-22
* gcc 2.95 fixMichael Niedermayer2007-02-22
* Correct typo.Panagiotis Issaris2007-02-21
* simplify release_buffer using FFSWAPAurelien Jacobs2007-02-21
* simplify i386 object handlingDiego Biurrun2007-02-21
* output delayed framesMichael Niedermayer2007-02-21
* cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun2007-02-21
* 100l: forgot to reset LS mode on new frameKostya Shishkov2007-02-21
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-21
* Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris2007-02-20
* Add support for MS-GSM codecMichel Bardiaux2007-02-20
* Provide Doxygen documentation.Panagiotis Issaris2007-02-20
* add doxygen docs for avpicture_fill()Guillaume Poirier2007-02-20
* fix comment, get/show_bits(0) does not workStefan Gehrer2007-02-19
* Remove some old disabled debugging outputMichel Bardiaux2007-02-19