aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Loop filtering with multiple slice types fix.Michael Niedermayer2008-07-212-14/+17
* Correct b_quant offset comment in avcodec.h, it is the description fortripp2008-07-211-2/+2
* Use slice_type_nos instead of slice_type where it makes no difference.Michael Niedermayer2008-07-211-27/+27
* SI/SP slice support. (not bitexact)Michael Niedermayer2008-07-211-10/+14
* Remove superfluous ().Michael Niedermayer2008-07-211-1/+1
* Simplify slice type checks.Michael Niedermayer2008-07-212-7/+9
* More correct ref comparison in the loop filter.Michael Niedermayer2008-07-211-2/+2
* Simplify spatial direct ref selection with FFMIN3()Michael Niedermayer2008-07-211-5/+1
* cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.Diego Biurrun2008-07-201-516/+437
* cosmetics: Reindent two misplaced braces.Diego Biurrun2008-07-201-2/+2
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-2012-897/+844
* Fix used references indexes in the loop filter.Michael Niedermayer2008-07-202-12/+23
* Add skip* AVOptions, which seem to have been missed.Michael Niedermayer2008-07-201-0/+9
* Decrease severity of 'invalid new backstep' log message to warningAndreas Öman2008-07-201-1/+1
* Supply context argument to av_log() in mpeg audio decoder.Andreas Öman2008-07-201-7/+7
* read 'coupling in use' parameter from bitstream into decoder context first,Justin Ruggles2008-07-191-4/+4
* Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer2008-07-193-3/+13
* Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2Benjamin Larsson2008-07-191-1/+1
* Take the brain amputated spec literally if the user asks for it (-strict 1).Michael Niedermayer2008-07-191-0/+6
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-192-7/+14
* Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.Benjamin Larsson2008-07-191-0/+3
* Cosmetics: alignmentVitor Sessak2008-07-191-3/+3
* Simplify co(): do not abuse pointer aritmeticsVitor Sessak2008-07-191-3/+4
* Make the automatic has_b_frames increasing code increase it up to theMichael Niedermayer2008-07-191-1/+1
* Simplify co(): remove variables that are only used onceVitor Sessak2008-07-191-5/+3
* Try to fix my latest 100l fate SVQ3 breakage.Michael Niedermayer2008-07-191-1/+9
* Remove apparently unneeded out!=NULL check.Michael Niedermayer2008-07-191-1/+1
* Simplify picture output code.Michael Niedermayer2008-07-191-11/+4
* Remove useless #if 0 code.Michael Niedermayer2008-07-191-4/+0
* Do not forget marking disposed delayed pics as unused.Michael Niedermayer2008-07-191-1/+2
* indentMichael Niedermayer2008-07-191-5/+5
* simplifyMichael Niedermayer2008-07-191-4/+3
* cosmetic: use hex value instead of decimal to show relation to 0x7FFFFFJustin Ruggles2008-07-191-1/+1
* Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer2008-07-192-20/+12
* Drop out of order pics even if bitstream_restriction_flag is set.Michael Niedermayer2008-07-191-4/+4
* Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak2008-07-191-0/+2
* Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer2008-07-191-2/+2
* minor simplification of qdm2_decode_fft_packets()Michael Niedermayer2008-07-181-2/+2
* Make frames non reference by default, so they are disposed of automaticallyMichael Niedermayer2008-07-181-0/+1
* Support reading large metadata.Michael Niedermayer2008-07-181-1/+14
* Make bitstream_* fields unsigned.Michael Niedermayer2008-07-181-2/+2
* Only realloc() bitstream buffer when the needed size increased,Michael Niedermayer2008-07-181-1/+2
* If metadata has been parsed goto end instead of trying toMichael Niedermayer2008-07-181-3/+3
* Fix a mem leak in vc1_decode_frame().Erik Hovland2008-07-181-0/+1
* Simplify: do not overuse pointer aritmeticVitor Sessak2008-07-171-8/+5
* Declare parameters of pred() that could be const as suchVitor Sessak2008-07-171-1/+1
* Another simplificationVitor Sessak2008-07-171-3/+1
* SimplifyVitor Sessak2008-07-171-2/+4
* SimplifyVitor Sessak2008-07-171-4/+3
* Declare function parameters as constVitor Sessak2008-07-171-5/+6