summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cosmetics, remove spaceBaptiste Coudurier2008-07-19
| | | | Originally committed as revision 14294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-19
| | | | Originally committed as revision 14293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-07-19
| | | | Originally committed as revision 14292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-07-19
| | | | Originally committed as revision 14291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: use hex value instead of decimal to show relation to 0x7FFFFFJustin Ruggles2008-07-19
| | | | Originally committed as revision 14290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer2008-07-19
| | | | | | It is simpler and might be faster now. Originally committed as revision 14289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop out of order pics even if bitstream_restriction_flag is set.Michael Niedermayer2008-07-19
| | | | Originally committed as revision 14288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak2008-07-19
| | | | | | the SVN history this became mandated. Fix issue 548. Originally committed as revision 14287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer2008-07-19
| | | | | | array actually use a unused one, so it does work. Originally committed as revision 14286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg -t X with X<=0 transcode nothing.Stefano Sabatini2008-07-18
| | | | Originally committed as revision 14285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplification of qdm2_decode_fft_packets()Michael Niedermayer2008-07-18
| | | | Originally committed as revision 14284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make frames non reference by default, so they are disposed of automaticallyMichael Niedermayer2008-07-18
| | | | | | | in MPV_frame_start() if we break out due to an error at a random place. Fixes issue334 Originally committed as revision 14283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correcting displayed muxing overhead and video stream size.Michael Niedermayer2008-07-18
| | | | | | Partially fixes issue348. Originally committed as revision 14282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support reading large metadata.Michael Niedermayer2008-07-18
| | | | | | fixes issue187 Originally committed as revision 14281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make bitstream_* fields unsigned.Michael Niedermayer2008-07-18
| | | | Originally committed as revision 14280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only realloc() bitstream buffer when the needed size increased,Michael Niedermayer2008-07-18
| | | | | | this is needed to prevent loosing bitstream data with large metadata. Originally committed as revision 14279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If metadata has been parsed goto end instead of trying toMichael Niedermayer2008-07-18
| | | | | | decorrelate and output somehing nonexistng. Originally committed as revision 14278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a mem leak in vc1_decode_frame().Erik Hovland2008-07-18
| | | | | | Patch by Erik Hovland erik hovland org Originally committed as revision 14277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a mem leak in av_find_stream_info().Erik Hovland2008-07-18
| | | | | | Patch by Erik Hovland erik hovland org Originally committed as revision 14276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård2008-07-18
| | | | Originally committed as revision 14275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MPEGTS: Improve probe functionMåns Rullgård2008-07-18
| | | | | | | When a sync byte is found, check that transport_error_indicator is zero, and adaptation_field_control is valid (non-zero). Originally committed as revision 14274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove spaceBaptiste Coudurier2008-07-18
| | | | Originally committed as revision 14273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return max score when ftyp atom is encountered.Baptiste Coudurier2008-07-18
| | | | Originally committed as revision 14272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer2008-07-18
| | | | | | depending on SWS_ACCURATE as well if someone wants. Originally committed as revision 27323 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify: do not overuse pointer aritmeticVitor Sessak2008-07-17
| | | | Originally committed as revision 14271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-07-17
| | | | Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer2008-07-17
| | | | Originally committed as revision 27321 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* simplify yuv2yuv1()Michael Niedermayer2008-07-17
| | | | Originally committed as revision 27320 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Declare parameters of pred() that could be const as suchVitor Sessak2008-07-17
| | | | Originally committed as revision 14270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another simplificationVitor Sessak2008-07-17
| | | | Originally committed as revision 14269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-07-17
| | | | Originally committed as revision 14268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-07-17
| | | | Originally committed as revision 14267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare function parameters as constVitor Sessak2008-07-17
| | | | Originally committed as revision 14266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-17
| | | | Originally committed as revision 27318 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-17
| | | | Originally committed as revision 27317 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rearrange AV_[RW][BL]*() macrosMåns Rullgård2008-07-17
| | | | Originally committed as revision 14265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in theMichael Niedermayer2008-07-17
| | | | | | AVOptions array. Originally committed as revision 14264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace LDLATEFLAGS hackery by proper LDFLAGS tests.Diego Biurrun2008-07-17
| | | | | | The original reasons for LDLATEFLAGS are lost in the mists of time. Originally committed as revision 14263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to fix FATE after my time_base simplification change.Michael Niedermayer2008-07-17
| | | | Originally committed as revision 14262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move up swscale_error target so that regression tests error out immediately.Diego Biurrun2008-07-17
| | | | Originally committed as revision 14261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free in avcodec_close() avctx->rc_eq. Fix a memory leak.Stefano Sabatini2008-07-16
| | | | Originally committed as revision 14260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l, revertMichael Niedermayer2008-07-16
| | | | | | | | | | r14254 Log: The funny memcpyin svq3 generally has src & dst overlapping, so it should at least be a memmove(). I was tired, they do not overlap. Originally committed as revision 14259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-07-16
| | | | Originally committed as revision 14258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SVQ3 uses the JPEG variant of YUV 4:2:0.Michael Niedermayer2008-07-16
| | | | | | Fixes issue256 Originally committed as revision 14257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix mxf codec long name.Diego Biurrun2008-07-16
| | | | Originally committed as revision 14256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print AVCodecContext address instead of AVClass, better when multiple ↵Baptiste Coudurier2008-07-16
| | | | | | instances of same codecs are used, based on r14237 Originally committed as revision 14255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-16
| | | | | | should at least be a memmove(). Originally committed as revision 14254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print slice num as well.Michael Niedermayer2008-07-16
| | | | Originally committed as revision 14253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* float_to_int16_interleave: change src to an array of pointers instead of ↵Loren Merritt2008-07-16
| | | | | | | | assuming it's contiguous. this has no immediate effect, but will allow it to be used in more codecs. Originally committed as revision 14252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis: reduce memory by reusing buffersLoren Merritt2008-07-15
| | | | Originally committed as revision 14251 to svn://svn.ffmpeg.org/ffmpeg/trunk