Mercurial > libavcodec.hg
graph
-
Change buffer check to avoid an unlikely pointer arithmetic overflow. libavcodec2009-04-17, by reimar
-
Simplify ipvideo_decode_opcodes by using get_bits, this might be slower libavcodec2009-04-17, by reimar
-
Introduce codec id for MPEG-4 ALS and associate it with corresponding libavcodec2009-04-17, by jai_menon
-
Change buffer size checks to avoid the very unlikely overflow case. libavcodec2009-04-17, by reimar
-
Remove 2 useless assignments from ff_rate_control_init() found by CSA. libavcodec2009-04-17, by michael
-
Use memcpy instead of the very inefficient bytecopy where both are correct libavcodec2009-04-17, by reimar
-
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. libavcodec2009-04-17, by michael
-
Remove unused variables from slice_buffer_load_line() found by CSA. libavcodec2009-04-17, by michael
-
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. libavcodec2009-04-17, by michael
-
Remove unused variable in init_mv_penalty_and_fcode() found by CSA. libavcodec2009-04-17, by michael
-
Remove useless assignment in generate_codebook(). Found by Clang static analyser. libavcodec2009-04-17, by vitor
-
Remove useless assignment from h263_pred_dc() found by the clang static analyzer. libavcodec2009-04-17, by michael
-
Move declarations in mpeg1_encode_motion() closer to where they are needed. libavcodec2009-04-17, by michael
-
Get rid of an unused variable, found by the clang static analyzer. libavcodec2009-04-17, by michael
-
Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does libavcodec2009-04-17, by reimar
-
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon libavcodec2009-04-16, by conrad
-
flacenc: write initial blocksize to STREAMINFO header instead of current libavcodec2009-04-16, by jbr
-
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing libavcodec2009-04-15, by conrad
-
Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. libavcodec2009-04-13, by koorogi
-
Do not use full include path for get_bits.h, since the header is in libavcodec2009-04-13, by stefano
-
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. libavcodec2009-04-12, by diego
-
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. libavcodec2009-04-12, by diego
-
Remove AltiVec optimizations for Snow. They are hindering the development libavcodec2009-04-12, by diego
-
Get rid of the non sensical idea of using the current picture for missing libavcodec2009-04-12, by michael
-
Add a av_fast_malloc function and replace several uses of av_fast_realloc, libavcodec2009-04-12, by reimar
-
Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf libavcodec2009-04-12, by reimar
-
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders libavcodec2009-04-12, by reimar
-
Fix documentation for avcodec_encode_audio(), in the case of PCM audio libavcodec2009-04-11, by stefano
-
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). libavcodec2009-04-10, by diego
-
Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread libavcodec2009-04-10, by reimar
-
Make sure error resilience does not try to use unavailable reference frames. libavcodec2009-04-10, by reimar
-
Add a ff_h264_free_context function and call it from the H.264 parser. libavcodec2009-04-10, by reimar
-
Do not use SSE2 SAD for snow as it requires more alignment than can be libavcodec2009-04-09, by michael
-
Make sure the next used frame is released so get_buffer() wont fail. libavcodec2009-04-09, by michael