summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* simplifyMichael Niedermayer2008-01-16
| | | | Originally committed as revision 11533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
| | | | | | patch by Sigbjørn Skjæret, cisc broadpark no Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
| | | | | | non-void function' warnings in test code. Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable j.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable variance.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix access to the last element of the table.Aurelien Jacobs2008-01-07
| | | | | | (size of the table vs. number of elements in the table) Originally committed as revision 11448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install crc.h which is now part of public APIAurelien Jacobs2008-01-04
| | | | Originally committed as revision 11410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve CRC APIAurelien Jacobs2008-01-04
| | | | | | | - don't export any global var - provide either generated or hardcoded tables Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-01-04
| | | | Originally committed as revision 11405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-04
| | | | | | using it in libav*. Originally committed as revision 11404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document O() time.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document node removial API.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix selftest.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support removing elements.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
| | | | | | flat arrays which have lower overhead than millions of mallocd() elements. Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always set next correctly, even if a matching element is found (that isMichael Niedermayer2008-01-04
| | | | | | how it is documented and used). Originally committed as revision 11391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for the presence of llrint(), lrint(), round() and roundf()Michael Kostylev2007-12-27
| | | | | | | and provide simple replacements if they are unavailable. patch by Michael Kostylev, mik niipt ru Originally committed as revision 11326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove outdated comment.Diego Biurrun2007-12-27
| | | | Originally committed as revision 11325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* djgpp port, first partMichael Kostylev2007-12-24
| | | | | | patch by Michael Kostylev, mik niipt ru Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log_get/set_level()Måns Rullgård2007-12-12
| | | | Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato2007-12-12
| | | | Originally committed as revision 11208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide sha1 to outside applicationsLuca Barbato2007-12-12
| | | | | | Patch from Diego Pettenò flameeyesATgmailDOTcom Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
| | | | Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* main() --> main(void)Diego Biurrun2007-11-23
| | | | Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-19
| | | | Originally committed as revision 11061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove perror() usage from libavutilLuca Abeni2007-11-19
| | | | Originally committed as revision 11057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent the code after last commitLuca Abeni2007-11-08
| | | | Originally committed as revision 10958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant "if(len)"Luca Abeni2007-11-08
| | | | Originally committed as revision 10957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-02
| | | | Originally committed as revision 10906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A ↵Stefano Sabatini2007-11-01
| | | | | | posteP it % Originally committed as revision 10893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark the source buffer as "const"Luca Abeni2007-10-30
| | | | Originally committed as revision 10877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_des_encdecReimar Döffinger2007-10-20
| | | | Originally committed as revision 10822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Jeremy Mordkoff2007-10-19
| | | | | | Patch by Jeremy Mordkoff: jlm zazzletech com Originally committed as revision 10812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add #endif comment.Diego Biurrun2007-10-19
| | | | Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19
| | | | Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc Doxygen spelling/grammar fixesDiego Biurrun2007-10-15
| | | | Originally committed as revision 10754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rc4 header, #ifndef -> #defineReimar Döffinger2007-10-14
| | | | Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiple inclusion guards.Diego Biurrun2007-10-14
| | | | Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard license header.Diego Biurrun2007-10-14
| | | | Originally committed as revision 10731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently place comments in file header.Diego Biurrun2007-10-14
| | | | Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-10-14
| | | | Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-13
| | | | Originally committed as revision 10723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
| | | | Originally committed as revision 10565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-09
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
| | | | Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
| | | | | | to Mac OS X rather than to Darwin. Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk