source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ed113d7a   12 years michaelni Merge commit 'ddf1b4a2f8a680126eb611428e4f47e6e5b8c6c0' * commit …
(edit) @aef044d2   12 years michaelni Merge commit '36f10380043c8b8c5cbf8c1add8695089cdaa341' * commit …
(edit) @6e7c5349   12 years stefasab doc/filters: add RGB geq example
(edit) @281fc4e   12 years stefasab doc/filters: extend/fix documentation for the geq filter
(edit) @fbba76e   12 years michaelni Merge commit '98186578a2a21af5bfe6dd71d222dc270f763c7d' * commit …
(edit) @faac955d   12 years michaelni Merge commit 'c360fb174b01170ab3fd3048d4d0acb44aa4e834' * commit …
(edit) @2afcd167   12 years michaelni Merge commit '0b6899f154347cdd0aa66c5ec16ed9c65871766f' * commit …
(edit) @d0a34aee   12 years michaelni md5: optimize second round by using 4-operation form of G() …
(edit) @b7be8ea9   12 years stefasab lavfi/geq: mark timeline support
(edit) @16a75eaa   12 years Clément Bœsch lavd: add v4l2 outdev.
(edit) @8eec6553   12 years Clément Bœsch lavd/v4l2: move pixel format conversion code to a separate place. …
(edit) @729fa55b   12 years michaelni avformat/matroskadec: fix integer overflow Fixes fate-mkv with …
(edit) @ddf1b4a2   12 years lu_zero vorbis: simplify the inner loop in setup_classifs
(edit) @36f1038   12 years lu_zero vorbis: use normal integer values for iterators No need to use …
(edit) @98186578   12 years lu_zero vorbis: refactor vorbis_residue_decode_internal
(edit) @1a5f1bcf   12 years michaelni configure: add more allocation functions to valgrind-massif …
(edit) @427b5126   12 years stefasab cmdutils: show timeline support in -filters listing
(edit) @66f32a8a   12 years stefasab lavfi/drawgrid: fix drawgrid options after 4c205f42c86
(edit) @be3f4c1   12 years stefasab doc/Makefile: install .3 man pages to man3 subdir Fix trac ticket #2585.
(edit) @90cb081f   12 years stefasab build: drop unused ALLMANPAGES variable
(edit) @73b9f31   12 years michaelni mjpeg_decode_com: remove redundant len checks Signed-off-by: Michael …
(edit) @2f75dcdc   12 years michaelni mjpegdec: Fix field orderforinterlacedAVDJand AVRN in ntsc mode Fixes …
(edit) @56f7e29d   12 years Clément Bœsch tools: add zmqshell.py.
(edit) @c360fb17   12 years martin win32: Do not use GetProcAddress when compiled for Vista+ Instead …
(edit) @0b6899f1   12 years martin configure: msvc: Set the target windows version to XP if no target is …
(edit) @68c4633   12 years onemda lavfi/histogram: cache log2 of max_hval Instead of calculating same …
(edit) @b154d203   12 years onemda swscale/output: silence warning about undefined 'ASSERT_LEVEL' …
(edit) @f4b2d359   12 years onemda swscale/output: remove unused header Signed-off-by: Paul B Mahol …
(edit) @a3264b4   12 years michaelni ffv1dec: defuse membomb Fixes Ticket2589 Signed-off-by: Michael …
(edit) @1de28cb7   12 years michaelni configure: use the user specified valgrind excutable for massif …
(edit) @f51263e6   12 years michaelni configure: fix valgrind-massif to actually work Signed-off-by: …
(edit) @73920ac5   12 years michaelni ffserver: replace atoll() by strtoll() this should make it easier to …
(edit) @0a8e86fa   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Escape …
(edit) @fa6001e7   12 years michaelni Merge commit '8e673efc6f5b7a095557664660305148f2788d30' * commit …
(edit) @3e3514bc   12 years michaelni Merge commit 'ed50673066956d6f2201a57c3254569f2ab08d9d' * commit …
(edit) @2ad415cf   12 years michaelni Merge commit '8c34558131d846d2b10389564caadaa206372fd4' * commit …
(edit) @02788d2   12 years michaelni Merge commit '0f689a3d97a1d3053ca0e9516b296909a72ff31e' * commit …
(edit) @df07a833   12 years michaelni ftp: favor strtoll over atoll Both strtoll and atoll have different …
(edit) @e45d6222   12 years kostya.shishkov Escape 130 FATE test
(edit) @8e673efc   12 years kostya.shishkov prores: update FATE test to account for alpha plane present in the …
(edit) @e32bbd41   12 years Carl Eugen Hoyos proresdec2: Only try to decode alpha plane if four output planes were …
(edit) @c86d3a54   12 years michaelni FTP protocol support Implementation of ftp protocol. Fixes #1672
(edit) @edfe609f   12 years lu_zero configure: Add basic valgrind-massif support With the parameter …
(edit) @ed506730   12 years lu_zero wavpack: validate samples size parsed in wavpack_decode_block …
(edit) @8c345581   12 years lu_zero wavpack: return meaningful errors And forward those that were already …
(edit) @9f88db5d   12 years michaelni avfilter/vf_deshake: check rx Fixes crash on SSE2 Fixes Ticket2443 …
(edit) @f49564c6   12 years michaelni fmtconvert: int32_t input to int32_to_float_fmul_scalar It was …
(edit) @0f689a3d   12 years diego wavpack: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @d13fa0e9   12 years Carl Eugen Hoyos proresdec2: Support decoding transparency information. Signed-off-by: …
(edit) @7e570f02   12 years michaelni movenc: add video_track_timescale option Signed-off-by: Jean First …
(edit) @7baef22f   12 years michaelni mov: set block_align for MACE 3:1 and MACE 6:1 fixes remuxing of …
(edit) @5e29e912   12 years michaelni avcodec_align_dimensions2: add missing yuva formats Signed-off-by: …
(edit) @e1efacf6   12 years michaelni sws/output: yuv2rgb_write() assert that alpha has the correct value in …
(edit) @d91e4430   12 years stefasab doc/filters: apply minor fixes to owdenoise documentation
(edit) @ed0aed09   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Escape …
(edit) @849bb62c   12 years michaelni Merge commit 'cebdedca57d95834a8f8098c7b6a322a1163e26b' * commit …
(edit) @d56ced5f   12 years michaelni Merge commit 'bf5b5d2b1561535cc013c12ab8033228bb0d0081' * commit …
(edit) @fb8dde37   12 years michaelni Merge commit 'd79bd6040599ef017dc45d5997fcc959ab1f71f6' * commit …
(edit) @dd2eaf57   12 years michaelni Merge commit '1dd35611433c224e2231ed7ae26b5b560863a3cb' * commit …
(edit) @71b7427e   12 years michaelni doc/fate: update server host key fingerprints Signed-off-by: Michael …
(edit) @4742edd5   12 years michaelni Merge commit 'c5ab6088ad7b0dac461fb6757b038f5260e638e5' * commit …
(edit) @74cb7ef   12 years michaelni Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0' * commit …
(edit) @937af7f6   12 years michaelni Merge commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae' * commit …
(edit) @20f75a81   12 years michaelni Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca' * commit …
(edit) @97200d8   12 years michaelni Merge commit '40020e171a3549a2c0b65ce6f2649aec868872f2' * commit …
(edit) @0718f0cc   12 years michaelni Merge commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec' * commit …
(edit) @7d84bb2b   12 years michaelni Merge commit '4a4107b48944397c914aa39ee16a82fe44db8c4c' * commit …
(edit) @b53d6a47   12 years michaelni Merge commit 'a5a0ef5e13a59ff53318a45d77c5624b23229c6f' * commit …
(edit) @350914fc   12 years kostya.shishkov Escape 130 (RPL) decoder Some fixes provided by Paul B Mahol …
(edit) @cebdedc   12 years kostya.shishkov prores: decode alpha plane when it's present
(edit) @5918b7ac   12 years michaelni sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence …
(edit) @6c593f1b   12 years michaelni avidec: dont randomly skip packets for offseting the index Fixes …
(edit) @24c65eb2   12 years Reimar.Doeffinger md5: avoid unnecessary copying. Where necessary use memcpy instead. …
(edit) @7e2b15c0   12 years anton avfilter: check a malloc in avfilter_link(). Additionally change …
(edit) @bf5b5d2b   12 years anton avfilter.c: cosmetics, reformat
(edit) @d79bd604   12 years anton lavfi: factorize freeing a link
(edit) @1dd35611   12 years anton vf_format: do not use the AVFilterFormats internals. Use the …
(edit) @c5ab6088   12 years anton af_aformat: cosmetics, fix indentation
(edit) @b01f6041   12 years anton lavfi: rename AVFilterFormats.format_count to nb_formats This is more …
(edit) @e27f4b7c   12 years anton doxy: don't sort struct members alphabetically The declaration order …
(edit) @006ec648   12 years anton lavr doxy: add version.h to the lavr group
(edit) @f0cebf51   12 years anton lavc doxy: add avcodec.h to the libavcodec group.
(edit) @40020e17   12 years anton doxy: add a section about versioning.
(edit) @bc8c1cdc   12 years anton lavfi doxy: add a page for lavfi.
(edit) @47ac3449   12 years onemda id3v2enc: chapter support Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @4a4107b4   12 years lu_zero jpegls: factorize return paths
(edit) @a5a0ef5e   12 years lu_zero jpegls: return meaningful errors
(edit) @abad3749   12 years lu_zero jpegls: check the scan offset Prevent an out of array bound write. …
(edit) @d26f637   12 years onemda libmodplug: fix sz type Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @2768f7e4   12 years diego sparc: VIS mnemonics Currently, if VIS is enabled by configure, it …
(edit) @ebe8c7fe   12 years michaelni vc1dec: restructure interpmvp code This fixes a valgrind warning …
(edit) @98c292a7   12 years michaelni Adding support for encoding VP8 Alpha This patch adds support for …
(edit) @2fb193b1   12 years michaelni vformat/matroskaenc: factorize alpha code in mkv_write_block() …
(edit) @8ffcc826   12 years michaelni Adding support for muxing VP8 Alpha files This patch adds support for …
(edit) @85e8a116   12 years onemda lavfi/pad: switch to AV_OPT_TYPE_COLOR Signed-off-by: Paul B Mahol …
(edit) @1d2ecf9   12 years onemda lavfi/drawtext: switch to AV_OPT_TYPE_COLOR Signed-off-by: Paul B …
(edit) @83e89223   12 years onemda lavfi/life: switch to AV_OPT_TYPE_COLOR Signed-off-by: Paul B Mahol …
(edit) @05b7560d   12 years onemda lavfi/color: switch to AV_OPT_TYPE_COLOR Signed-off-by: Paul B Mahol …
(edit) @3a751eab   12 years onemda lavu/opt: add AV_OPT_TYPE_COLOR Signed-off-by: Paul B Mahol …
(edit) @1ec578c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
Note: See TracRevisionLog for help on using the revision log.