log

age author description
2007-03-25 michael check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable libavcodec
2007-03-25 michael simplify libavcodec
2007-03-25 bcoudurier increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API libavcodec
2007-03-25 bcoudurier remove TODO, its done now libavcodec
2007-03-25 bcoudurier pass correct buffer size to lzw decode init libavcodec
2007-03-25 michael 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 libavcodec
2007-03-25 michael simplify libavcodec
2007-03-25 michael factorize libavcodec
2007-03-25 michael simplify libavcodec
2007-03-25 kostya 1000l to myself - get correct quantization for blocks 1 and 2 libavcodec
2007-03-25 aurel use generic xiph header spliting func to split theora headers libavcodec
2007-03-25 aurel extract vorbis header spliting code into a reusable function libavcodec
2007-03-25 bcoudurier actually return bytes read libavcodec
2007-03-25 bcoudurier return error if loop has ended before decoding image libavcodec
2007-03-25 bcoudurier actually return bytes read libavcodec
2007-03-24 bcoudurier add some length checks libavcodec
2007-03-24 bcoudurier simplify libavcodec
2007-03-24 bcoudurier fix indentation libavcodec
2007-03-24 bcoudurier break if eob is reached to avoid reading one too much byte libavcodec
2007-03-24 mru Fix H.264 8x8 transform selection libavcodec
2007-03-23 mru iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but libavcodec
2007-03-22 michael set more reasonable cutoff for audio rate conversion libavcodec
2007-03-22 michael clarify codec_tag libavcodec
2007-03-22 michael clarify sub_id libavcodec
2007-03-22 michael replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected libavcodec
2007-03-22 michael change high precision mode to 30 bits again after making the code less overflow sensitive libavcodec
2007-03-22 michael optimize linear filter coeff interpolation code, this also makes the code less prone to overflows libavcodec
2007-03-22 jbr cosmetics. align and condense. libavcodec
2007-03-22 jbr simplify libavcodec
2007-03-22 jbr utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% libavcodec
2007-03-22 michael revert r8469 (increase bits for non default highprecision mode) libavcodec
2007-03-22 michael AUDIOPHILE_KIDDY_MODE libavcodec
2007-03-22 michael optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodec
2007-03-22 michael select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) libavcodec
2007-03-21 michael make kaiser windows with other beta than 16 available libavcodec
2007-03-21 mru enable iwmmxt support, removing mm_support() stub libavcodec
2007-03-21 michael make high precision mode accessible at compile time libavcodec
2007-03-21 michael increase bits for non default highprecision mode libavcodec
2007-03-21 michael code for testing the accuracy of the resampler libavcodec
2007-03-21 michael remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodec
2007-03-21 kostya Smacker Audio stereo fix libavcodec
2007-03-20 banan Small simplifications to subband coefficient handling and use av_random(). libavcodec
2007-03-20 lorenm oops, encoder was under ifdef decoders. libavcodec
2007-03-20 kostya Correctly handle data_size on decoding libavcodec
2007-03-20 jbr fix handling of special case for lowest snroffset. regressions are unaffected. libavcodec
2007-03-19 bcoudurier 10l, fix debug, dprintf does not have log level libavcodec
2007-03-18 bcoudurier dnxhd decoder libavcodec
2007-03-18 jbr AC-3 encoded volume is too high. Revert revision 7160: libavcodec
2007-03-18 mru fix init_vlc() with nonzero flags libavcodec
2007-03-18 jbr split ac3_parametric_bit_allocation into 3 separate functions libavcodec
2007-03-18 kostya Zero MV vectors for P frame intra blocks libavcodec
2007-03-18 lorenm huffyuv rgb encoder libavcodec
2007-03-18 kostya indentation libavcodec
2007-03-18 kostya Proper handling of motion vectors for adv. profile libavcodec
2007-03-18 jbr hardcode ff_ac3_frame_sizes table libavcodec
2007-03-17 diego Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. libavcodec
2007-03-17 diego Move the encoding of the image data to its own function. libavcodec
2007-03-17 diego Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. libavcodec
2007-03-15 gpoirier force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 libavcodec
2007-03-15 banan subband_coef_noise -> subband_coef_sign libavcodec
2007-03-15 gpoirier Targa (.tga) encoder, libavcodec
2007-03-14 michael 10l for myself, fixing --disable-encoders libavcodec
2007-03-14 kostya DXA demuxer and decoder libavcodec
2007-03-14 michael deprecate ff_realloc_static libavcodec
2007-03-14 michael 10l to whoever wrote this libavcodec
2007-03-14 michael kill av_mallocz_static() calls in init_rl() libavcodec
2007-03-14 michael move RLTable stuff to its own header libavcodec
2007-03-14 michael kill av_mallocz_static() libavcodec
2007-03-14 bcoudurier reindent after last commit libavcodec
2007-03-14 bcoudurier h264 complete frames parsing support libavcodec
2007-03-14 michael kill 3 more av_mallocz_static() libavcodec
2007-03-14 michael kill another 2 av_mallocz_static() libavcodec
2007-03-13 michael kill a av_mallocz_static() libavcodec
2007-03-13 michael 10^10l to whoever wrote this libavcodec
2007-03-13 michael remove useless static cm variable libavcodec
2007-03-13 michael cosmetic libavcodec
2007-03-13 michael remove silly static int done protecting the initalization of 32 elements to 1 libavcodec
2007-03-13 michael remove redundant memset() libavcodec
2007-03-13 michael dont malloc() static mv_penalty arrays libavcodec
2007-03-13 michael deprecate av_mallocz_static() libavcodec
2007-03-13 banan Combine the window and overlap loops, libavcodec
2007-03-12 mbardiaux Give context to dprintf libavcodec
2007-03-11 banan Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. libavcodec
2007-03-11 banan Replace custom modified discrete cosine transform with ffmpeg's own. libavcodec
2007-03-11 jbr the AC-3 parser needs ac3.o libavcodec
2007-03-11 jbr move AC-3 header parsing to ac3.c libavcodec
2007-03-11 kostya Correctly ME border blocks libavcodec
2007-03-11 reimar Check dimensions to avoid division by zero due to invalid new dimensions. libavcodec
2007-03-11 jbr remove redundancy in AC-3 parser by using common tables from ac3tab.h libavcodec
2007-03-10 banan Simplify, use avctx->frame_number. libavcodec
2007-03-09 jbr Remove common code from AC-3 encoder and utilize ac3.c. libavcodec
2007-03-09 jbr Create ac3.c which will be used for AC-3 common code. libavcodec
2007-03-09 jbr simplify AC-3 bit allocation libavcodec
2007-03-08 jbr cosmetics. remove space before semi-colon. libavcodec
2007-03-08 banan Simplify gain block handling. libavcodec
2007-03-08 banan Don't output the first two frames, since they don't contain valid audio. libavcodec