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
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-17Use FFABS instead of abs.Benjamin Larsson
Originally committed as revision 9045 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-17Remove lots of unused commented code. (Cleanup)Benjamin Larsson
Originally committed as revision 9041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-17Change default 1 pass blocksize to 64x64.Benjamin Larsson
Originally committed as revision 9040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-12Added support for instances where linesize[0] is negative.Benjamin Larsson
Based on patch by Jason Askew, jason dot askew at gmail dot com. Originally committed as revision 9006 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12Respect the gop size (-g) for marking I frames. Use -g 0 gives the old ↵Benjamin Larsson
behaviour. Originally committed as revision 8326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-10Simplify, use avctx->frame_number.Benjamin Larsson
Originally committed as revision 8309 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot ↵Benjamin Larsson
com and Michel Bardiaux mbardiaux at mediaxim dot be. Originally committed as revision 7702 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22Remove debug line.Benjamin Larsson
Originally committed as revision 7621 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22Add flashsv encoder to changelog and fix the encoder so it actually works.Benjamin Larsson
Originally committed as revision 7620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21Flash screen video encoder.Benjamin Larsson
Originally committed as revision 7615 to svn://svn.ffmpeg.org/ffmpeg/trunk