source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cd13496   12 years michaelni lavfi/unsharp: add opencl unsharp filter Signed-off-by: Michael …
(edit) @f31247c   12 years michaelni lavu/opencl:add opencl set param function Signed-off-by: Michael …
(edit) @667159e7   12 years michaelni fate: re-enable fate-acodec-dca2 Signed-off-by: Michael Niedermayer …
(edit) @688fc4a   12 years michaelni vc1dec: Try to fix vc1_mc_4mv_chroma4() parameters This fixes several …
(edit) @9b49d397   12 years michaelni vc1dec: add avg & variable direction support to vc1_mc_4mv_chroma4() …
(edit) @dd6e291e   12 years michaelni vc1dsp: add avg_no_rnd_vc1_chroma_mc4_c() Signed-off-by: Michael …
(edit) @5183365a   12 years michaelni vc1dec: fix doxy for vc1_mc_4mv_chroma4() Signed-off-by: Michael …
(edit) @2c5700c5   12 years onemda vima: add @file doxy Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @da227603   12 years onemda vima: generate predict_table once, and share it with all decoders …
(edit) @77570a39   12 years onemda lavc/cdxl: add @file doxy Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @084709f   12 years onemda fate: update dca test and disable dca2 test Signed-off-by: Paul B …
(edit) @89b5ed5f   12 years onemda lavfi/noise: remove get_video_buffer, its redundant now …
(edit) @e86ed98f   12 years onemda lavfi/noise: add missing emms_c() Signed-off-by: Paul B Mahol …
(edit) @00acfdd9   12 years onemda lavfi/telecine: show time base change too Signed-off-by: Paul B Mahol …
(edit) @e1ba5fc9   12 years onemda dcaenc: update Long story short: previous code was useless and was …
(edit) @8f0db04b   12 years michaelni avcodec/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more code …
(edit) @94b3a666   12 years michaelni avcodec/pthread: Make sure ff_thread_finish_setup() conditions match …
(edit) @32a6dfeb   12 years michaelni vc1dec: drop mv_f_last, simplify code Signed-off-by: Michael …
(edit) @16cecf9   12 years stefasab doc/filters: put vidstab filters documentation in a sensible order
(edit) @cb23de19   12 years stefasab doc/filters: remove "q" constant docs for noise mode It was removed …
(edit) @f40cf96e   12 years stefasab doc: remove all-components.texi, include its content verbatim Force …
(edit) @575399c7   12 years michaelni Merge commit 'fc18cc44ebfae07da153dc782572e7ce2f6fe47d' * commit …
(edit) @aa96439f   12 years onemda lavc: remove unused put_bits.h headers Signed-off-by: Paul B Mahol …
(edit) @035a3792   12 years Clément Bœsch lavfi/subtitles: zero-init AVSubtitle. This avoids invalid free when …
(edit) @d382170c   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: lavc: …
(edit) @12e3c1be   12 years michaelni vc1dec: drop old use_ic code from vc1_b_mc Signed-off-by: Michael …
(edit) @100184cc   12 years michaelni vc1: use use_ic instead of shuffling mv_mode around Signed-off-by: …
(edit) @84c0ec92   12 years michaelni vc1dec: Implement intensity compensation for vc1_interp_mc() …
(edit) @782ebd61   12 years michaelni vc1dec: redesign the intensity compensation The existing …
(edit) @73050df2   12 years Clément Bœsch lavfi: add timeline support in {de,remove}logo. Both don't change …
(edit) @70feca92   12 years nicolas.george lavc: check decoded subtitles encoding. Address trac ticket #2431.
(edit) @29ebb7ba   12 years nicolas.george lavu: fix GET_UTF8 macro. Prevent 0xFE and 0xFF from being considered …
(edit) @1f6aa7de   12 years Clément Bœsch lavfi: add vidstabutils.h to SKIPHEADERS. Fix checkheaders when …
(edit) @c7d2a3ab   12 years Clément Bœsch lavfi/vidstabdetect: fix direct path. The frame must be writable if …
(edit) @c82f6e58   12 years Clément Bœsch lavfi/vidstab: remove mention of defaults for consistency with other …
(edit) @111ac10   12 years Clément Bœsch lavfi/vidstab: make use of direct variable.
(edit) @9273cc8e   12 years Clément Bœsch lavfi/vidstab: add missing flags for 2 options.
(edit) @c857c21a   12 years Clément Bœsch doc/filters: reword vidstab options intro.
(edit) @cdc48775   12 years Clément Bœsch lavfi/vidstab: consistent descriptions.
(edit) @01705126   12 years Clément Bœsch lavfi/vidstab: miscelenaous cosmetics and typo fixes.
(edit) @4364e1f1   12 years Clément Bœsch lavfi: add video stabilization plugins using vid.stab library …
(edit) @6f1716c4   12 years stefasab doc/filters: amend documentation for the hue filter Make clear that …
(edit) @18144950   12 years stefasab doc/filters: introduce example in vflip filter
(edit) @892af3eb   12 years stefasab doc/filters: split luma/chroma descriptions for unsharp option Honour …
(edit) @fc18cc4   12 years anton fate: add CVFC1_Sony_C to h264 conformance tests The sample is …
(edit) @69c02b52   12 years michaelni MAINTAINERS: add jpeg2000 maintainer Signed-off-by: Michael …
(edit) @c560437e   12 years michaelni vc1: make INIT_LUT() self contained factorize variable declarations …
(edit) @c5669f3c   12 years michaelni vc1dec: fix current ptr selection in vc1_mc_4mv_chroma() No sample …
(edit) @236b0c40   12 years michaelni vc1dec: factorize picture pointer selection in vc1_mc_4mv_chroma() …
(edit) @72e5d919   12 years michaelni vc1dec: factorize picture pointer selection code Signed-off-by: …
(edit) @3fdd0979   12 years michaelni vc1dec: Fix mv_f shuffling Avoid a (confusing) memcpy() Simpler code …
(edit) @1d0f817b   12 years michaelni vc1dec: Fix mv_f shuffling Signed-off-by: Michael Niedermayer …
(edit) @62d94453   12 years michaelni vc1: simplify code use INIT_LUT() Signed-off-by: Michael Niedermayer …
(edit) @2e789d16   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @8d86cf4c   12 years michaelni Merge commit 'feec9349d35b3a46d0c6a05e3b23626050b76a77' * commit …
(edit) @c2a0833c   12 years michaelni Merge commit '6a8561dbd7c078eb75985f7011ad1ad3fda9e223' * commit …
(edit) @03b81df9   12 years michaelni Merge commit '2e2d24667a2c5cc7af94cfa7b63bb9ec1c04224b' * commit …
(edit) @35386fbf   12 years anton doc/APIchanges: add missing hashes and dates
(edit) @fc690333   12 years michaelni avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVC, …
(edit) @dfdee6ca   12 years stefasab doc/filters: sort multimedia filters by name Also favor the video …
(edit) @638ffb24   12 years stefasab lavfi/hue: rework logic for setting commands In particular, fix h/H …
(edit) @486f76f0   12 years martin x86: Get rid of duplication between *_rnd_template.c Signed-off-by: …
(edit) @feec934   12 years anton mpegvideo: unref cur/next/prev frames when flushing Signed-off-by: …
(edit) @b21b2ca9   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @9526c9cc   12 years Carl Eugen Hoyos Read block_align from extradata when decoding qclp in aiff. Fixes …
(edit) @488c7600   12 years michaelni doc/filters: document geq rgb mode Signed-off-by: Michael Niedermayer …
(edit) @8f04220d   12 years michaelni avfilter/geq: rgb support Signed-off-by: Michael Niedermayer …
(edit) @ad56535d   12 years onemda avformat: fix orig_pos type to match pkt->pos Signed-off-by: Paul B …
(edit) @6a8561db   12 years diego x86: Factorize duplicated inline assembly snippets Signed-off-by: …
(edit) @7a617d6c   12 years michaelni avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVC …
(edit) @2e2d2466   12 years diego jpeg2000: Add mutlti-threading support to decoder Signed-off-by: …
(edit) @0a73803c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @5056cff1   12 years michaelni Merge commit '10f1a4d9bd8239ac64f364e0d3b6423c28230d6d' * commit …
(edit) @7c49c8b0   12 years michaelni Merge commit '94660c35249e11c53b9a9f0c2f85c4335b21eda7' * commit …
(edit) @a9a537b1   12 years michaelni avfilter/drawtext: add pict_type support Fixes Ticket2470 …
(edit) @15d2f26   12 years Clément Bœsch lavfi/overlay: support timeline through the new system.
(edit) @38853169   12 years Clément Bœsch lavfi: add 'enable' command injection to filters supporting timeline.
(edit) @fdd93eab   12 years Clément Bœsch lavfi: add timeline support. Flag added in a few simple filters. A …
(edit) @b8a5c761   12 years Clément Bœsch lavfi: add frame counter into AVFilterLink and use it in filters.
(edit) @f4596e8b   12 years michaelni mjpegdec: Add support for 4:1:1 YUV Fixes part of ticket 2004 …
(edit) @2ae91c8   12 years michaelni avcodec_get_context_defaults3: set codec_id Fixes Ticket1996 …
(edit) @e2e9bee2   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @c1c2b0b3   12 years michaelni avcodec: rename jpeg2000 decoder to j2k Signed-off-by: Michael …
(edit) @7a556ebc   12 years michaelni Merge commit '0c15a9aa7e1654a19144eb594f9639a57fd47482' * commit …
(edit) @430d69c9   12 years michaelni Merge commit 'b4ad7c54c878dead7dfa4838b912a530c1debe85' * commit …
(edit) @74e1aa17   12 years michaelni Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a' * commit …
(edit) @f84e3737   12 years michaelni Merge commit '78fa0bd0f7067868943c0899907e313414492426' * commit …
(edit) @c1ad70c3   12 years diego x86: Move some conditional code around to avoid unused variable warnings
(edit) @10f1a4d9   12 years janne-libav jpeg2kdec: output is native endian AV_PIX_FMT_XYZ12
(edit) @94660c35   12 years janne-libav threads: always call thread_finish_setup for intra codecs Intra …
(edit) @f13888af   12 years diego avcodec: Bump minor for JPEG 2000 decoder
(edit) @c81a7063   12 years diego JPEG 2000 decoder for DCinema Based on the 2007 GSoC project from …
(edit) @6d7ec4fc   12 years michaelni lavu/opencl:optimize compile kernel operation Reviewed-by: Stefano …
(edit) @80d4d3a4   12 years michaelni fate: re-enable af_join test Signed-off-by: Michael Niedermayer …
(edit) @2f11aa1   12 years onemda lavfi: remove mp=down3dright Same funcionality is provided by …
(edit) @0327400e   12 years onemda doc/filters: add examples for stereo3d Signed-off-by: Paul B Mahol …
(edit) @2288c776   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @e4c0f258   12 years michaelni Merge commit '9bfc6e02bae9de354fb9ba09a8a140e83eeadf7d' * commit …
(edit) @645d0384   12 years michaelni Merge commit 'b845f5e97b655de0a191f736594777fec9754cf5' * commit …
(edit) @51286aaf   12 years michaelni Merge commit '516089d5d86b6809a9458f9cf171f2bc9a8e2a25' * commit …
Note: See TracRevisionLog for help on using the revision log.