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
2004-12-01raw rgb flip fixMichael Niedermayer
Originally committed as revision 3724 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-30fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.aviMichael Niedermayer
Originally committed as revision 3723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-30max frames command line optionsMichael Niedermayer
Originally committed as revision 3722 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-28fix interlacing check in v1 huffyuv.Loren Merritt
Originally committed as revision 3721 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-28split ffhuffyuv into 2 codecs:Loren Merritt
"huffyuv" is compatible with the official version "ffvhuff" contains our improvements Originally committed as revision 3720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-28fix some codec_id values so that new ones can be added at the end of the ↵Michael Niedermayer
subsets without breaking binary compatibility Originally committed as revision 3719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-2810l (dont use codec_id for error simulation)Michael Niedermayer
Originally committed as revision 3718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum
de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-2710l (encode bit buffer too small for 1920x1080 raw)Michael Niedermayer
Originally committed as revision 3716 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-27new option: context_modelLoren Merritt
stores per-frame optimal huffman tables. Originally committed as revision 3715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-26credits for Michel BardiauxMichael Niedermayer
Originally committed as revision 3714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-25fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be})Michael Niedermayer
Originally committed as revision 3713 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-25fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)Jeff Muizelaar
Originally committed as revision 3712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-25cvsignore config.logFrançois Revol
Originally committed as revision 3711 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-25YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)Luca Abeni
Originally committed as revision 3710 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-25Fixed typo which caused incorrect motion prediction in B-frames. patch by ↵Loren Merritt
(Loren Merritt <lorenm ta u tod washington tod edu>) Originally committed as revision 3709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-24check num_entries too to avoid reading over the array end and dont check i>0 ↵Michael Niedermayer
it must be >0 there Originally committed as revision 3708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-24Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by ↵Loren Merritt
(Loren Merritt <lorenm.u@washington@edu>) Originally committed as revision 3707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-24DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)Chriss
Originally committed as revision 3706 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-23cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)Michael Niedermayer
Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-23int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)Michael Niedermayer
Originally committed as revision 3704 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-22fake regression errors caused by randomly choosen dct algoMichael Niedermayer
Originally committed as revision 3703 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-21BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ↵François Revol
generic "if HAVE_THREADS" Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-21cvs policyMichael Niedermayer
Originally committed as revision 3701 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-21parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and ↵Michael Niedermayer
Paul Curtis <pfc >at> terrapin <dot< com>) Originally committed as revision 3700 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-21whitespace cleanup patch by (James A. Morrison ↵James A. Morrison
<ja2morri>@<csclub>dot<uwaterloo>point<ca>) Originally committed as revision 3699 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-21use correct typesMike Melanson
Originally committed as revision 3698 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-21new NSV demuxerMike Melanson
Originally committed as revision 3697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-21First implementation of nsv demuxer.François Revol
Get libavformat linked with lavc and lmp3lame is required. BeOS requires no undefined syms on link! (besides it's bad to leave undef syms) Originally committed as revision 3696 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-19workaround apps which dont provided correctly padded streamsMichael Niedermayer
Originally committed as revision 3695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-19fixing rv20201002Michael Niedermayer
Originally committed as revision 3694 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-19skip unknown streams instead of failingMichael Niedermayer
Originally committed as revision 3693 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-19rv20103001 supportMichael Niedermayer
Originally committed as revision 3692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-19rv20 demuxing fixMichael Niedermayer
Originally committed as revision 3691 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-19reset ref_indexMichael Niedermayer
Originally committed as revision 3690 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-19fix parserMichael Niedermayer
Originally committed as revision 3689 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-17native QPEG video decoder, courtesy of Konstantin ShishkovMike Melanson
Originally committed as revision 3688 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-16loop hackMichael Niedermayer
Originally committed as revision 3687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-16mv/mb reuse regression testMichael Niedermayer
Originally committed as revision 3686 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-16overflow fixMichael Niedermayer
Originally committed as revision 3685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-15extradata and FF_INPUT_BUFFER_PADDING_SIZE docMichael Niedermayer
Originally committed as revision 3684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-15disable redundant image formats, otherwise we wont get any bugreports about ↵Michael Niedermayer
-f image2 Originally committed as revision 3683 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-15attribute_usedMichael Niedermayer
Originally committed as revision 3682 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-14plane predicted non-interlacd rgb decodeing fixMichael Niedermayer
Originally committed as revision 3681 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13raw h261 demuxing fixMichael Niedermayer
Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer
by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13automatic workaround for another padding bugMichael Niedermayer
Originally committed as revision 3678 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13merge pam_decode_frame() into pnm_decode_frame()Michael Niedermayer
Originally committed as revision 3677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13switch pnm from imagepipe to image2pipeMichael Niedermayer
Originally committed as revision 3676 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13pnm parserMichael Niedermayer
Originally committed as revision 3675 to svn://svn.ffmpeg.org/ffmpeg/trunk