15354 Commits (81fc8a63c5eed8b151d3035ef6422663ca4cfce4)
 

Author SHA1 Message Date
Michael Niedermayer 617e42e2c4 Simplify cross_idr calculation. 16 years ago
Benjamin Larsson 20455a335b Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447. 16 years ago
Michael Niedermayer 55f22dd473 Remove redundant keyframe checks. 16 years ago
Luca Abeni 817a3de916 Reindent after last commit 16 years ago
Luca Abeni fb34e75d2a Do not rescale AV_NOPTS_VALUE in output_example.c 16 years ago
Kostya Shishkov 00a750009f In-loop deblocking filter for VC-1 decoder 16 years ago
Vitor Sessak 144b46f21b My commit at r14340 was not the right solution. For a monochromatic 16 years ago
Vitor Sessak 6de727244c Do declaration and initialization separately in elbg.c 16 years ago
Vitor Sessak 6bf8b04764 When picking a "high utility centroid" do not pick one 16 years ago
Vitor Sessak 5916af1954 The codebook generator algorithm involves picking three 16 years ago
Michael Niedermayer 26b86e47c0 Support gaps in the frame num. 16 years ago
Michael Niedermayer e44e48372b Reset frame_num for MMCO 5. 16 years ago
Michael Niedermayer 2e916cb392 3rd try to get the loop filter ref/mv check working correctly. 16 years ago
Michael Niedermayer 5a78bfbde7 qscale has a range of 0..51 we thus do not need a 256 entry table and neither need 16 years ago
Michael Niedermayer a82688b003 Setting chroma_qp to 0 for PCM blocks is really an interesting minor 16 years ago
Michael Niedermayer 3a75616940 Deobfusate chroma_qp_table[1] init code. 16 years ago
tripp 3a9b190c54 Enhance qblur and qcomp documentation. 16 years ago
Carl Eugen Hoyos 6aaff88fd9 Revert r13542: Spatial direct mode probably also works with PAFF. 16 years ago
Michael Niedermayer c32867b5b6 Loop filtering with multiple slice types fix. 16 years ago
Stefano Sabatini b7d49373d2 Make configure --help document the --enable-debug option. 16 years ago
tripp 5ad2b4c621 Add complete listing of bitstream filters and 2 examples to the documentation. 16 years ago
tripp 662e54119c Correct b_quant offset comment in avcodec.h, it is the description for 16 years ago
Diego Biurrun 9c56a1f9f4 Move --disable-debug to a better place within configure help output. 16 years ago
Michael Niedermayer 9f5c1037b1 Use slice_type_nos instead of slice_type where it makes no difference. 16 years ago
Michael Niedermayer 4b30289ec9 SI/SP slice support. (not bitexact) 16 years ago
Michael Niedermayer 932f396f50 Remove superfluous (). 16 years ago
Michael Niedermayer e3e6f18f16 Simplify slice type checks. 16 years ago
Michael Niedermayer 72caa912f2 More correct ref comparison in the loop filter. 16 years ago
Michael Niedermayer 091d3bdc73 fix memleak 16 years ago
Michael Niedermayer 47b7382d29 Cleanup, use av_freep() instead of av_free(x); x=NULL 16 years ago
Erik Hovland 582b354933 Check the allocated pointer instead of the given pointer as intended 16 years ago
tripp bbc35f515f Clarify -minrate/-maxrate description in the documentation. 16 years ago
Michael Niedermayer 29d05ebc7a Simplify spatial direct ref selection with FFMIN3() 16 years ago
Diego Biurrun 86255db9b9 cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. 16 years ago
Diego Biurrun b6934d7f9e cosmetics: Reindent two misplaced braces. 16 years ago
Diego Biurrun e3905ce0af cosmetics: Reformat PPC code in libavcodec according to style guidelines. 16 years ago
Michael Niedermayer 41f5c62f5c Fix used references indexes in the loop filter. 16 years ago
Michael Niedermayer 7c7cf452c9 Add skip* AVOptions, which seem to have been missed. 16 years ago
Andreas Öman b000c604f2 Decrease severity of 'invalid new backstep' log message to warning 16 years ago
Andreas Öman 11f63a221b Supply context argument to av_log() in mpeg audio decoder. 16 years ago
Justin Ruggles 4760aec6a0 read 'coupling in use' parameter from bitstream into decoder context first, 16 years ago
Michael Niedermayer 4f20b45fbe Fix h264_loop_filter_strength_mmx2() so it works with PAFF. 16 years ago
Benjamin Larsson d11f9e1b15 Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 16 years ago
Michael Niedermayer fb19e1443b Take the brain amputated spec literally if the user asks for it (-strict 1). 16 years ago
Michael Niedermayer 0042808e31 Remove explicit strict_std_compliance support as it seems to work fine over 16 years ago
Michael Niedermayer 5771b2c324 Make strict_std_compliance available to decoders. 16 years ago
Benjamin Larsson f7dbf86d93 Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. 16 years ago
Vitor Sessak 9f59e608d2 Cosmetics: alignment 16 years ago
Vitor Sessak 3c617380e7 Simplify co(): do not abuse pointer aritmetics 16 years ago
Michael Niedermayer 2a811db238 Make the automatic has_b_frames increasing code increase it up to the 16 years ago