Mercurial > libavcodec.hg
graph
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodecThu, 24 Jul 2008 17:09:28 +0000, by diego
-
Remove AltiVec vector declaration compiler compatibility macros. libavcodecThu, 24 Jul 2008 10:53:32 +0000, by diego
-
Rename update() function to backward_filter() and add a doxy comment libavcodecThu, 24 Jul 2008 04:29:23 +0000, by vitor
-
Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs() libavcodecThu, 24 Jul 2008 04:07:50 +0000, by vitor
-
Rename pred() to eval_lpc_coeffs() and add a doxy comment libavcodecThu, 24 Jul 2008 04:05:41 +0000, by vitor
-
Give parameters of do_hybrid_window() more meaningful names libavcodecThu, 24 Jul 2008 03:28:01 +0000, by vitor
-
Rename co() function to the much more descriptive name of libavcodecThu, 24 Jul 2008 03:23:51 +0000, by vitor
-
Simplify co(): write constant in a more readable way libavcodecThu, 24 Jul 2008 03:22:19 +0000, by vitor
-
Simplify co(), use memcpy/memmove and colmult() when useful. libavcodecThu, 24 Jul 2008 03:19:52 +0000, by vitor
-
Reset prev_frame_num for idr frames as required by the spec. libavcodecThu, 24 Jul 2008 00:45:18 +0000, by michael
-
Remove truncated support, use an AVParser if you used that, it is the same. libavcodecWed, 23 Jul 2008 14:44:07 +0000, by michael
-
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447. libavcodecWed, 23 Jul 2008 12:21:56 +0000, by banan
-
My commit at r14340 was not the right solution. For a monochromatic libavcodecWed, 23 Jul 2008 05:54:34 +0000, by vitor
-
Do declaration and initialization separately in elbg.c libavcodecWed, 23 Jul 2008 03:56:13 +0000, by vitor
-
When picking a "high utility centroid" do not pick one libavcodecWed, 23 Jul 2008 03:55:37 +0000, by vitor
-
The codebook generator algorithm involves picking three libavcodecWed, 23 Jul 2008 03:54:31 +0000, by vitor
-
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
-
If metadata has been parsed goto end instead of trying to libavcodecFri, 18 Jul 2008 11:08:15 +0000, by michael
-
Declare parameters of pred() that could be const as such libavcodecThu, 17 Jul 2008 23:02:52 +0000, by vitor
-
100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodecThu, 17 Jul 2008 17:42:44 +0000, by michael
-
Free in avcodec_close() avctx->rc_eq. Fix a memory leak. libavcodecWed, 16 Jul 2008 22:10:34 +0000, by stefano
-
The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodecWed, 16 Jul 2008 02:10:21 +0000, by michael
-
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodecWed, 16 Jul 2008 00:50:12 +0000, by lorenm
-
unroll another common case in vorbis_residue_decode libavcodecTue, 15 Jul 2008 23:01:15 +0000, by lorenm
-
Move the size of the H264Context delayed_pic array into a #define. libavcodecTue, 15 Jul 2008 21:30:04 +0000, by astrange