aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing CONFIG_AVFILTER check.Takashi Mochizuki2011-05-101-0/+2
* mpegaudiodec: group #includes more sanelyMans Rullgard2011-05-091-2/+1
* mpegaudio: remove #if 0 blocksMans Rullgard2011-05-091-55/+0
* ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-092-0/+5
* ffmpeg.c: store per-output stream sws flags.Anton Khirnov2011-05-091-8/+8
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-097-64/+6
* mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-091-1/+1
* udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-091-6/+6
* rtpproto: Remove an unused variableMartin Storsjö2011-05-091-3/+1
* regtest: fix wma testsMans Rullgard2011-05-091-2/+2
* mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard2011-05-091-8/+0
* regtest: separate flags for encoding and decodingMans Rullgard2011-05-094-24/+27
* log: Fix an oob array read.Alex Converse2011-05-081-1/+1
* cosmetics: trim trailing whitespace in postprocAlex Converse2011-05-081-1/+0
* Ban strncpy() it's too easy to misuse.Alex Converse2011-05-081-0/+2
* psymodel: Remove wrapper functions.Nathan Caldwell2011-05-083-43/+25
* aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...Nathan Caldwell2011-05-081-26/+25
* regtest: remove redundant flags in jpg testMans Rullgard2011-05-081-1/+1
* regtest: use run_ffmpeg in do_image_formatsMans Rullgard2011-05-081-2/+1
* regtest: simplify encoding functionsMans Rullgard2011-05-082-65/+65
* ffmpeg.c: check for interlaced flag in the correct place.Anton Khirnov2011-05-081-1/+1
* drawtext: add documentation for the shadow parametersStefano Sabatini2011-05-071-0/+11
* drawtext: add shadow support.Michael Niedermayer2011-05-071-6/+33
* drawtext: factor draw_glyphs.Michael Niedermayer2011-05-071-27/+41
* drawtext: fix and optimize yuv blend.Michael Niedermayer2011-05-071-4/+6
* drawtext: get rid of divisions in the inner loop.Michael Niedermayer2011-05-071-8/+8
* drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer2011-05-071-3/+2
* lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-076-2/+805
* mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-051-13/+27
* wmavoice: Use proper size in memeset().Alex Converse2011-05-051-1/+1
* configure: warn if pkg-config is missingMans Rullgard2011-05-051-0/+5
* doc: Check standalone compilation before submitting new components.Diego Biurrun2011-05-041-0/+5
* Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-041-13/+13
* Fix standalone compilation of ac3_fixed encoder.Diego Biurrun2011-05-041-1/+1
* Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.Diego Biurrun2011-05-041-2/+2
* Fix standalone compilation of IMC decoder.Diego Biurrun2011-05-041-1/+1
* Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-042-1/+3
* Fix standalone compilation of MXPEG decoder.Diego Biurrun2011-05-041-1/+1
* flashsv: K&R cosmeticsDiego Biurrun2011-05-041-2/+2
* matroskaenc: fix memory leakMans Rullgard2011-05-041-2/+2
* vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-045-60/+311
* vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje2011-05-041-25/+26
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-045-170/+39
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-037-29/+32
* indeo3: Eliminate use of long.Alex Converse2011-05-031-11/+11
* get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse2011-05-031-1/+1
* asfdec: fix assert failure on invalid filesUoti Urpala2011-05-031-0/+4
* avfilter: check malloc return values.Ronald S. Bultje2011-05-031-1/+25
* mpegvideo: reindent.Ronald S. Bultje2011-05-031-116/+111
* nutenc: check malloc return values.Ronald S. Bultje2011-05-031-0/+6