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
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička
Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz) Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ↵Michael Niedermayer
(Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4747 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from ↵Michael Niedermayer
(Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ↵Michael Niedermayer
slhomme divxcorp com) Originally committed as revision 4745 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-16nan fps fixMichael Niedermayer
Originally committed as revision 4744 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-14correctly deal with the alpha channel in 32-bit QT RLE (courtesy of JohnMike Melanson
Koleszar <jkoleszar at on2.com>) Originally committed as revision 4743 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-14correctly handle very large Cinepak frames (courtesy of John KoleszarMike Melanson
<jkoleszar@on2.com>) Originally committed as revision 4742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-13Add some more PRIfooNN crap so it builds again here. Why can't ppl add ↵François Revol
defaults when they use such things ? Originally committed as revision 4741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12fix const warningMåns Rullgård
Originally committed as revision 4739 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12remove unused variablesMåns Rullgård
Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12QDM2Diego Biurrun
Originally committed as revision 4737 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGWFredrik Orderud
to simplify usage on Windows. patch by Fredrik Orderud fredrik - . - orderud - @ - idi - . - ntnu - . - no Originally committed as revision 4736 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-11use utf-8 encodingMåns Rullgård
Originally committed as revision 4735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-11recognize some more nal typesLoren Merritt
Originally committed as revision 4734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-11This patch adds some support for non-joint stereo streams. It alsoBenjamin Larsson
removes some fixmes. Patch by Benjamin Larsson Originally committed as revision 4733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-11alpha needs -fPIC for shared libsMåns Rullgård
Originally committed as revision 4732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-11Add the rest of missing Reg_* macros to support both AMD-64 style regs and ↵Guillaume Poirier
IA32 regs. Not used yet, but should be once the SIMD code to accelerate Snow decoding is merged. Originally committed as revision 4731 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-10SONAME support for shared libsLuca Barbato
patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. > Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-09Add credit for cookRoberto Togni
Originally committed as revision 4729 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-09Add cook decoderRoberto Togni
Originally committed as revision 4728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-09cookDiego Biurrun
Originally committed as revision 4727 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-09Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson
Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-07psnr calculation with threads>1 fixMichael Niedermayer
Originally committed as revision 4725 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-06Support for samples with fft_order = 7Roberto Togni
Fail init for unknown fft order, to prevent an array overflow Output sound high-pitched compared to binary. Sample here http://a1862.g.akamai.net/7/1862/14448/v1/esa.download.akamai.com/13452/qt/ESA_VenusExpress_110K_Stream.mov Originally committed as revision 4724 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-06Remove duplicated fft initRoberto Togni
Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-06Add the necessary 'strip' commands to the BSD/OS section of configure becauseSteven M. Schultz
BSD/OS does not like shared libraries without a symbol table and gives errors when linking against libavcodec.so otherwise. patch by Steven M. Schultz < sms == at == 2BSD == dot == COM > Originally committed as revision 4722 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-06fix for systems not defining PRIu64, not everyone knows C99.François Revol
Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-05Unify include paths, -I.. is in CFLAGS.Diego Biurrun
Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-05ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård
Originally committed as revision 4719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-03check block_max_depth (fixes crash)Michael Niedermayer
Originally committed as revision 4718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-03make selftest code compile againMichael Niedermayer
Originally committed as revision 4717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-02Elaborate on the Visual C-- situation.Diego Biurrun
Originally committed as revision 4716 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-02ffserver should be fixed now.Diego Biurrun
Originally committed as revision 4715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-02default_get_buffer() cleanupMichael Niedermayer
fixes probably exploitable heap overflow heap overflow found by (Simon Kilvington <s D kilvington A eris D qinetiq D com>) Originally committed as revision 4714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-01Fixed format specifier in STOP_TIMER macro.Alexander Strasser
Originally committed as revision 4713 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-30add some h.264 fourccs to codec_bmp_tags[]Guillaume Poirier
Originally committed as revision 4712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-30BMP image decoderMåns Rullgård
Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-30use $CFLAGS and $LDFLAGS in dlopen() checkMåns Rullgård
Originally committed as revision 4710 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-21Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on ↵Guillaume Poirier
the configure system Original thread: Date: Nov 20, 2005 9:25 PM Subject: [PATCH] make dvdsub encoder depend on config variables Originally committed as revision 4709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-21Mark all 12 block unused when there are no coded blocksIvan Kalvachev
Fixes 422/444 artifacts Originally committed as revision 4708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-15ffserver fixedDiego Biurrun
Originally committed as revision 4707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-15dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS ↵Wolfram Gloger
uni-muenchen POIS de > Original thread: Date: 8 Oct 2005 09:35:38 -0000 Subject: [Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version Originally committed as revision 4706 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-14Unify include paths, -I.. is in CFLAGS.Diego Biurrun
Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-11-1310l, left debugging onAlex Beregszaszi
Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-13Correctly skip unknown matrices (patch by Matthieu Castet) and disable ↵Matthieu Castet
comment reading Originally committed as revision 4704 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-13Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for ↵Alex Beregszaszi
Theora 3.4 and stream created by Elphel cameras are decodable. Originally committed as revision 4703 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-13fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi
Originally committed as revision 4702 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-13mode_code_vlc_table size mismatchAlex Beregszaszi
Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk