aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Doxygenize the comments for the av_free_static() function.Panagiotis Issaris2007-02-221-2/+2
* Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris2007-02-221-1/+6
* Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris2007-02-221-1/+5
* Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris2007-02-221-1/+4
* Doxygenize the comments for the av_get_pict_type_char() function.Panagiotis Issaris2007-02-221-1/+4
* Doxygenize the comments for the avpicture_free() function.Panagiotis Issaris2007-02-221-1/+5
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-222-21/+25
* Add more Doxygen documentation.Panagiotis Issaris2007-02-222-81/+199
* Fix spelling.Panagiotis Issaris2007-02-221-6/+6
* The memsetting of the end of buffer is not needed for audio.Panagiotis Issaris2007-02-221-3/+0
* Stray comment, probably copy & pasted from audio_encode_example().Panagiotis Issaris2007-02-221-2/+0
* Fix typo.Panagiotis Issaris2007-02-221-1/+1
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-222-2/+2
* gcc 2.95 fixMichael Niedermayer2007-02-221-3/+3
* Correct typo.Panagiotis Issaris2007-02-211-1/+1
* simplify release_buffer using FFSWAPAurelien Jacobs2007-02-211-4/+2
* simplify i386 object handlingDiego Biurrun2007-02-211-6/+2
* output delayed framesMichael Niedermayer2007-02-211-0/+20
* cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun2007-02-211-2/+2
* 100l: forgot to reset LS mode on new frameKostya Shishkov2007-02-211-0/+3
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-212-4/+6
* Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris2007-02-201-4/+44
* Add support for MS-GSM codecMichel Bardiaux2007-02-203-18/+70
* Provide Doxygen documentation.Panagiotis Issaris2007-02-201-6/+10
* add doxygen docs for avpicture_fill()Guillaume Poirier2007-02-201-15/+39
* fix comment, get/show_bits(0) does not workStefan Gehrer2007-02-191-2/+2
* Remove some old disabled debugging outputMichel Bardiaux2007-02-191-10/+0
* simplify in fill_cachesLoren Merritt2007-02-191-29/+16
* Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris2007-02-181-1/+3
* Clairyfication of the gain tool struct.Benjamin Larsson2007-02-181-9/+9
* fix for x86-64Måns Rullgård2007-02-181-1/+1
* Don't use byte swaps and use the more portable wayBenjamin Larsson2007-02-181-8/+8
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-181-6/+9
* factorize fill_rectangle() callsMichael Niedermayer2007-02-181-8/+8
* display line number when printing errorAlex Beregszaszi2007-02-181-8/+8
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-171-73/+61
* remove imgresample and convert with the next version bumpMichael Niedermayer2007-02-171-7/+12
* Use AVRandomKostya Shishkov2007-02-171-11/+4
* 10l: forgot break statementKostya Shishkov2007-02-171-0/+1
* factorize fill_rectangle()Michael Niedermayer2007-02-161-32/+33
* replace list<2 checks by list<list_countMichael Niedermayer2007-02-161-26/+15
* fix 2nd ref_count checkMichael Niedermayer2007-02-161-2/+8
* fix ref_count checkMichael Niedermayer2007-02-161-1/+1
* factorize mv_cache and mvd_cache initMichael Niedermayer2007-02-161-29/+25
* simplifyMichael Niedermayer2007-02-161-1/+1
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-161-0/+4
* prevent h.264 MC related functions from being inlined (yes this is much faste...Michael Niedermayer2007-02-161-13/+13
* Spelling fixMichel Bardiaux2007-02-151-3/+3
* Spelling fixMichel Bardiaux2007-02-151-1/+1
* Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.Diego Biurrun2007-02-141-0/+47