summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Doxygenize the comments for the av_fast_realloc() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_free_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_get_pict_type_char() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the avpicture_free() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-22
| | | | | | libavcodec/avcodec.h. Originally committed as revision 8079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more Doxygen documentation.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spelling.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The memsetting of the end of buffer is not needed for audio.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stray comment, probably copy & pasted from audio_encode_example().Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-22
| | | | Originally committed as revision 8062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 fixMichael Niedermayer2007-02-22
| | | | Originally committed as revision 8059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct typo.Panagiotis Issaris2007-02-21
| | | | Originally committed as revision 8058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify release_buffer using FFSWAPAurelien Jacobs2007-02-21
| | | | Originally committed as revision 8057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify i386 object handlingDiego Biurrun2007-02-21
| | | | Originally committed as revision 8056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output delayed framesMichael Niedermayer2007-02-21
| | | | | | | | | fixes: CANL4_SVA_B.264 NL3_SVA_C.264 NL3_SVA_E.264 Originally committed as revision 8055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: forgot to reset LS mode on new frameKostya Shishkov2007-02-21
| | | | Originally committed as revision 8053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris2007-02-20
| | | | Originally committed as revision 8041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for MS-GSM codecMichel Bardiaux2007-02-20
| | | | Originally committed as revision 8039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide Doxygen documentation.Panagiotis Issaris2007-02-20
| | | | Originally committed as revision 8038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add doxygen docs for avpicture_fill()Guillaume Poirier2007-02-20
| | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Originally committed as revision 8034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix comment, get/show_bits(0) does not workStefan Gehrer2007-02-19
| | | | Originally committed as revision 8029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some old disabled debugging outputMichel Bardiaux2007-02-19
| | | | Originally committed as revision 8027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify in fill_cachesLoren Merritt2007-02-19
| | | | Originally committed as revision 8026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris2007-02-18
| | | | Originally committed as revision 8025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clairyfication of the gain tool struct.Benjamin Larsson2007-02-18
| | | | Originally committed as revision 8023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for x86-64Måns Rullgård2007-02-18
| | | | Originally committed as revision 8022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use byte swaps and use the more portable wayBenjamin Larsson2007-02-18
| | | | | | of declaring aligned buffers. Originally committed as revision 8021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-18
| | | | Originally committed as revision 8017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize fill_rectangle() callsMichael Niedermayer2007-02-18
| | | | Originally committed as revision 8016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* display line number when printing errorAlex Beregszaszi2007-02-18
| | | | Originally committed as revision 8015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-17
| | | | Originally committed as revision 8012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove imgresample and convert with the next version bumpMichael Niedermayer2007-02-17
| | | | Originally committed as revision 8005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVRandomKostya Shishkov2007-02-17
| | | | Originally committed as revision 8004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: forgot break statementKostya Shishkov2007-02-17
| | | | Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize fill_rectangle()Michael Niedermayer2007-02-16
| | | | | | | remove more silly ref_count checks use list_count where appropriate Originally committed as revision 8000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace list<2 checks by list<list_countMichael Niedermayer2007-02-16
| | | | | | remove silly ref_count<0 and ref_count==0 checks its impossible for this variable to have such a value Originally committed as revision 7999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 2nd ref_count checkMichael Niedermayer2007-02-16
| | | | | | add list_count Originally committed as revision 7998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ref_count checkMichael Niedermayer2007-02-16
| | | | Originally committed as revision 7997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize mv_cache and mvd_cache initMichael Niedermayer2007-02-16
| | | | Originally committed as revision 7996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-02-16
| | | | Originally committed as revision 7995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-16
| | | | Originally committed as revision 7994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent h.264 MC related functions from being inlined (yes this is much ↵Michael Niedermayer2007-02-16
| | | | | | faster the code just doesnt fit in the code cache otherwise) Originally committed as revision 7993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling fixMichel Bardiaux2007-02-15
| | | | Originally committed as revision 7989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling fixMichel Bardiaux2007-02-15
| | | | Originally committed as revision 7988 to svn://svn.ffmpeg.org/ffmpeg/trunk