aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-25Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris
2007-02-25rewrite find_frame_end()Michael Niedermayer
2007-02-25use FFMINRamiro Polla
2007-02-24Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun
2007-02-24Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-02-24h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange
2007-02-24Use pointers to avoid copying AVFrame.Aurelien Jacobs
2007-02-23reorder a few more paddws to reduce dependancy chainsMichael Niedermayer
2007-02-23reorder paddws to reduce dependancy chainMichael Niedermayer
2007-02-23add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in...Benoit Fouet
2007-02-23shortening dependancy chain in chroma mc2Michael Niedermayer
2007-02-23remove now wrong commentMichael Niedermayer
2007-02-23fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer
2007-02-23use av_noinline instead of __attribute((noinline))Aurelien Jacobs
2007-02-23dont check buffer size if the decode function wont be called at allMichael Niedermayer
2007-02-23av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris
2007-02-22Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris
2007-02-22Doxygenize the existing amr.c documentation.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_fast_realloc() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_free_static() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the av_get_pict_type_char() function.Panagiotis Issaris
2007-02-22Doxygenize the comments for the avpicture_free() function.Panagiotis Issaris
2007-02-22Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris
2007-02-22Add more Doxygen documentation.Panagiotis Issaris
2007-02-22Fix spelling.Panagiotis Issaris
2007-02-22The memsetting of the end of buffer is not needed for audio.Panagiotis Issaris
2007-02-22Stray comment, probably copy & pasted from audio_encode_example().Panagiotis Issaris
2007-02-22Fix typo.Panagiotis Issaris
2007-02-22cosmetics: aswell --> as well typo fixDiego Biurrun
2007-02-22gcc 2.95 fixMichael Niedermayer
2007-02-21Correct typo.Panagiotis Issaris
2007-02-21simplify release_buffer using FFSWAPAurelien Jacobs
2007-02-21simplify i386 object handlingDiego Biurrun
2007-02-21output delayed framesMichael Niedermayer
2007-02-21cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun
2007-02-21100l: forgot to reset LS mode on new frameKostya Shishkov
2007-02-21cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun
2007-02-20Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris
2007-02-20Add support for MS-GSM codecMichel Bardiaux
2007-02-20Provide Doxygen documentation.Panagiotis Issaris
2007-02-20add doxygen docs for avpicture_fill()Guillaume Poirier
2007-02-19fix comment, get/show_bits(0) does not workStefan Gehrer
2007-02-19Remove some old disabled debugging outputMichel Bardiaux
2007-02-19simplify in fill_cachesLoren Merritt
2007-02-18Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris