summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Supply context argument to av_log() in mpeg audio decoder.Andreas Öman2008-07-20
| | | | Originally committed as revision 14312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read 'coupling in use' parameter from bitstream into decoder context first,Justin Ruggles2008-07-19
| | | | | | then copy to the local variable. Originally committed as revision 14311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer2008-07-19
| | | | | | | | | fixed at least: CVFI1_Sony_D.jsv CVFI1_SVA_C.264 MR6_BT_B.h264 Originally committed as revision 14310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2Benjamin Larsson2008-07-19
| | | | Originally committed as revision 14309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take the brain amputated spec literally if the user asks for it (-strict 1).Michael Niedermayer2008-07-19
| | | | | | | | | | | | | That is, add 16 frames delay, cache trashing and av desync. fixes at least the following reference bitstreams: CABA3_Sony_C.jsv CACQP3_Sony_D.jsv CAMANL1_TOSHIBA_B.264 CANL3_Sony_C.jsv CVBS3_Sony_C.jsv CVMANL1_TOSHIBA_B.264 Originally committed as revision 14308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit strict_std_compliance support as it seems to work fine overMichael Niedermayer2008-07-19
| | | | | | | AVOptions, actually it works even finer as it also gets passed to the decoder. Originally committed as revision 14307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-19
| | | | Originally committed as revision 14306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.Benjamin Larsson2008-07-19
| | | | Originally committed as revision 14305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2008-07-19
| | | | Originally committed as revision 14304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify co(): do not abuse pointer aritmeticsVitor Sessak2008-07-19
| | | | Originally committed as revision 14303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the automatic has_b_frames increasing code increase it up to theMichael Niedermayer2008-07-19
| | | | | | same maximum that can be achieved by specifying the value in the bitstream. Originally committed as revision 14302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify co(): remove variables that are only used onceVitor Sessak2008-07-19
| | | | Originally committed as revision 14301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to fix my latest 100l fate SVQ3 breakage.Michael Niedermayer2008-07-19
| | | | Originally committed as revision 14300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove apparently unneeded out!=NULL check.Michael Niedermayer2008-07-19
| | | | Originally committed as revision 14299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify picture output code.Michael Niedermayer2008-07-19
| | | | Originally committed as revision 14298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless #if 0 code.Michael Niedermayer2008-07-19
| | | | Originally committed as revision 14297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not forget marking disposed delayed pics as unused.Michael Niedermayer2008-07-19
| | | | | | Fixes issue335 Originally committed as revision 14296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ogv extensionBaptiste Coudurier2008-07-19
| | | | Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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