Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun
2008-01-09Allow compilation of test programs when TEST is defined.Diego Biurrun
2008-01-09Remove unused variable j.Diego Biurrun
2008-01-09Remove unused variable variance.Diego Biurrun
2008-01-09Fix test program compilation, random() needs to be undefined.Diego Biurrun
2008-01-07Fix access to the last element of the table.Aurelien Jacobs
2008-01-05install crc.h which is now part of public APIAurelien Jacobs
2008-01-05improve CRC APIAurelien Jacobs
2008-01-04indentMichael Niedermayer
2008-01-04Flip key and element so types match, not that it matters for any codeMichael Niedermayer
2008-01-04Document O() time.Michael Niedermayer
2008-01-04Document node removial API.Michael Niedermayer
2008-01-04Fix selftest.Michael Niedermayer
2008-01-04Support removing elements.Michael Niedermayer
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer
2008-01-04Always set next correctly, even if a matching element is found (that isMichael Niedermayer
2007-12-27Check for the presence of llrint(), lrint(), round() and roundf()Michael Kostylev
2007-12-27Remove outdated comment.Diego Biurrun
2007-12-24djgpp port, first partMichael Kostylev
2007-12-13use av_log_get/set_level()Måns Rullgård
2007-12-13kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato
2007-12-12Provide sha1 to outside applicationsLuca Barbato
2007-11-24Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-11-19Generate a linking error if perror() is used in libav*Luca Abeni
2007-11-19Remove perror() usage from libavutilLuca Abeni
2007-11-08Reindent the code after last commitLuca Abeni
2007-11-08Remove redundant "if(len)"Luca Abeni
2007-11-02Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini
2007-11-01doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini
2007-10-30Mark the source buffer as "const"Luca Abeni
2007-10-20Document ff_des_encdecReimar Döffinger
2007-10-19Fix typo.Jeremy Mordkoff
2007-10-19cosmetics: Add #endif comment.Diego Biurrun
2007-10-19Add support for DES en- and decryption.Reimar Döffinger
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
2007-10-16misc Doxygen spelling/grammar fixesDiego Biurrun
2007-10-14Fix rc4 header, #ifndef -> #defineReimar Döffinger
2007-10-14Add multiple inclusion guards.Diego Biurrun
2007-10-14Add standard license header.Diego Biurrun
2007-10-14Consistently place comments in file header.Diego Biurrun
2007-10-14cosmetics: sort()Diego Biurrun
2007-10-13Add RC4 encryption/decryption functionReimar Döffinger
2007-09-24add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs
2007-09-09Document libavutil/mem.h:av_strdup.Stefano Sabatini
2007-08-31cosmetics: Sort some lines, whitespace changes.Diego Biurrun
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun