summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix memleakMichael Niedermayer2008-07-21
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-21
* Check the allocated pointer instead of the given pointer as intendedErik Hovland2008-07-21
* Clarify -minrate/-maxrate description in the documentation.tripp2008-07-21
* Simplify spatial direct ref selection with FFMIN3()Michael Niedermayer2008-07-21
* cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.Diego Biurrun2008-07-20
* cosmetics: Reindent two misplaced braces.Diego Biurrun2008-07-20
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-20
* Fix used references indexes in the loop filter.Michael Niedermayer2008-07-20
* Add skip* AVOptions, which seem to have been missed.Michael Niedermayer2008-07-20
* Decrease severity of 'invalid new backstep' log message to warningAndreas Öman2008-07-20
* Supply context argument to av_log() in mpeg audio decoder.Andreas Öman2008-07-20
* 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