source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @75c0ddc9   13 years michaelni vble: move 2nd pass bitreading into vble_restore_plane() this improves …
(edit) @6718536b   13 years michaelni diracdec: fix empty data units. Fixed Ticket636 Signed-off-by: …
(edit) @07c7ffc0   13 years Clément Bœsch Rename remaining get_le32 to avio_rl32.
(edit) @c142e2a0   13 years Clément Bœsch Rename remaining get_le16 to avio_rl16.
(edit) @49651063   13 years Clément Bœsch Use AVIOContext.seekable instead of deprecated url_is_streamed.
(edit) @7b79305a   13 years Clément Bœsch Rename remaining url_fskip to avio_skip.
(edit) @b04ee90   13 years Clément Bœsch Rename remaining av_metadata_set2 to av_dict_set.
(edit) @63b796b0   13 years Clément Bœsch Rename remaining url_ftell to avio_tell.
(edit) @055cda8a   13 years Clément Bœsch Rename remaining get_byte to avio_r8.
(edit) @f3c47e41   13 years Clément Bœsch Rename remaining url_fsize to avio_size.
(edit) @53d70a33   13 years Clément Bœsch Rename remaining get_buffer to avio_read.
(edit) @39edfcc9   13 years Clément Bœsch Rename remaining url_fseek to avio_seek.
(edit) @eef3ea8c   13 years Clément Bœsch Rename remaining ByteIOContext to AVIOContext.
(edit) @73af8ea3   13 years michaelni mandelbrot: add math.h for log2() Signed-off-by: Michael Niedermayer …
(edit) @70eb58cd   13 years michaelni mandelbrot: avoid INFINITY as openbsd seems not to like it. …
(edit) @b1b0fd27   13 years michaelni pad: fix format string length Signed-off-by: Michael Niedermayer …
(edit) @5f268ca5   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @4fa6e9d0   13 years Clément Bœsch doc: replace an "avconv" reference with "ffmpeg" in indevs.
(edit) @9466237b   13 years Clément Bœsch doc: drop "./" binary prefixes.
(edit) @3a9f2f1d   13 years stefasab vsrc_mandelbrot: set options through the opt framework
(edit) @c15400af   13 years michaelni mandelbrot: remove always-false condition in fill_from_cache …
(edit) @102db4f6   13 years michaelni MAINTAINER: add libavfilter section and add myself to yadif & …
(edit) @08dadd33   13 years michaelni mandelbrot: allow visualizing the period of converged points. …
(edit) @e8499ab1   13 years michaelni mandelbrot: Add inner variable & enum for inner coloring schemes. …
(edit) @3cbe9afb   13 years michaelni mandelbrot: only check bailout once every 2 iterations. Once we bailed …
(edit) @41fd1b2d   13 years michaelni mandelbrot: add SQR() macro Signed-off-by: Michael Niedermayer …
(edit) @e555119c   13 years michaelni mandelbrot: correct and simplify the formula used in …
(edit) @ad0bdd2f   13 years michaelni lavc: add supports of OS/2 threads Signed-off-by: Michael Niedermayer …
(edit) @88166fc5   13 years michaelni mandelbrot: unroll the innermost loop once. This allows us to remove a …
(edit) @1d066087   13 years michaelni mandelbrot: only check periodicity once for each period instead of …
(edit) @2fee131b   13 years michaelni mandelbrot: use period detection depening on left pixel and not the …
(edit) @91175925   13 years Carl Eugen Hoyos Cosmetics: Increase readability.
(edit) @eb664d4   13 years Carl Eugen Hoyos Increase Westwood Studios VQA palette dynamics.
(edit) @1fc573dd   13 years Carl Eugen Hoyos Increase Sierra VMD palette dynamics.
(edit) @a95906af   13 years Carl Eugen Hoyos Increase Pictor/PC Paint palette dynamics.
(edit) @105cf82a   13 years Carl Eugen Hoyos Increase FLI/FLC Animation palette dynamics for some samples.
(edit) @2b656844   13 years Carl Eugen Hoyos Increase eXtended BINary text palette dynamics.
(edit) @942e9be5   13 years Carl Eugen Hoyos Increase Bethesda VID palette dynamics.
(edit) @32caa7b   13 years anton lavf: pass options from AVFormatContext to avio.
(edit) @9d77a8fa   13 years anton avformat: Use avio_open2, pass the AVFormatContext interrupt_callback …
(edit) @1dee0aca   13 years anton avio: add avio_open2, taking an interrupt callback and options The …
(edit) @ddffc2fd   13 years anton avio: add support for passing options to protocols. Not used anywhere …
(edit) @163a3113   13 years anton avio: add and use ffurl_protocol_next().
(edit) @6ef350c1   13 years anton avformat: Pass the interrupt callback on to chained muxers/demuxers …
(edit) @6f1b7b39   13 years anton avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc …
(edit) @9957cdbf   13 years anton avformat: Use ff_check_interrupt
(edit) @c4a090dd   13 years anton avio: Add an internal utility function for checking the new interrupt …
(edit) @6aa0b98f   13 years anton avio: Add AVIOInterruptCB This is a better io interrupt callback …
(edit) @58b68d6b   13 years lu_zero texi2html: remove stray \n Single-quoted strings are printed verbatim …
(edit) @84fb63ed   13 years lu_zero doc: prettyfy the texi2html documentation make it use the website css …
(edit) @8283f90a   13 years lu_zero swscale: handle unaligned buffers in yuv2plane1 The issue had been …
(edit) @46eae155   13 years michaelni mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE …
(edit) @17c95361   13 years michaelni mkvtimestamp v2 muxer: remove unneeded prefixes Signed-off-by: …
(edit) @7ea77a61   13 years Carl Eugen Hoyos Set some Pictor/PC Paint palettes opaque.
(edit) @0d49dd37   13 years Carl Eugen Hoyos Set more KMVC palettes opaque.
(edit) @789da2e9   13 years Carl Eugen Hoyos Set second Delphine Software International CIN palette opaque.
(edit) @b3c67372   13 years Carl Eugen Hoyos Force opaque alpha channel for 32bit x11grab image. Fixes ticket …
(edit) @be97e7b9   13 years michaelni mandelbrot: remove unused variables Signed-off-by: Michael …
(edit) @459bba58   13 years michaelni mandelbrot: add missing options to the parsing code The following …
(edit) @545ec935   13 years michaelni h264: Use mismatching frame numbers in fields to synchronize the …
(edit) @05423d3   13 years michaelni RELEASE: bump to 0.8.6.git after the release Signed-off-by: Michael …
(edit) @8a25d0a8   13 years michaelni Trivial: j2kenc: fix compiler warning Signed-off-by: Michael …
(edit) @6024bdb2   13 years michaelni mandelbrot: fix sscanf format string Replace ',' with ':' …
(edit) @3230c756   13 years Carl Eugen Hoyos Increase Bitmap Brothers JV palette dynamics. Approved-by: Peter Ross
(edit) @9780c33e   13 years Carl Eugen Hoyos Increase Psygnosis YOP palette dynamics.
(edit) @ac0042f5   13 years Carl Eugen Hoyos Set Psygnosis YOP palette opaque.
(edit) @0e8da94c   13 years Carl Eugen Hoyos Increase AVS palette dynamics.
(edit) @7b40f46f   13 years Carl Eugen Hoyos Set AVS palette opaque.
(edit) @1d38c746   13 years Carl Eugen Hoyos Set Westwood Studios VQA palette opaque.
(edit) @90f75f98   13 years Carl Eugen Hoyos Set Sierra VMD palette opaque.
(edit) @e9a2ffa1   13 years Carl Eugen Hoyos Set Beam Software VB palette opaque.
(edit) @3b5733bc   13 years Carl Eugen Hoyos Set TIFF default grascale palette opaque.
(edit) @fd09cd08   13 years Carl Eugen Hoyos Set Tiertex Limited SEQ palette opaque.
(edit) @58c35388   13 years Carl Eugen Hoyos Set Sun Rasterfile palette opaque.
(edit) @7cd906c1   13 years Carl Eugen Hoyos Set Smacker palette opaque.
(edit) @c99cd3e2   13 years Carl Eugen Hoyos Set RL2 palette opaque.
(edit) @9f9a1f42   13 years Carl Eugen Hoyos Set QuickDraw palette opaque.
(edit) @3bf54ab5   13 years Carl Eugen Hoyos Set American Laser Games MM palette opaque.
(edit) @64176bc1   13 years Carl Eugen Hoyos Set KMVC palette opaque.
(edit) @4e8078e6   13 years Carl Eugen Hoyos Set FLI/FLC Animation palette opaque.
(edit) @c0be4ea0   13 years Carl Eugen Hoyos Set Electronic Arts TGV palette opaque.
(edit) @f628134e   13 years Carl Eugen Hoyos Set Electronic Arts CMV palette opaque.
(edit) @1567243e   13 years Carl Eugen Hoyos Set ScummVM DXA palette opaque.
(edit) @dcbd18c6   13 years Carl Eugen Hoyos Set Delphine Software International CIN palette opaque.
(edit) @e18f70c2   13 years Carl Eugen Hoyos Set Chronomaster DFA palette opaque.
(edit) @320f0f04   13 years Carl Eugen Hoyos Fix Chronomaster DFA palette. The palette had a blue cast.
(edit) @973f3d3e   13 years Carl Eugen Hoyos Set CD Graphics palette opaque.
(edit) @5be097c7   13 years Carl Eugen Hoyos Set Interplay C93 palette opaque.
(edit) @d6e14e24   13 years Carl Eugen Hoyos Set Discworld II BMV palette opaque.
(edit) @3fd9f08   13 years Carl Eugen Hoyos Set BFI palette opaque.
(edit) @f9872244   13 years Carl Eugen Hoyos Set Bethesda VID palette opaque.
(edit) @0c5fd637   13 years Carl Eugen Hoyos Do not try to read 16bit gray png files with alpha channel. FFmpeg …
(edit) @32dd6716   13 years michaelni mandelbrot: Print a note if the cache is too small Signed-off-by: …
(edit) @905202ef   13 years michaelni mandelbrot: increase cache size Signed-off-by: Michael Niedermayer …
(edit) @fd8d0345   13 years michaelni mandelbrot: increase resolution, and decrease zoom speed to maintain …
(edit) @40d6e30c   13 years michaelni mandelbrot: increase default maxiter Signed-off-by: Michael …
(edit) @6c5dd858   13 years michaelni mandelbrot: Only use cycle detection if previous pixel was an interior …
(edit) @50b8f938   13 years michaelni mandelbrot: detect cycles to speed up interior rendering. …
(edit) @3de934c   13 years michaelni mandelbrot: increase default maxiter to 1024 Signed-off-by: Michael …
(edit) @07f272bd   13 years michaelni mandelbrot: use cache to avoid recalculating points. Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.