summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-25
| | | | | | | | | | | | | | | values), so the comparison with vs_total_ac_bits is messed up on the first couple loop iterations, leading to AC underflows. the b->prev[] pointers were not being maintained correctly. We potentially have to update b->prev[] both before and after the area whose VLC length is getting adjusted. this also might fix the ppc regression failure? patch by (Dan Maas <dmaas maasdigital com>) Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some warningsMåns Rullgård2006-02-25
| | | | Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a memory leak on seeking.Loren Merritt2006-02-25
| | | | Originally committed as revision 5062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove outdated FAQ entry about A/V sync issues when grabbing.Diego Biurrun2006-02-24
| | | | Originally committed as revision 5061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use BSD-compatible expr syntax and change test -ne to test != for portability.Diego Biurrun2006-02-24
| | | | Originally committed as revision 5060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem thatAlan Curry2006-02-24
| | | | | | | was fixed in rgb32to16 about a year ago: using only the first 8 bits of the 32-bit pixel. Originally committed as revision 17671 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l (forgot EOBs)Michael Niedermayer2006-02-24
| | | | Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get ride of perl and sort in ffserver regtest (and avoid problem with ↵Aurelien Jacobs2006-02-23
| | | | | | behavior of sort changing with locales) Originally committed as revision 5058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ffserver.regression.ref to the actual md5 valuesAurelien Jacobs2006-02-23
| | | | Originally committed as revision 5057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ffserver regtest inconsistency between different arch (and even ↵Aurelien Jacobs2006-02-23
| | | | | | different kind of x86) Originally committed as revision 5056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-23
| | | | Originally committed as revision 5055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-23
| | | | | | | | | Patch by Antoine Cellerier < dionoea AaH via pOiS ecp PoIs fr > Original thread: Date: Nov 1, 2005 7:41 PM Subject: [Ffmpeg-devel] libavcodec help Originally committed as revision 5054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing dv_guess_qnos()Michael Niedermayer2006-02-23
| | | | | | roman, dont hesitate to reverse this and solve it differntly if you want ... Originally committed as revision 5053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a big warning if we mess up and run out of space ...Michael Niedermayer2006-02-23
| | | | Originally committed as revision 5052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-22
| | | | Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* link fixesDiego Biurrun2006-02-22
| | | | Originally committed as revision 5050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ↵Ivan Kalvachev2006-02-22
| | | | | | code. Originally committed as revision 5049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplifications in cabac_mb_typeLoren Merritt2006-02-22
| | | | Originally committed as revision 5048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi2006-02-22
| | | | Originally committed as revision 5047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AltiVec H.264 decoding on FSF gcc.Luca Barbato2006-02-21
| | | | | | patch by Luca Barbato, lu_zero aatt gentoo ddoott org Originally committed as revision 5046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the ↵Alex Beregszaszi2006-02-21
| | | | | | system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) Originally committed as revision 5045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make those nasty variables static, also fix a html bugAlex Beregszaszi2006-02-21
| | | | Originally committed as revision 5044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and ↵Alex Beregszaszi2006-02-21
| | | | | | possible CODEC_ID_NONE value change Originally committed as revision 5043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain extradata and pass avctx to av_log'sAlex Beregszaszi2006-02-21
| | | | Originally committed as revision 5042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's notKostya Shishkov2006-02-20
| | | | | | | implemented in the DosBox/ZMBV codec either. patch by Konstantin "Kostya" Shishkov Originally committed as revision 5041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass noise reduction option to x264Erik Slagter2006-02-20
| | | | | | patch by Erik Slagter <erik at slagter name> Originally committed as revision 5040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase maximum number of B-frames, necessary for H.264 encoding.Erik Slagter2006-02-19
| | | | | | patch by Erik Slagter, erik at slagter .... name Originally committed as revision 5039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleans reading stsd audio, and makes it more generic patch by (Baptiste ↵Baptiste Coudurier2006-02-19
| | | | | | COUDURIER <baptiste.coudurier smartjog com>) Originally committed as revision 5038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The current_sample field is meant to be the sample number, not an offset intoJulian Scheid2006-02-19
| | | | | | | the sample data. Don't increment it by multiples of sc->sample_size. patch by Julian Scheid, julian _-at-_ sektor37 _-dot-_ de Originally committed as revision 5037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create installation directories in the common install-* targets.Måns Rullgård2006-02-19
| | | | | | This is needed for components that override install locations (libpostproc). Originally committed as revision 5036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-19
| | | | Originally committed as revision 5035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Colin offered to maintain Amiga PPC port, Romain has only OSXGuillaume Poirier2006-02-18
| | | | Originally committed as revision 5034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 ↵Baptiste Coudurier2006-02-18
| | | | | | smartjog o com>) Originally committed as revision 5033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ↵Baptiste Coudurier2006-02-18
| | | | | | smartjog o com>) Originally committed as revision 5032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mov_read_ftyp to check iso media file type and set c->mp4 patch by ↵Baptiste Coudurier2006-02-18
| | | | | | (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) Originally committed as revision 5031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Just a comment update, replacing a FIXME to reflect the new expectation ofAlan Curry2006-02-18
| | | | | | how altivec_yuv2packedX is supposed to be used Originally committed as revision 17643 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;Alan Curry2006-02-18
| | | | | | instead fall back on yuv2packedXinC Originally committed as revision 17642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplacedLuca Abeni2006-02-17
| | | | | | | CONFIG_MUXERS from adtsenc.c, fixes compilation with --disable-muxers. patch by Luca Abeni, lucabe72 &at& email &dot& it Originally committed as revision 5030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license header to LGPL for consistency.Falk Hüffner2006-02-17
| | | | Originally committed as revision 5029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingAlan Curry2006-02-17
| | | | | | to spec; also convert a few vec_splat's to vec_splat_{s,u}* Originally committed as revision 17639 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-17
| | | | | | courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify creative ADPCM changelog entryAurelien Jacobs2006-02-16
| | | | Originally committed as revision 5027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)Alan Curry2006-02-16
| | | | Originally committed as revision 17633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)Alan Curry2006-02-16
| | | | Originally committed as revision 17632 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* don't arbitrarily limit delta_qpLoren Merritt2006-02-16
| | | | Originally committed as revision 5026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better match CVS policy in the indent recomendationAurelien Jacobs2006-02-16
| | | | Originally committed as revision 5025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-16
| | | | Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov fourccs for handling FCP files by (Baptiste COUDURIER ↵Michael Niedermayer2006-02-14
| | | | | | )(baptiste.coudurier smartjog com) Originally committed as revision 5023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some crashes on negative nalsize.Loren Merritt2006-02-14
| | | | Originally committed as revision 5022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use != instead of -ne in test invocations for greater portability.Michel Bardiaux2006-02-13
| | | | | | patch by Michel Bardiaux, mbardiaux XatX mediaxim XdotX be Originally committed as revision 5021 to svn://svn.ffmpeg.org/ffmpeg/trunk