aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov
2011-05-10ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini
2011-05-10ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini
2011-05-10ffmpeg: fix negative verbosity.Michael Niedermayer
2011-05-10cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini
2011-05-10ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini
2011-05-10cmdutils: remove list_fmts(), simplifyStefano Sabatini
2011-05-10Add missing CONFIG_AVFILTER check.Takashi Mochizuki
2011-05-09mpegaudiodec: group #includes more sanelyMans Rullgard
2011-05-09mpegaudio: remove #if 0 blocksMans Rullgard
2011-05-09ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov
2011-05-09ffmpeg.c: store per-output stream sws flags.Anton Khirnov
2011-05-09mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard
2011-05-09mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö
2011-05-09udp: Fix receiving RTP data over multicastMartin Storsjö
2011-05-09rtpproto: Remove an unused variableMartin Storsjö
2011-05-09regtest: fix wma testsMans Rullgard
2011-05-09mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard
2011-05-09regtest: separate flags for encoding and decodingMans Rullgard
2011-05-08log: Fix an oob array read.Alex Converse
2011-05-08cosmetics: trim trailing whitespace in postprocAlex Converse
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