summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-17
| | | | | | Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz) Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ↵Michael Niedermayer2005-12-17
| | | | | | (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from ↵Michael Niedermayer2005-12-17
| | | | | | (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ↵Michael Niedermayer2005-12-17
| | | | | | slhomme divxcorp com) Originally committed as revision 4745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nan fps fixMichael Niedermayer2005-12-16
| | | | Originally committed as revision 4744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly deal with the alpha channel in 32-bit QT RLE (courtesy of JohnMike Melanson2005-12-14
| | | | | | Koleszar <jkoleszar at on2.com>) Originally committed as revision 4743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle very large Cinepak frames (courtesy of John KoleszarMike Melanson2005-12-14
| | | | | | <jkoleszar@on2.com>) Originally committed as revision 4742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more PRIfooNN crap so it builds again here. Why can't ppl add ↵François Revol2005-12-13
| | | | | | defaults when they use such things ? Originally committed as revision 4741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix const warningMåns Rullgård2005-12-12
| | | | Originally committed as revision 4739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMåns Rullgård2005-12-12
| | | | Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QDM2Diego Biurrun2005-12-12
| | | | Originally committed as revision 4737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGWFredrik Orderud2005-12-12
| | | | | | | 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
* use utf-8 encodingMåns Rullgård2005-12-11
| | | | Originally committed as revision 4735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recognize some more nal typesLoren Merritt2005-12-11
| | | | Originally committed as revision 4734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch adds some support for non-joint stereo streams. It alsoBenjamin Larsson2005-12-11
| | | | | | | removes some fixmes. Patch by Benjamin Larsson Originally committed as revision 4733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alpha needs -fPIC for shared libsMåns Rullgård2005-12-11
| | | | Originally committed as revision 4732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the rest of missing Reg_* macros to support both AMD-64 style regs and ↵Guillaume Poirier2005-12-10
| | | | | | | | 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
* SONAME support for shared libsLuca Barbato2005-12-10
| | | | | | patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. > Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add credit for cookRoberto Togni2005-12-09
| | | | Originally committed as revision 4729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add cook decoderRoberto Togni2005-12-09
| | | | Originally committed as revision 4728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cookDiego Biurrun2005-12-09
| | | | Originally committed as revision 4727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
| | | | | | | | | 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
* psnr calculation with threads>1 fixMichael Niedermayer2005-12-07
| | | | Originally committed as revision 4725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for samples with fft_order = 7Roberto Togni2005-12-06
| | | | | | | | 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
* Remove duplicated fft initRoberto Togni2005-12-06
| | | | Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the necessary 'strip' commands to the BSD/OS section of configure becauseSteven M. Schultz2005-12-06
| | | | | | | | 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
* fix for systems not defining PRIu64, not everyone knows C99.François Revol2005-12-05
| | | | Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-12-05
| | | | Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård2005-12-05
| | | | Originally committed as revision 4719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check block_max_depth (fixes crash)Michael Niedermayer2005-12-03
| | | | Originally committed as revision 4718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make selftest code compile againMichael Niedermayer2005-12-03
| | | | Originally committed as revision 4717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Elaborate on the Visual C-- situation.Diego Biurrun2005-12-02
| | | | Originally committed as revision 4716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver should be fixed now.Diego Biurrun2005-12-02
| | | | Originally committed as revision 4715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default_get_buffer() cleanupMichael Niedermayer2005-12-02
| | | | | | | 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
* Fixed format specifier in STOP_TIMER macro.Alexander Strasser2005-12-01
| | | | Originally committed as revision 4713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some h.264 fourccs to codec_bmp_tags[]Guillaume Poirier2005-11-30
| | | | Originally committed as revision 4712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP image decoderMåns Rullgård2005-11-30
| | | | Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use $CFLAGS and $LDFLAGS in dlopen() checkMåns Rullgård2005-11-29
| | | | Originally committed as revision 4710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on ↵Guillaume Poirier2005-11-21
| | | | | | | | | | 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
* Mark all 12 block unused when there are no coded blocksIvan Kalvachev2005-11-20
| | | | | | Fixes 422/444 artifacts Originally committed as revision 4708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver fixedDiego Biurrun2005-11-15
| | | | Originally committed as revision 4707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS ↵Wolfram Gloger2005-11-14
| | | | | | | | | | 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
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-14
| | | | Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l, left debugging onAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly skip unknown matrices (patch by Matthieu Castet) and disable ↵Matthieu Castet2005-11-13
| | | | | | comment reading Originally committed as revision 4704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for ↵Alex Beregszaszi2005-11-13
| | | | | | Theora 3.4 and stream created by Elphel cameras are decodable. Originally committed as revision 4703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi2005-11-13
| | | | Originally committed as revision 4702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mode_code_vlc_table size mismatchAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk