34902 Commits (df72ae673f3743a57726c86f07677fbc14a0117c)
 

Author SHA1 Message Date
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
Clément Bœsch 07c7ffc04b Rename remaining get_le32 to avio_rl32. 13 years ago
Clément Bœsch c142e2a00f Rename remaining get_le16 to avio_rl16. 13 years ago
Clément Bœsch 49651063da Use AVIOContext.seekable instead of deprecated url_is_streamed. 13 years ago
Clément Bœsch 7b79305a47 Rename remaining url_fskip to avio_skip. 13 years ago
Clément Bœsch b04ee90043 Rename remaining av_metadata_set2 to av_dict_set. 13 years ago
Clément Bœsch 63b796b0dd Rename remaining url_ftell to avio_tell. 13 years ago
Clément Bœsch 055cda8acc Rename remaining get_byte to avio_r8. 13 years ago
Clément Bœsch f3c47e4100 Rename remaining url_fsize to avio_size. 13 years ago
Clément Bœsch 53d70a334a Rename remaining get_buffer to avio_read. 13 years ago
Clément Bœsch 39edfcc9e8 Rename remaining url_fseek to avio_seek. 13 years ago
Clément Bœsch eef3ea8c71 Rename remaining ByteIOContext to AVIOContext. 13 years ago
Michael Niedermayer 73af8ea356 mandelbrot: add math.h for log2() 13 years ago
Michael Niedermayer 70eb58cd92 mandelbrot: avoid INFINITY as openbsd seems not to like it. 13 years ago
Michael Niedermayer b1b0fd2790 pad: fix format string length 13 years ago
Janne Grunau d8a091698a doc: add support for an optional navigation bar in texi2html pages 13 years ago
Michael Niedermayer 5f268ca5c5 Merge remote-tracking branch 'qatar/master' 13 years ago
Clément Bœsch 4fa6e9d0b4 doc: replace an "avconv" reference with "ffmpeg" in indevs. 13 years ago
Clément Bœsch 9466237b8b doc: drop "./" binary prefixes. 13 years ago
Stefano Sabatini 3a9f2f1d65 vsrc_mandelbrot: set options through the opt framework 13 years ago
Giorgio Vazzana c15400afc5 mandelbrot: remove always-false condition in fill_from_cache 13 years ago
Michael Niedermayer 102db4f6e7 MAINTAINER: add libavfilter section and add myself to yadif & mandelbrot 13 years ago
Michael Niedermayer 08dadd331f mandelbrot: allow visualizing the period of converged points. 13 years ago
Michael Niedermayer e8499ab171 mandelbrot: Add inner variable & enum for inner coloring schemes. 13 years ago
Michael Niedermayer 3cbe9afba5 mandelbrot: only check bailout once every 2 iterations. 13 years ago
Michael Niedermayer 41fd1b2d5a mandelbrot: add SQR() macro 13 years ago
Giorgio Vazzana e555119c73 mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNT 13 years ago
KO Myung-Hun ad0bdd2fd2 lavc: add supports of OS/2 threads 13 years ago
Michael Niedermayer 88166fc579 mandelbrot: unroll the innermost loop once. 13 years ago
Michael Niedermayer 1d06608732 mandelbrot: only check periodicity once for each period instead of twice. 13 years ago
Michael Niedermayer 2fee131b9e mandelbrot: use period detection depening on left pixel and not the 13 years ago
Carl Eugen Hoyos 9117592549 Cosmetics: Increase readability. 13 years ago
Carl Eugen Hoyos eb664d4ae3 Increase Westwood Studios VQA palette dynamics. 13 years ago
Carl Eugen Hoyos 1fc573dd25 Increase Sierra VMD palette dynamics. 13 years ago
Carl Eugen Hoyos a95906af57 Increase Pictor/PC Paint palette dynamics. 13 years ago
Carl Eugen Hoyos 105cf82acb Increase FLI/FLC Animation palette dynamics for some samples. 13 years ago
Carl Eugen Hoyos 2b656844f8 Increase eXtended BINary text palette dynamics. 13 years ago
Carl Eugen Hoyos 942e9be5d7 Increase Bethesda VID palette dynamics. 13 years ago
Anton Khirnov 32caa7b13c lavf: pass options from AVFormatContext to avio. 13 years ago
Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 13 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Anton Khirnov 163a31136d avio: add and use ffurl_protocol_next(). 13 years ago
Martin Storsjö 6ef350c16b avformat: Pass the interrupt callback on to chained muxers/demuxers 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 13 years ago
Martin Storsjö c4a090ddb5 avio: Add an internal utility function for checking the new interrupt callback 13 years ago
Martin Storsjö 6aa0b98fb2 avio: Add AVIOInterruptCB 13 years ago
Luca Barbato 58b68d6b36 texi2html: remove stray \n 13 years ago
Luca Barbato 84fb63ed23 doc: prettyfy the texi2html documentation 13 years ago