aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-08Ban strncpy() it's too easy to misuse.Alex Converse
2011-05-08psymodel: Remove wrapper functions.Nathan Caldwell
2011-05-08aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...Nathan Caldwell
2011-05-08regtest: remove redundant flags in jpg testMans Rullgard
2011-05-08regtest: use run_ffmpeg in do_image_formatsMans Rullgard
2011-05-08regtest: simplify encoding functionsMans Rullgard
2011-05-08ffmpeg.c: check for interlaced flag in the correct place.Anton Khirnov
2011-05-07drawtext: add documentation for the shadow parametersStefano Sabatini
2011-05-07drawtext: add shadow support.Michael Niedermayer
2011-05-07drawtext: factor draw_glyphs.Michael Niedermayer
2011-05-07drawtext: fix and optimize yuv blend.Michael Niedermayer
2011-05-07drawtext: get rid of divisions in the inner loop.Michael Niedermayer
2011-05-07drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer
2011-05-07lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini
2011-05-05mov: fix composition timestamps on movie fragments.Yusuke Nakamura
2011-05-05wmavoice: Use proper size in memeset().Alex Converse
2011-05-05configure: warn if pkg-config is missingMans Rullgard
2011-05-04doc: Check standalone compilation before submitting new components.Diego Biurrun
2011-05-04Fix standalone compilation of pipe protocol.Diego Biurrun
2011-05-04Fix standalone compilation of ac3_fixed encoder.Diego Biurrun
2011-05-04Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.Diego Biurrun
2011-05-04Fix standalone compilation of IMC decoder.Diego Biurrun
2011-05-04Fix standalone compilation of WTV demuxer.Diego Biurrun
2011-05-04Fix standalone compilation of MXPEG decoder.Diego Biurrun
2011-05-04flashsv: K&R cosmeticsDiego Biurrun
2011-05-04matroskaenc: fix memory leakMans Rullgard
2011-05-04vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje
2011-05-04vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje
2011-05-04Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje
2011-05-03Replace strncpy() with av_strlcpy().Alex Converse
2011-05-03indeo3: Eliminate use of long.Alex Converse
2011-05-03get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse
2011-05-03asfdec: fix assert failure on invalid filesUoti Urpala
2011-05-03avfilter: check malloc return values.Ronald S. Bultje
2011-05-03mpegvideo: reindent.Ronald S. Bultje
2011-05-03nutenc: check malloc return values.Ronald S. Bultje
2011-05-03avfilter: don't av_malloc(0).Ronald S. Bultje
2011-05-03nutenc: don't av_malloc(0).Ronald S. Bultje
2011-05-03mpegvideo: don't av_malloc(0).Ronald S. Bultje
2011-05-03asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje
2011-05-03Implement fate-rsync targetReinhard Tartler
2011-05-03Make ffmpeg support generic data streamLuca Barbato
2011-05-02vp8: frame-multithreading.Ronald S. Bultje
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-05-02dpx: Do not use DPX encoder for decoding.Kostya Shishkov
2011-05-01ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-05-01DPX image encoderPeter Ross
2011-05-01DPX decoder: read sample aspect ratioPeter Ross
2011-05-01DPX decoder: add buffer size checks.Reimar Döffinger