summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update coding rules.Falk Hüffner2004-03-23
| | | | Originally committed as revision 2920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * enabling seek in raw DV filesRoman Shaposhnik2004-03-23
| | | | | | * generic DV demuxer now sets correct pts for every packet Originally committed as revision 2919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size of encoded stream to the regression testsMichael Niedermayer2004-03-23
| | | | Originally committed as revision 2918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test more (i)dctsMichael Niedermayer2004-03-22
| | | | Originally committed as revision 2917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l for iiveMichael Niedermayer2004-03-22
| | | | Originally committed as revision 2916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile fix by (Chip <szarlada at freemail dot hu>)Michael Niedermayer2004-03-22
| | | | Originally committed as revision 2915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* powerpc PMC doc fix by (Romain Dolbeau <dolbeau at irisa dot fr>)Michael Niedermayer2004-03-22
| | | | Originally committed as revision 2914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l in av_mallocz_static()Michael Niedermayer2004-03-22
| | | | | | less overallocation in av_fast_realloc() for small arrays Originally committed as revision 2913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-21
| | | | | | | | | doesnt call realloc every time doesnt randomly overwrite memory after after 8-16 calls doesnt use ugly macro wraper fewer lines of code Originally committed as revision 2912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support url_read which reads less then requested patch by (Leon van ↵Leon van Stuivenberg2004-03-20
| | | | | | | | Stuivenberg <l dot vanstuivenberg at chello dot nl>) this is needed for compatibility with tcp.c 1.10 Originally committed as revision 2911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do loop filter immediatly after each macroblock is decoded instead of after ↵Michael Niedermayer2004-03-20
| | | | | | a frame is decoded Originally committed as revision 2910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 loop filter optimizationsMichael Niedermayer2004-03-20
| | | | Originally committed as revision 2909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ↵Michael Niedermayer2004-03-19
| | | | | | dot ecp dot fr>) Originally committed as revision 2908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable .ffm regression test as it works againMichael Niedermayer2004-03-18
| | | | Originally committed as revision 2907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slice structured encoding support & interlaced spellingMichael Niedermayer2004-03-18
| | | | Originally committed as revision 2906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot ↵Michael Niedermayer2004-03-18
| | | | | | luc dot ac dot be>) Originally committed as revision 2905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wrong help textMichael Niedermayer2004-03-18
| | | | Originally committed as revision 2904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA ↵Michael Niedermayer2004-03-18
| | | | | | dot COM dot AR>) Originally committed as revision 2903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-18
| | | | Originally committed as revision 2902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving f/b_code init to where it should beMichael Niedermayer2004-03-16
| | | | Originally committed as revision 2901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000l (using uninitalized variable for initalizing bits per MV table)Michael Niedermayer2004-03-16
| | | | Originally committed as revision 2900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init cleanupMichael Niedermayer2004-03-16
| | | | Originally committed as revision 2899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use pan_scan to remove some weight, proper pan_scan offset readingIvan Kalvachev2004-03-16
| | | | Originally committed as revision 2898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg12 fix 10l of aspect calucalations, return gop perser to print debug ↵Ivan Kalvachev2004-03-15
| | | | | | info, and make mpeg1_seq_header hot overwrite height/width Originally committed as revision 2897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at ↵Leon van Stuivenberg2004-03-15
| | | | | | chello dot nl>) Originally committed as revision 2896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update the API for the idct functionMike Melanson2004-03-15
| | | | Originally committed as revision 2895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move MPV_common_init after parsing stream parameters, matrix rebuildIvan Kalvachev2004-03-15
| | | | Originally committed as revision 2894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-14
| | | | Originally committed as revision 2893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-14
| | | | | | | on my desktop. * Misc. DV cleanups and fixes. Originally committed as revision 2892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tcp select() check and enables pressing 'q' when reading/(writing) fromLeon van Stuivenberg2004-03-14
| | | | | | tcp/http in ffmpeg.c patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) Originally committed as revision 2891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)Magnus Damm2004-03-14
| | | | Originally committed as revision 12024 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* alignment fixMichael Niedermayer2004-03-14
| | | | Originally committed as revision 2890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* width,height%16!=0 fixMichael Niedermayer2004-03-14
| | | | Originally committed as revision 2889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't fetch the size of SEQH unless SEQH was foundMike Melanson2004-03-14
| | | | Originally committed as revision 2888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor VMD system update; still not perfect, but should not crash eitherMike Melanson2004-03-14
| | | | Originally committed as revision 2887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
| | | | | | MKTAG/MKBETAG Originally committed as revision 2886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot ↵Michael Niedermayer2004-03-14
| | | | | | vanstuivenberg at chello dot nl>) Originally committed as revision 2885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje ↵Ronald S. Bultje2004-03-13
| | | | | | at students dot uu dot nl>) Originally committed as revision 2884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing broken mpeg_decode_gop()Michael Niedermayer2004-03-13
| | | | Originally committed as revision 2883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ↵Gildas Bazin2004-03-13
| | | | | | org>) Originally committed as revision 2882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be smarter about the variable size of the extra SVQ3 dataMike Melanson2004-03-13
| | | | Originally committed as revision 2881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)pritf() vs. av_log() and 'make test' updateMichael Niedermayer2004-03-13
| | | | Originally committed as revision 2880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse stss info in MOV files to get key frames patch by ("Brian Becker" ↵Brian Becker2004-03-13
| | | | | | <Brian dot Becker at palmone dot com>) Originally committed as revision 2879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* smarten up the SVQ3 extradata decoder without changing the external APIMike Melanson2004-03-13
| | | | Originally committed as revision 2878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* credit updateMike Melanson2004-03-13
| | | | Originally committed as revision 2877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added SGI image format, encoding and decoding, courtesy of Todd KirbyMike Melanson2004-03-13
| | | | | | <doubleshot@pacbell.net> Originally committed as revision 2876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Matroska creditsMike Melanson2004-03-13
| | | | Originally committed as revision 2875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik2004-03-12
| | | | | | | | | from common.c -> common.h so that they can be inlined. + performace gain ~1% (measured with DV decoding) + code bloat 0.05% Looks like a win-win solution. Originally committed as revision 2874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at ↵Michael Niedermayer2004-03-12
| | | | | | students dot uu dot nl>) Originally committed as revision 2873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by ↵Romain Dolbeau2004-03-11
| | | | | | (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 12018 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc