summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mandelbrot: add math.h for log2()Michael Niedermayer2011-11-14
* mandelbrot: avoid INFINITY as openbsd seems not to like it.Michael Niedermayer2011-11-14
* pad: fix format string lengthMichael Niedermayer2011-11-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
|\
| * lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-13
| * avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
| * avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-13
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-13
| * avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-13
| * avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-13
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
| * avformat: Use ff_check_interruptMartin Storsjö2011-11-13
| * avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-13
| * avio: Add AVIOInterruptCBMartin Storsjö2011-11-13
| * texi2html: remove stray \nLuca Barbato2011-11-13
| * doc: prettyfy the texi2html documentationLuca Barbato2011-11-13
| * swscale: handle unaligned buffers in yuv2plane1Ronald S. Bultje2011-11-13
* | doc: replace an "avconv" reference with "ffmpeg" in indevs.Clément Bœsch2011-11-13
* | doc: drop "./" binary prefixes.Clément Bœsch2011-11-13
* | vsrc_mandelbrot: set options through the opt frameworkStefano Sabatini2011-11-13
* | mandelbrot: remove always-false condition in fill_from_cacheGiorgio Vazzana2011-11-13
* | MAINTAINER: add libavfilter section and add myself to yadif & mandelbrotMichael Niedermayer2011-11-13
* | mandelbrot: allow visualizing the period of converged points.Michael Niedermayer2011-11-13
* | mandelbrot: Add inner variable & enum for inner coloring schemes.Michael Niedermayer2011-11-13
* | mandelbrot: only check bailout once every 2 iterations.Michael Niedermayer2011-11-13
* | mandelbrot: add SQR() macroMichael Niedermayer2011-11-13
* | mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNTGiorgio Vazzana2011-11-13
* | lavc: add supports of OS/2 threadsKO Myung-Hun2011-11-13
* | mandelbrot: unroll the innermost loop once.Michael Niedermayer2011-11-13
* | mandelbrot: only check periodicity once for each period instead of twice.Michael Niedermayer2011-11-13
* | mandelbrot: use period detection depening on left pixel and not theMichael Niedermayer2011-11-13
* | Cosmetics: Increase readability.Carl Eugen Hoyos2011-11-13
* | Increase Westwood Studios VQA palette dynamics.Carl Eugen Hoyos2011-11-13
* | Increase Sierra VMD palette dynamics.Carl Eugen Hoyos2011-11-13
* | Increase Pictor/PC Paint palette dynamics.Carl Eugen Hoyos2011-11-13
* | Increase FLI/FLC Animation palette dynamics for some samples.Carl Eugen Hoyos2011-11-13
* | Increase eXtended BINary text palette dynamics.Carl Eugen Hoyos2011-11-13
* | Increase Bethesda VID palette dynamics.Carl Eugen Hoyos2011-11-13
* | mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes.Michael Niedermayer2011-11-13
* | mkvtimestamp v2 muxer: remove unneeded prefixesMichael Niedermayer2011-11-13
* | Set some Pictor/PC Paint palettes opaque.Carl Eugen Hoyos2011-11-13
* | Set more KMVC palettes opaque.Carl Eugen Hoyos2011-11-13
* | Set second Delphine Software International CIN palette opaque.Carl Eugen Hoyos2011-11-13
* | Force opaque alpha channel for 32bit x11grab image.Carl Eugen Hoyos2011-11-13
* | mandelbrot: remove unused variablesGiorgio Vazzana2011-11-13
* | mandelbrot: add missing options to the parsing codeGiorgio Vazzana2011-11-13
* | h264: Use mismatching frame numbers in fields to synchronize theMichael Niedermayer2011-11-13
* | RELEASE: bump to 0.8.6.git after the releaseDominique Leuenberger2011-11-12
* | Trivial: j2kenc: fix compiler warningDominique Leuenberger2011-11-12
* | mandelbrot: fix sscanf format stringGiorgio Vazzana2011-11-12