source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b3c263e2   12 years Clément Bœsch lavu/common: make FF_CEIL_RSHIFT faster when shift is constant. See …
(edit) @45150f90   12 years michaelni fate: fix filter-colorchannelmixer by adding bitexact & accurate flags …
(edit) @8671e995   12 years onemda imgconvert: silence "incompatible pointer type" warning …
(edit) @f9db2fc8   12 years michaelni cdgraphics: initialize buffer Prevent use of uninitialized memory …
(edit) @e6b6ae4   12 years michaelni vorbisdec: check codebook entry count Fixes assertion failure …
(edit) @3a4c8788   12 years stefasab tools/ffeval: use av_dynarray2_add() Simplify, increment robustness.
(edit) @e3984166   12 years stefasab lavu/mem: add av_dynarray2_add() Based on a patch by Clément Bœsch. …
(edit) @84be8069   12 years stefasab lavu: define FF_MEMORY_POISON and use it Allow single-place …
(edit) @e70e2583   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Do …
(edit) @2dedd898   12 years onemda fate: add colorchannelmixer test Signed-off-by: Paul B Mahol …
(edit) @231b3317   12 years Carl Eugen Hoyos Do not read strd chunk in avi files as H264 extradata. Fixes ticket #2561.
(edit) @4383e1b2   12 years onemda tests/lavf-regression: fix gbrp10 dpx test on big endian For some …
(edit) @df4f4fc8   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @69d52ef8   12 years michaelni Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199' * commit …
(edit) @6585275   12 years michaelni Merge commit 'e08c946c6860a78b0c479551d5f6735361160cbd' * commit …
(edit) @352eb1f0   12 years michaelni Merge commit 'b1803c79dcd6d0a345fa1cbe18dd8e2149717121' * commit …
(edit) @bc63a760   12 years michaelni pngenc: Add 'dpi', 'dpm' options Signed-off-by: Michael Niedermayer …
(edit) @c0a30dd2   12 years onemda fate: increase coverage for dpx encoder Signed-off-by: Paul B Mahol …
(edit) @ae9ef151   12 years onemda dpxenc: simplifiy code using AVPixFmtDescriptor Update rgb24 fate …
(edit) @22a03860   12 years onemda dpxenc: do not set coded_frame Signed-off-by: Paul B Mahol …
(edit) @145e644a   12 years michaelni sws/output: remove offset/coef for alpha in rgba64 Signed-off-by: …
(edit) @e1746d05   12 years michaelni swscale: RGBA64 output Signed-off-by: Paul B Mahol <onemda@gmail.com> …
(edit) @2c2c48a9   12 years diego configure: x86: Only enable cpunop on i686 The assembler may insert …
(edit) @f54b5505   12 years diego configure: Rename cmov processor capability to i686 The goal is to …
(edit) @e41cd3cd   12 years michaelni aacenc: Fix ticket #1784: erasure of surround channels This was due …
(edit) @e08c946c   12 years martin configure: Explicitly disable PIC when targeting win32/mingw These …
(edit) @b1803c79   12 years martin configure: Use enable_weak when enabling pic This allows it to be …
(edit) @91f4a44f   12 years michaelni sws/packed_16bpc_bswap: fix handling of negative stride
(edit) @63725d15   12 years michaelni Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64" …
(edit) @d93bc4ef   12 years onemda redspark: fix memleak in redspark_read_header Signed-off-by: Paul B …
(edit) @87888c04   12 years onemda fate: add exr tests Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @23f7b14f   12 years onemda sws: support endianness conversion for AV_PIX_FMT_RGBA64 …
(edit) @cd43a7e9   12 years Clément Bœsch doc/filters: split item options which are not aliases.
(edit) @09d3449a   12 years Clément Bœsch fate/filter: test gradfun timeline.
(edit) @9b11c2e   12 years Clément Bœsch fate/filter: test hqdn3d timeline.
(edit) @0122300c   12 years Clément Bœsch lavfi/hqdn3d: restore timeline feature.
(edit) @06521118   12 years Clément Bœsch lavfi/hqdn3d: use macros instead of hardcoded indexes.
(edit) @1776177b   12 years Clément Bœsch lavfi: replace passthrough_filter_frame with a flag. With the …
(edit) @60f0e304   12 years Clément Bœsch lavfi/vflip: use FF_CEIL_RSHIFT for chroma w/h rounding.
(edit) @59d33eaf   12 years Clément Bœsch lavfi/lut: use FF_CEIL_RSHIFT for chroma w/h rounding.
(edit) @91cae60e   12 years onemda lavfi/select: unbreak compatibility with older PICT_TYPE syntax …
(edit) @cbcc5cbb   12 years michaelni Merge remote-tracking branch 'jamrial/adpcm' * jamrial/adpcm: ADPCM …
(edit) @9a215389   12 years michaelni ffv1enc: fix 1000l typo Thanks to ubitux for spotting that …
(edit) @b8a2331a   12 years michaelni ffv1: check for malloc failure. Somehow i managed to loose this fix …
(edit) @bd63f8f6   12 years michaelni ffv1enc: Fix memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @19411d32   12 years michaelni ffv1enc: dont set coded_frame Signed-off-by: Michael Niedermayer …
(edit) @a0c0900e   12 years michaelni ffv1dec: Support frame threading with gop > 1 This is about 20-30% …
(edit) @54602590   12 years michaelni ffv1enc: Check the return value of ffv1_common_init() Signed-off-by: …
(edit) @69cfe63a   12 years michaelni ffv1: Switch to ThreadFrame Signed-off-by: Michael Niedermayer …
(edit) @44f69c0d   12 years michaelni avfilter/af_astats: fix 64bit printf type Signed-off-by: Michael …
(edit) @bb0d3a43   12 years michaelni avfilter/vf_mp: remove unused function Signed-off-by: Michael …
(edit) @efaa2e01   12 years michaelni vf_copy: silence "incompatible pointer type" warning Signed-off-by: …
(edit) @90d35e52   12 years stefasab doc/filters: remove duplicated abuffer docs
(edit) @edc05698   12 years stefasab doc/filters: sort audio filters by name
(edit) @a9705e4d   12 years Clément Bœsch lavfi/curves: avoid ctx pointer indirection.
(edit) @496f2df9   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: indeo3: …
(edit) @5e1278c6   12 years michaelni Merge commit '2c299d4165cd9653153e12270971c2368551b79e' * commit …
(edit) @2a7d7198   12 years michaelni Merge commit '16a4a18db089af8c432f1cdec62155000585b72c' * commit …
(edit) @fc94b68e   12 years michaelni Merge commit '72fbc9685c08baae7ab9996642707eaab873b6f1' * commit …
(edit) @67fad0d2   12 years James ADPCM IMA Radical decoder Signed-off-by: James Almer <jamrial@gmail.com>
(edit) @e5e86db1   12 years James RedSpark demuxer Signed-off-by: James Almer <jamrial@gmail.com>
(edit) @d3710c51   12 years James RSD demuxer Signed-off-by: James Almer <jamrial@gmail.com>
(edit) @22c7784f   12 years James adpcm_thp: Allow the use of extradata for the adpcm table There are …
(edit) @b4866f7   12 years James ADP demuxer Signed-off-by: James Almer <jamrial@gmail.com>
(edit) @e7814ed8   12 years James ADPCM DTK decoder Signed-off-by: James Almer <jamrial@gmail.com>
(edit) @b2cf655d   12 years michaelni sws: add casts to silence pointer type mismatch warnings …
(edit) @7ded017   12 years michaelni sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized …
(edit) @4868855b   12 years onemda lavfi/select: set forgotten VAR_PICT_TYPE_BI Signed-off-by: Paul B …
(edit) @005ee7a5   12 years onemda lavfi: avectorscope filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @50e66726   12 years Clément Bœsch lavfi: use ceil right shift for chroma width/height. This should fix …
(edit) @d751a252   12 years onemda lavfi/anull: remove redundant lines Signed-off-by: Paul B Mahol …
(edit) @a079ed63   12 years michaelni avidec: Enable full parsing for potencoder mpeg1/2 Signed-off-by: …
(edit) @63e8fc4d   12 years michaelni lavfi: modify names of deshake_kernel.h and unsharp_kernel.h …
(edit) @94235f2   12 years janne-libav indeo3: avoid writes without necessary alignment in copy_cell() Cells …
(edit) @0f05b72f   12 years michaelni Fix configure --help output for some autodetected features.
(edit) @5c4c929   12 years stefasab lavfi/avfiltergraph: fix style
(edit) @e1332ff   12 years stefasab lavfi/avfilter.h: fix typo
(edit) @eeb9a492   12 years stefasab lavu/mem.h: fix typo
(edit) @c475a58   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mmf: …
(edit) @2c299d41   12 years anton x86: sbrdsp: implement SSE2 qmf_pre_shuffle From 253 to 51 cycles on …
(edit) @16a4a18d   12 years anton af_asyncts: fix offset calculation delta is in samples, not bytes. …
(edit) @72fbc968   12 years lu_zero avconv: use current syntax for the scale filter
(edit) @500220a8   12 years michaelni mimic: Fix race condition Fixes access after free. Found-by: Mateusz …
(edit) @8ef453ff   12 years michaelni sws/output: silence warnings about uninitialized use of variables …
(edit) @13cb6ed3   12 years onemda takdec: simplify use of scalarproduct_int16 in decode_subframe() …
(edit) @43b6482d   12 years Carl Eugen Hoyos Add fate test for solid colour lagarith frames.
(edit) @4db84bac   12 years Clément Bœsch lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.
(edit) @f0250cc4   12 years Clément Bœsch lavfi/overlay: simpler up-rounded w/h computations.
(edit) @570d63ee   12 years Clément Bœsch lavu: add FF_CEIL_RSHIFT and use it in various places.
(edit) @d9cb1e0e   12 years michaelni ffadler: fix duplicate \n on errors Signed-off-by: Michael …
(edit) @88e0e205   12 years onemda lavfi: remove alphaextract special code Signed-off-by: Paul B Mahol …
(edit) @a1159318   12 years michaelni ffadler: add multifile support Signed-off-by: Michael Niedermayer …
(edit) @3d66ce17   12 years michaelni tools: Add adler32 checksum tool This is about 6 times faster than …
(edit) @ee9a4dff   12 years diego mmf: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @d1cb559a   12 years onemda fate: add test for lut filter Signed-off-by: Paul B Mahol …
(edit) @769efe56   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @696f5f9   12 years michaelni Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e' * commit …
(edit) @bda5487d   12 years michaelni Merge commit '3d40c1ee742db5f13ebcf53c2d1fa4bf4f39bcd2' * commit …
(edit) @164899c6   12 years michaelni Merge commit '71469f3b636fbe06b6aca5933f9fdebddd8d5f57' * commit …
(edit) @5747d83   12 years michaelni Merge commit 'ed880050edf061b38d3e39e25657c59ad9108b27' * commit …
Note: See TracRevisionLog for help on using the revision log.