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
2007-03-05Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris
2007-03-05Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris
2007-03-05Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris
2007-03-05Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris
2007-03-04add R/WB24 functionsBaptiste Coudurier
2007-03-02Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato
2007-02-28Reverting stray commit part ILuca Barbato
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
2007-02-27Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard
2007-02-27Add missing license headers.Diego Biurrun
2007-02-27Remove superfluous comment.Diego Biurrun
2007-02-27Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun
2007-02-27Remove useless conditional.Diego Biurrun
2007-02-27spelling/grammar fixes for the Doxygen commentsDiego Biurrun
2007-02-27Revert previous commit that contained an unrelated hunk.Diego Biurrun
2007-02-27spelling/grammar fixes for a Doxygen commentDiego Biurrun
2007-02-27Remove unused #define.Diego Biurrun
2007-02-26fix 2 mistakes in doxy comments, spotted by MichaelGuillaume Poirier
2007-02-26move doxy comments from rational.c to rational.h and add some new commentsDujardin Bernard
2007-02-26Doxygenize some commentsDujardin Bernard
2007-02-25remove [U]INT64_C definitionMåns Rullgård
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-24remove fallback definitions of PRIxNN macros,Ramiro Polla
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-02-22cosmetics: fix usefuLL --> usefuL typoDiego Biurrun
2007-02-20Adds Doxygen docs for the av_log function.Panagiotis Issaris
2007-02-17av_noinlineMichael Niedermayer
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-13Move base64.[ch] to libavutil.Carl Eugen Hoyos
2007-02-12slightly improve *_TIMERMichael Niedermayer
2007-02-12Remove unused ENODATA defineFrançois Revol
2007-02-11make key parameter constBaptiste Coudurier
2007-02-11mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger
2007-02-09av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer
2007-02-09special-case AES-128 decrypter is no longer necessary, the more generalReimar Döffinger
2007-02-071000l: Revert accidentally committed change.Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-06simplify and remove useless index in AV_W*Michael Niedermayer
2007-02-01Move lzo decompression to libavutilReimar Döffinger
2007-01-21Increase the av_log() levels, and add some documentation for themLuca Abeni
2007-01-20add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2007-01-18change while loops to do-while as the condition is true the first time and th...Michael Niedermayer
2007-01-17simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer
2007-01-17doxygenizeMichael Niedermayer
2007-01-17avoid code duplicationMichael Niedermayer
2007-01-17better to set things to NULL instead of random in case of out of memMichael Niedermayer
2007-01-17simplify av_fifo_realloc()Michael Niedermayer
2007-01-17remove near duplicate functionMichael Niedermayer