Mercurial > libavcodec.hg
graph
-
changes some function declarations from () to (void) as per ansi c. libavcodec2007-04-04, by gpoirier
-
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. libavcodec2007-04-04, by diego
-
Explain which configure options are necessary for which AMR variant. libavcodec2007-04-03, by diego
-
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad libavcodec2007-04-03, by michael
-
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodec2007-04-03, by michael
-
dont use *int8_t for the arguments (ive missed that in the patches ...) libavcodec2007-04-03, by michael
-
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...) libavcodec2007-04-03, by michael
-
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodec2007-04-03, by michael
-
bfin dsputils, basic pixel operations sads, diffs, motion compensation libavcodec2007-04-01, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavcodec2007-04-01, by diego
-
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