summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* read 'coupling in use' parameter from bitstream into decoder context first,Justin Ruggles2008-07-19
* Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer2008-07-19
* Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2Benjamin Larsson2008-07-19
* Take the brain amputated spec literally if the user asks for it (-strict 1).Michael Niedermayer2008-07-19
* Remove explicit strict_std_compliance support as it seems to work fine overMichael Niedermayer2008-07-19
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-19
* Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.Benjamin Larsson2008-07-19
* Cosmetics: alignmentVitor Sessak2008-07-19
* Simplify co(): do not abuse pointer aritmeticsVitor Sessak2008-07-19
* Make the automatic has_b_frames increasing code increase it up to theMichael Niedermayer2008-07-19
* Simplify co(): remove variables that are only used onceVitor Sessak2008-07-19
* Try to fix my latest 100l fate SVQ3 breakage.Michael Niedermayer2008-07-19
* Remove apparently unneeded out!=NULL check.Michael Niedermayer2008-07-19
* Simplify picture output code.Michael Niedermayer2008-07-19
* Remove useless #if 0 code.Michael Niedermayer2008-07-19
* Do not forget marking disposed delayed pics as unused.Michael Niedermayer2008-07-19
* add ogv extensionBaptiste Coudurier2008-07-19
* cosmetics, remove spaceBaptiste Coudurier2008-07-19
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-19
* indentMichael Niedermayer2008-07-19
* simplifyMichael Niedermayer2008-07-19
* cosmetic: use hex value instead of decimal to show relation to 0x7FFFFFJustin Ruggles2008-07-19
* Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer2008-07-19
* Drop out of order pics even if bitstream_restriction_flag is set.Michael Niedermayer2008-07-19
* Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak2008-07-19
* Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer2008-07-19
* Make ffmpeg -t X with X<=0 transcode nothing.Stefano Sabatini2008-07-18
* minor simplification of qdm2_decode_fft_packets()Michael Niedermayer2008-07-18
* Make frames non reference by default, so they are disposed of automaticallyMichael Niedermayer2008-07-18
* Correcting displayed muxing overhead and video stream size.Michael Niedermayer2008-07-18
* Support reading large metadata.Michael Niedermayer2008-07-18
* Make bitstream_* fields unsigned.Michael Niedermayer2008-07-18
* Only realloc() bitstream buffer when the needed size increased,Michael Niedermayer2008-07-18
* If metadata has been parsed goto end instead of trying toMichael Niedermayer2008-07-18
* Fix a mem leak in vc1_decode_frame().Erik Hovland2008-07-18
* Fix a mem leak in av_find_stream_info().Erik Hovland2008-07-18
* intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård2008-07-18
* MPEGTS: Improve probe functionMåns Rullgård2008-07-18
* cosmetics, remove spaceBaptiste Coudurier2008-07-18
* Return max score when ftyp atom is encountered.Baptiste Coudurier2008-07-18
* Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer2008-07-18
* Simplify: do not overuse pointer aritmeticVitor Sessak2008-07-17
* indentMichael Niedermayer2008-07-17
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer2008-07-17
* simplify yuv2yuv1()Michael Niedermayer2008-07-17
* Declare parameters of pred() that could be const as suchVitor Sessak2008-07-17
* Another simplificationVitor Sessak2008-07-17
* SimplifyVitor Sessak2008-07-17
* SimplifyVitor Sessak2008-07-17
* Declare function parameters as constVitor Sessak2008-07-17