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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2009-01-25Directly #include some required headers.Diego Biurrun
Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01constsMichael Niedermayer
I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08whitespace cosmeticsMåns Rullgård
Originally committed as revision 9524 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08add 64-bit bytestream read/write functionsMåns Rullgård
Originally committed as revision 9523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17include all prerequisites in header filesMåns Rullgård
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-15Remove unneeded semicolon.Panagiotis Issaris
Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-06add little endian 24bit read/writeAlex Beregszaszi
Originally committed as revision 8270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04add bytestream_get/put_be24 functionsBaptiste Coudurier
Originally committed as revision 8217 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-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
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01add bytestream big endian 16/32 writing functionsBaptiste Coudurier
Originally committed as revision 7200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-03change gif muxer to simple gif encoderBaptiste Coudurier
Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-22change gif demuxer to gif decoderBaptiste Coudurier
Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk