Mercurial > libavcodec.hg
graph
-
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. libavcodec2007-03-31, by diego
-
Fix a bug in av_find_opt(). Because some of the AVOption structures have field libavcodec2007-03-30, by takis
-
Fix compilation when using the --disable-opts parameter. This to help those libavcodec2007-03-29, by takis
-
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking libavcodec2007-03-26, by michael
-
Optimize by building the mdct window and multipying/adding at the same time. libavcodec2007-03-26, by banan
-
properly set *data_size when returning >= 0 values in shorten_decode_frame() libavcodec2007-03-26, by aurel
-
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API libavcodec2007-03-25, by bcoudurier
-
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread libavcodec2007-03-25, by michael
-
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but libavcodec2007-03-23, by mru
-
change high precision mode to 30 bits again after making the code less overflow sensitive libavcodec2007-03-22, by michael
-
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows libavcodec2007-03-22, by michael
-
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodec2007-03-22, by michael
-
remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodec2007-03-21, by michael
-
Small simplifications to subband coefficient handling and use av_random(). libavcodec2007-03-20, by banan
-
fix handling of special case for lowest snroffset. regressions are unaffected. libavcodec2007-03-20, by jbr
-
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 libavcodec2007-03-15, by gpoirier
-
remove silly static int done protecting the initalization of 32 elements to 1 libavcodec2007-03-13, by michael
-
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. libavcodec2007-03-11, by banan
-
Replace custom modified discrete cosine transform with ffmpeg's own. libavcodec2007-03-11, by banan
-
Check dimensions to avoid division by zero due to invalid new dimensions. libavcodec2007-03-11, by reimar
-
Don't output the first two frames, since they don't contain valid audio. libavcodec2007-03-08, by banan
-
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodec2007-03-07, by michael
-
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodec2007-03-07, by michael
-
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions libavcodec2007-03-07, by michael