aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 10l: Only set *compose97i *add_yblock to dsputils context if we are building ↵Oded Shimon2006-03-171-0/+2
| | | | | | | | with Snow enabled Patch by Oded Shimon < ods15 AH ods15 POIS dyndns POIS org > Originally committed as revision 5175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable the NUT (de)muxer until it has been synced with the specification.Diego Biurrun2006-03-173-6/+6
| | | | Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* > 2GB file fixBaptiste Coudurier2006-03-161-1/+1
| | | | Originally committed as revision 5173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First part of a series of speed-enchancing patches.Robert Edele2006-03-165-133/+190
| | | | | | | | | | | | This one sets up a snow.h and makes snow use the dsputil function pointer framework to access the three functions that will be implemented in asm in the other parts of the patchset. Patch by Robert Edele < yartrebo AH earthlink POIS net> Original thread: Subject: [Ffmpeg-devel] [PATCH] Snow mmx+sse2 asm optimizations Date: Sun, 05 Feb 2006 12:47:14 -0500 Originally committed as revision 5172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract durationMichael Niedermayer2006-03-161-1/+12
| | | | Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep ftyp firstBaptiste Coudurier2006-03-161-0/+36
| | | | Originally committed as revision 5170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warningBaptiste Coudurier2006-03-161-1/+1
| | | | Originally committed as revision 5169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use CFLAGS when compiling qt-faststart, to enable largefile supportBaptiste Coudurier2006-03-161-1/+1
| | | | Originally committed as revision 5168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use fseeko and ftello to be 64 bit offsets compliantBaptiste Coudurier2006-03-161-4/+4
| | | | Originally committed as revision 5167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the delta magnitude a user specifyable parameter:Harikrishnan Varma2006-03-151-1/+3
| | | | | | | | | | | -dts_delta_threshold. patch by Harikrishnan Varma < hvarma AH divxcorp POIS com > Original thread: Date: Mar 14, 2006 1:13 AM Subject: [Ffmpeg-devel] Audio-video sync problem when transcoding to xvid in AVI Originally committed as revision 5166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sample size for uncompressed soundBaptiste Coudurier2006-03-141-8/+27
| | | | Originally committed as revision 5165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont pass intra flag if its always 0Michael Niedermayer2006-03-141-13/+13
| | | | Originally committed as revision 5164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio ↵Michael Niedermayer2006-03-131-1/+1
| | | | | | array for illegal aspect ratios) Originally committed as revision 5163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix coverity warning CID: 255 (uninitalized variable used to build tables ↵Michael Niedermayer2006-03-131-1/+1
| | | | | | which arent used, well there is a slight change of a FPU exception maybe ...) Originally committed as revision 5162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not be too verboseLuca Abeni2006-03-131-1/+1
| | | | Originally committed as revision 5161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user why video capture is failingLuca Abeni2006-03-131-2/+10
| | | | Originally committed as revision 5160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seed iterative_me with mvs from conventional search.Loren Merritt2006-03-132-8/+8
| | | | | | +15% speed, +.1 dB Originally committed as revision 5159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with moreAlan Curry2006-03-131-12/+16
| | | | | | consistent naming of functions Originally committed as revision 17845 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* seed iterative_me with mvs from conventional search.Loren Merritt2006-03-131-0/+11
| | | | | | +15% speed, +.1 dB Originally committed as revision 5158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* obey vqscale in 2nd passLoren Merritt2006-03-131-1/+2
| | | | Originally committed as revision 5157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-03-121-5/+5
| | | | Originally committed as revision 5156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset interlaced_dct flagMichael Niedermayer2006-03-121-0/+1
| | | | Originally committed as revision 5155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use of PRI macros in dprintfBaptiste Coudurier2006-03-121-8/+8
| | | | Originally committed as revision 5154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix conversion types in dprintfBaptiste Coudurier2006-03-121-3/+3
| | | | Originally committed as revision 5153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a warning when DEBUG is definedBaptiste Coudurier2006-03-111-1/+1
| | | | Originally committed as revision 5152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create edts atom when muxing B frames, needed to compute ctsBaptiste Coudurier2006-03-111-2/+2
| | | | Originally committed as revision 5151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do nal reformating when muxing H264, create avcc atomBaptiste Coudurier2006-03-111-0/+128
| | | | Originally committed as revision 5150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some mov files have invalid pts so we need to consider these pts too in ↵Michael Niedermayer2006-03-111-4/+11
| | | | | | calculating the timabase Originally committed as revision 5149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More correct demuxing and timestamp setting fot Sierra VMDKostya Shishkov2006-03-111-59/+65
| | | | Originally committed as revision 5148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit DPCM and stereo support for Sierra VMDKostya Shishkov2006-03-111-69/+48
| | | | Originally committed as revision 5147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-119-15/+18
| | | | Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_free -> av_freepMichael Niedermayer2006-03-111-3/+3
| | | | Originally committed as revision 5145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix %8 != 0 w/hMichael Niedermayer2006-03-111-3/+3
| | | | Originally committed as revision 5144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asserts to check if assumed conditions really are trueMichael Niedermayer2006-03-101-0/+2
| | | | Originally committed as revision 5143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* out of array read fixMichael Niedermayer2006-03-101-2/+2
| | | | Originally committed as revision 5142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* out of array read fixMichael Niedermayer2006-03-101-4/+6
| | | | Originally committed as revision 5141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup picture / debug output codeMichael Niedermayer2006-03-103-26/+25
| | | | Originally committed as revision 5140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing out of array access (only cosmetic, this should never have had a end ↵Michael Niedermayer2006-03-101-1/+1
| | | | | | user vissible effect) Originally committed as revision 5139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add assert to clarify that we know what we are doingMichael Niedermayer2006-03-101-0/+1
| | | | Originally committed as revision 5138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing uninitalized dc_pred_dirMichael Niedermayer2006-03-101-0/+1
| | | | | | this needs testing (no files with intra_dc_threshold and vissible ac_pred errors here) Originally committed as revision 5137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* very minor optimizationMichael Niedermayer2006-03-101-1/+1
| | | | Originally committed as revision 5136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variableMichael Niedermayer2006-03-101-3/+1
| | | | Originally committed as revision 5135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-103-14/+32
| | | | Originally committed as revision 5134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crop & pad + rescalingLuca Abeni2006-03-091-3/+4
| | | | Originally committed as revision 5133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Marcus Engene is author and maintainer of watermark.cCorey Hickey2006-03-091-1/+1
| | | | Originally committed as revision 5132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Watermarking with exact colors.Marcus Engene2006-03-091-17/+156
| | | | | | Patch by Marcus Engene <hisfirstname(at)hislastname.se> Originally committed as revision 5131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alignment fixes, caused problems on SPARC.David S. Miller2006-03-091-2/+2
| | | | | | patch by "David S. Miller" davem <<at>> davemloft <<dot>> net Originally committed as revision 5130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffserver regression tests:Aurelien Jacobs2006-03-093-10/+64
| | | | | | | | | - really produce readable files (instead of 0 byte files or headers only) - use bitexact, fastint dct, simple idct and qscale - gives consistent results across several archs - still fails on altivec ppc Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.Diego Biurrun2006-03-081-2/+2
| | | | Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-0811-51/+51
| | | | | | taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk