summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Simplify co(), use memcpy/memmove and colmult() when useful.Vitor Sessak2008-07-24
* Reset prev_frame_num for idr frames as required by the spec.Michael Niedermayer2008-07-24
* Better explanation for buf_size==0 code.Michael Niedermayer2008-07-23
* SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov2008-07-23
* 100l cross_idr simplification had a typoMichael Niedermayer2008-07-23
* Remove truncated support, use an AVParser if you used that, it is the same.Michael Niedermayer2008-07-23
* Simplify cross_idr calculation.Michael Niedermayer2008-07-23
* Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro...Benjamin Larsson2008-07-23
* Remove redundant keyframe checks.Michael Niedermayer2008-07-23
* Reindent after last commitLuca Abeni2008-07-23
* Do not rescale AV_NOPTS_VALUE in output_example.cLuca Abeni2008-07-23
* In-loop deblocking filter for VC-1 decoderKostya Shishkov2008-07-23
* My commit at r14340 was not the right solution. For a monochromaticVitor Sessak2008-07-23
* Do declaration and initialization separately in elbg.cVitor Sessak2008-07-23
* When picking a "high utility centroid" do not pick oneVitor Sessak2008-07-23
* The codebook generator algorithm involves picking threeVitor Sessak2008-07-23
* Support gaps in the frame num.Michael Niedermayer2008-07-23
* Reset frame_num for MMCO 5.Michael Niedermayer2008-07-22
* 3rd try to get the loop filter ref/mv check working correctly.Michael Niedermayer2008-07-22
* qscale has a range of 0..51 we thus do not need a 256 entry table and neither...Michael Niedermayer2008-07-22
* Setting chroma_qp to 0 for PCM blocks is really an interesting minorMichael Niedermayer2008-07-22
* Deobfusate chroma_qp_table[1] init code.Michael Niedermayer2008-07-22
* Enhance qblur and qcomp documentation.tripp2008-07-22
* Revert r13542: Spatial direct mode probably also works with PAFF.Carl Eugen Hoyos2008-07-21
* Loop filtering with multiple slice types fix.Michael Niedermayer2008-07-21
* Make configure --help document the --enable-debug option.Stefano Sabatini2008-07-21
* Add complete listing of bitstream filters and 2 examples to the documentation.tripp2008-07-21
* Correct b_quant offset comment in avcodec.h, it is the description fortripp2008-07-21
* Move --disable-debug to a better place within configure help output.Diego Biurrun2008-07-21
* Use slice_type_nos instead of slice_type where it makes no difference.Michael Niedermayer2008-07-21
* SI/SP slice support. (not bitexact)Michael Niedermayer2008-07-21
* Remove superfluous ().Michael Niedermayer2008-07-21
* Simplify slice type checks.Michael Niedermayer2008-07-21
* More correct ref comparison in the loop filter.Michael Niedermayer2008-07-21
* 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