Mercurial > libavcodec.hg
graph
-
3rd try to get the loop filter ref/mv check working correctly. libavcodecTue, 22 Jul 2008 17:44:36 +0000, by michael
-
qscale has a range of 0..51 we thus do not need a 256 entry table and neither need libavcodecTue, 22 Jul 2008 13:01:10 +0000, by michael
-
Setting chroma_qp to 0 for PCM blocks is really an interesting minor libavcodecTue, 22 Jul 2008 12:31:48 +0000, by michael
-
Revert r13542: Spatial direct mode probably also works with PAFF. libavcodecMon, 21 Jul 2008 22:46:47 +0000, by cehoyos
-
Loop filtering with multiple slice types fix. libavcodecMon, 21 Jul 2008 22:19:06 +0000, by michael
-
Correct b_quant offset comment in avcodec.h, it is the description for libavcodecMon, 21 Jul 2008 20:52:24 +0000, by diego
-
Use slice_type_nos instead of slice_type where it makes no difference. libavcodecMon, 21 Jul 2008 19:11:41 +0000, by michael
-
More correct ref comparison in the loop filter. libavcodecMon, 21 Jul 2008 18:06:23 +0000, by michael
-
Simplify spatial direct ref selection with FFMIN3() libavcodecMon, 21 Jul 2008 01:41:56 +0000, by michael
-
cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. libavcodecSun, 20 Jul 2008 20:56:40 +0000, by diego
-
cosmetics: Reformat PPC code in libavcodec according to style guidelines. libavcodecSun, 20 Jul 2008 18:58:30 +0000, by diego
-
Fix used references indexes in the loop filter. libavcodecSun, 20 Jul 2008 18:06:41 +0000, by michael
-
Add skip* AVOptions, which seem to have been missed. libavcodecSun, 20 Jul 2008 16:02:49 +0000, by michael
-
Decrease severity of 'invalid new backstep' log message to warning libavcodecSun, 20 Jul 2008 15:01:20 +0000, by andoma
-
Supply context argument to av_log() in mpeg audio decoder. libavcodecSun, 20 Jul 2008 14:58:49 +0000, by andoma
-
read 'coupling in use' parameter from bitstream into decoder context first, libavcodecSat, 19 Jul 2008 22:01:46 +0000, by jbr
-
Fix h264_loop_filter_strength_mmx2() so it works with PAFF. libavcodecSat, 19 Jul 2008 21:53:54 +0000, by michael
-
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodecSat, 19 Jul 2008 18:53:04 +0000, by banan
-
Take the brain amputated spec literally if the user asks for it (-strict 1). libavcodecSat, 19 Jul 2008 16:16:00 +0000, by michael
-
Make strict_std_compliance available to decoders. libavcodecSat, 19 Jul 2008 15:57:06 +0000, by michael
-
Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodecSat, 19 Jul 2008 15:48:53 +0000, by banan
-
Make the automatic has_b_frames increasing code increase it up to the libavcodecSat, 19 Jul 2008 15:37:52 +0000, by michael
-
Simplify co(): remove variables that are only used once libavcodecSat, 19 Jul 2008 15:32:29 +0000, by vitor
-
Try to fix my latest 100l fate SVQ3 breakage. libavcodecSat, 19 Jul 2008 12:21:09 +0000, by michael
-
Do not forget marking disposed delayed pics as unused. libavcodecSat, 19 Jul 2008 03:33:42 +0000, by michael
-
cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF libavcodecSat, 19 Jul 2008 02:54:54 +0000, by jbr
-
Remove delayed_output_pic, I do not understand what this variable was good for. libavcodecSat, 19 Jul 2008 02:53:57 +0000, by michael
-
Drop out of order pics even if bitstream_restriction_flag is set. libavcodecSat, 19 Jul 2008 02:44:17 +0000, by michael
-
Set avctx->coded_frame in RoQ encoder. At some point in libavcodecSat, 19 Jul 2008 02:43:23 +0000, by vitor
-
Make the ugly hack which uses an unused entry in the internal buffer libavcodecSat, 19 Jul 2008 00:32:15 +0000, by michael
-
minor simplification of qdm2_decode_fft_packets() libavcodecFri, 18 Jul 2008 21:16:59 +0000, by michael
-
Make frames non reference by default, so they are disposed of automatically libavcodecFri, 18 Jul 2008 20:59:17 +0000, by michael
-
Only realloc() bitstream buffer when the needed size increased, libavcodecFri, 18 Jul 2008 11:38:53 +0000, by michael