summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* 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
* Simplify: do not overuse pointer aritmeticVitor Sessak2008-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
* 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in theMichael Niedermayer2008-07-17
* Free in avcodec_close() avctx->rc_eq. Fix a memory leak.Stefano Sabatini2008-07-16
* 10000l, revertMichael Niedermayer2008-07-16
* indentMichael Niedermayer2008-07-16
* SVQ3 uses the JPEG variant of YUV 4:2:0.Michael Niedermayer2008-07-16
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-16
* Print slice num as well.Michael Niedermayer2008-07-16