summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ensure that the bitstream buffers for encoding partitioned frames are alignedMichael Niedermayer2004-03-26
| | | | Originally committed as revision 2935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added QT faststart remuxing utility to ffmpeg distribution per, ahem,Mike Melanson2004-03-26
| | | | | | popular request Originally committed as revision 2934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of qp<6Michael Niedermayer2004-03-26
| | | | Originally committed as revision 2933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at ↵Laurent Aimar2004-03-26
| | | | | | via dot ecp dot fr>) Originally committed as revision 2932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot ↵Wolfram Gloger2004-03-26
| | | | | | uni-muenchen dot de) Originally committed as revision 2931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 loop filter optionMichael Niedermayer2004-03-26
| | | | Originally committed as revision 2930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huge vbv buffer size + CBR fixMichael Niedermayer2004-03-26
| | | | Originally committed as revision 2929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * enabling DV-in-QTRoman Shaposhnik2004-03-26
| | | | | | * fixing a bug in movenc.c: for QT files hdrl should contain 'mhlr' Originally committed as revision 2928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always parse APP* as it sometimes contains startcodes which confuse the ↵Michael Niedermayer2004-03-26
| | | | | | decoder otherwise Originally committed as revision 2927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-25
| | | | | | | | | simple now, take a look for yourself). * additional optimizations of the decoder. It runs at 55fps now on my desktop and it used to be ~45fps. Originally committed as revision 2926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning patrolFalk Hüffner2004-03-24
| | | | Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup frame_rate code, this may also fix some large file bugsMichael Niedermayer2004-03-24
| | | | Originally committed as revision 2924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot (bitstream size info)Michael Niedermayer2004-03-24
| | | | Originally committed as revision 2923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* untested win32 binary pipe fixMichael Niedermayer2004-03-24
| | | | Originally committed as revision 2922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * turns out raw DV files can have .dif extensionRoman Shaposhnik2004-03-24
| | | | Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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