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 (Collapse)Author
2007-03-05Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris
Originally committed as revision 8228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris
Originally committed as revision 8227 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris
Originally committed as revision 8226 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris
header file. Originally committed as revision 8225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04add R/WB24 functionsBaptiste Coudurier
Originally committed as revision 8216 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-02Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun
Originally committed as revision 8187 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ↵Luca Barbato
the nutdec patch Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28Reverting stray commit part ILuca Barbato
Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits) Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard
dujardin.iut numericable fr with some further changes by me. Originally committed as revision 8151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Add missing license headers.Diego Biurrun
Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Remove superfluous comment.Diego Biurrun
Originally committed as revision 8148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun
Originally committed as revision 8147 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Remove useless conditional.Diego Biurrun
Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27spelling/grammar fixes for the Doxygen commentsDiego Biurrun
Originally committed as revision 8138 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Revert previous commit that contained an unrelated hunk.Diego Biurrun
Originally committed as revision 8137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27spelling/grammar fixes for a Doxygen commentDiego Biurrun
Originally committed as revision 8136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Remove unused #define.Diego Biurrun
Originally committed as revision 8135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-26fix 2 mistakes in doxy comments, spotted by MichaelGuillaume Poirier
Originally committed as revision 8133 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-26move doxy comments from rational.c to rational.h and add some new commentsDujardin Bernard
patch by Dujardin Bernard %dujardin P iut A numericable P fr% Originally committed as revision 8132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-26Doxygenize some commentsDujardin Bernard
Patch by Dujardin Bernard % dujardin P iut A numericable P fr % Originally committed as revision 8131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25remove [U]INT64_C definitionMåns Rullgård
Originally committed as revision 8127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24remove fallback definitions of PRIxNN macros,Ramiro Polla
patch by Ramiro Polla ramiro =a= lisha =d= ufsc =d= br Originally committed as revision 8118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22cosmetics: fix usefuLL --> usefuL typoDiego Biurrun
Originally committed as revision 8061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20Adds Doxygen docs for the av_log function.Panagiotis Issaris
Originally committed as revision 8040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-17av_noinlineMichael Niedermayer
Originally committed as revision 7992 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13Move base64.[ch] to libavutil.Carl Eugen Hoyos
patch by Carl Eugen Hoyos, cehoyos ag.or at Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12slightly improve *_TIMERMichael Niedermayer
Originally committed as revision 7948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12Remove unused ENODATA defineFrançois Revol
Originally committed as revision 7943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11make key parameter constBaptiste Coudurier
Originally committed as revision 7935 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11mxf aes decryption support, patch by Reimar, simplified to only look for ↵Reimar Döffinger
first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer
Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09special-case AES-128 decrypter is no longer necessary, the more generalReimar Döffinger
AES-implementation works at least as well in all case I tested. Originally committed as revision 7884 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-071000l: Revert accidentally committed change.Diego Biurrun
Originally committed as revision 7868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-06simplify and remove useless index in AV_W*Michael Niedermayer
Originally committed as revision 7852 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-01Move lzo decompression to libavutilReimar Döffinger
Originally committed as revision 7789 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21Increase the av_log() levels, and add some documentation for themLuca Abeni
Originally committed as revision 7614 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-20add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi
Originally committed as revision 7588 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18change while loops to do-while as the condition is true the first time and ↵Michael Niedermayer
the check just wastes cpu cycles Originally committed as revision 7576 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-17simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer
Originally committed as revision 7575 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-17doxygenizeMichael Niedermayer
Originally committed as revision 7574 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-17avoid code duplicationMichael Niedermayer
Originally committed as revision 7573 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-17better to set things to NULL instead of random in case of out of memMichael Niedermayer
Originally committed as revision 7572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-17simplify av_fifo_realloc()Michael Niedermayer
Originally committed as revision 7571 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-17remove near duplicate functionMichael Niedermayer
Originally committed as revision 7570 to svn://svn.ffmpeg.org/ffmpeg/trunk