source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4a595cff   12 years michaelni ffserver/ctime1: avoid using strcpy() Signed-off-by: Michael …
(edit) @ea4c99de   12 years michaelni dshow_pin: dont return a value from a void function Signed-off-by: …
(edit) @a2f7314b   12 years michaelni libpostproc: silence valgrind/fate warning about using uninitialized …
(edit) @67607e20   12 years michaelni xxan: make code independent of sizeof(AVFrame) Signed-off-by: Michael …
(edit) @8097e5b2   12 years michaelni yop: Fix return type Found-by: durandal_1707 Signed-off-by: Michael …
(edit) @afdfff48   12 years michaelni avcodec/gifdec: Add av_log() to workaround gcc 4.2 miscompiling the …
(edit) @ad438f45   12 years michaelni xan: make decoder independent of sizeof(AVFrame) Reviewed-by: Paul B …
(edit) @45013b36   12 years michaelni lavc/flacdec: Propagate and return meaningful error codes …
(edit) @f248b8a9   12 years michaelni blend: Adding yuvj pixelformats to the blend effect Reviewed-by: Paul …
(edit) @4ce9e4e9   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ae65327e   12 years michaelni vsrc_testsrc: avoid floats and non bit exactness The round to zero …
(edit) @01df2a13   12 years michaelni avcodec/utils: initialize pixel buffer pool This should silence many …
(edit) @4f112a8e   12 years nicolas.george lavf/mux: add the flush_packets option. Note: a lot of muxers already …
(edit) @125acd21   12 years nicolas.george lavfi: support multiple rounds of format negotiation. Remove the …
(edit) @00da527b   12 years nicolas.george lavfi/af_amerge: return EAGAIN if the input layouts are not known. …
(edit) @57cb4fb0   12 years nicolas.george lavfi: add test for concat.
(edit) @e2b3019   12 years michaelni h264/field_end move progress report code after error concealment. …
(edit) @386dc9a3   12 years Clément Bœsch lavfi/thumbnail: add support for named options.
(edit) @3b811bcf   12 years stefasab lavfi/colormatrix: reword error message in init Change: "source and …
(edit) @1b14083   12 years stefasab lavfi/colormatrix: add support for named options
(edit) @cbf224b6   12 years Clément Bœsch lavfi/tinterlace: use standard options parsing.
(edit) @9e21c898   12 years Clément Bœsch lavfi/subtitles: use standard options parsing.
(edit) @06784b73   12 years Clément Bœsch lavfi/smartblur: use standard options parsing.
(edit) @15878b2b   12 years Clément Bœsch lavfi/setfield: use standard options parsing.
(edit) @e62587bc   12 years Clément Bœsch lavfi/overlay: use standard options parsing.
(edit) @5dc074d3   12 years Clément Bœsch lavfi/kerndeint: use standard options parsing.
(edit) @ab228f91   12 years Clément Bœsch lavfi/idet: use standard options parsing.
(edit) @552c02f2   12 years Clément Bœsch lavfi/histeq: use standard options parsing.
(edit) @b27a8ba1   12 years Clément Bœsch lavfi/gradfun: use standard options parsing.
(edit) @b595819c   12 years Clément Bœsch lavfi/geq: use standard options parsing.
(edit) @cb0fb4d0   12 years Clément Bœsch lavfi/fieldorder: use standard options parsing.
(edit) @a733481d   12 years Clément Bœsch lavfi/field: use standard options parsing.
(edit) @7edda1a9   12 years Clément Bœsch lavfi/deshake: use standard options parsing.
(edit) @1341dd2d   12 years Clément Bœsch lavfi/cropdetect: use standard options parsing.
(edit) @a36d9036   12 years Clément Bœsch lavfi/boxblur: use standard options parsing.
(edit) @3f807288   12 years Clément Bœsch lavfi/blackframe: use standard options parsing.
(edit) @67ad9fd0   12 years Clément Bœsch lavfi/settb: use standard options parsing.
(edit) @8b994c8c   12 years Clément Bœsch lavfi/select: use standard options parsing.
(edit) @f7324c0   12 years Clément Bœsch lavfi/perms: use standard options parsing.
(edit) @07b7c2a2   12 years Clément Bœsch lavfi/sine: use standard options parsing.
(edit) @3ac77f67   12 years Clément Bœsch lavfi/apad: use standard options parsing.
(edit) @fdaacc59   12 years martin sndio_dec: Add missing includes for av_gettime() This is necessary …
(edit) @4c6f08bd   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @285ff144   12 years martin x86: Change a missed occurrance of int to ptrdiff_t for strides …
(edit) @01a334e8   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @8e062fd1   12 years michaelni rawdec: fix memleak Fixes fate-lavf-flm under valgrind …
(edit) @8e944891   12 years michaelni avutil/buffer: remove redundant memory poisoning Found-by: ubitux …
(edit) @058c002   12 years michaelni avutil/buffer: support memory poisoning Signed-off-by: Michael …
(edit) @d6f96108   12 years michaelni yop: use reget_buffer() as the previous contents are used …
(edit) @7239b360   12 years michaelni fate: dont try to filter partial frames with yadif. The partial …
(edit) @62f56fd7   12 years michaelni buffersink/uninit: use av_frame_free() not unref Fixes memleak …
(edit) @352dbdb9   12 years martin x86: Remove win64 xmm clobbering wrappers for the now removed …
(edit) @fe26611   12 years martin bktr: Add missing includes for av_gettime() This is necessary after …
(edit) @70db0c91   12 years michaelni fate: use little endian yuv444p10 in h264-reinit tests Fixes fate big …
(edit) @644092c   12 years michaelni h264: dont report rows as finished after a missing slice …
(edit) @a42d15a3   12 years stefasab lavfi/anullsrc: add missing checks
(edit) @4e8062c2   12 years stefasab lavfi/anullsrc: remove extra parentheses
(edit) @fe2cfd50   12 years stefasab lavfi/anullsrc: simplify logging code in config_props
(edit) @5373a2a   12 years stefasab lavfi/anullsrc: fix format negotiation Samplerate and channel layouts …
(edit) @e54eb8db   12 years michaelni mips: Optimization of AAC psychoacoustic model functions …
(edit) @e26b066c   12 years michaelni libspeex: support ZygoAudio (quality 10 mode) Fixes "quality 10" mode …
(edit) @785b849f   12 years michaelni lavd/v4l2: honor previously selected input channel An input channel …
(edit) @2a97c591   12 years michaelni Make audio FIFO read/write contracts more strict Signed-off-by: …
(edit) @535c247b   12 years janne-libav fate: use little endian yuv444p10 in h264-reinit tests Fixes fate big …
(edit) @fcf73f9c   12 years michaelni Call do_video_stats when duplicating frame When multiple frame are …
(edit) @8b63eeb6   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @9bb6504e   12 years michaelni Merge commit '20a8ee3061e6d777600c13db731bee3c25878991' * commit …
(edit) @6efe6148   12 years michaelni Merge commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6' * commit …
(edit) @4c1f61b   12 years michaelni ffmpeg: Correct inter stream timestamp discontinuities Signed-off-by: …
(edit) @c46a8c61   12 years Marton Balint ffplay: avoid frame data leak on early frame drop Signed-off-by: …
(edit) @dda04a58   12 years michaelni Changelog: add WebP Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @89b4e758   12 years Clément Bœsch lavfi/blend: always peek the first frame of each queue. Before the …
(edit) @859f7da5   12 years Clément Bœsch lavc/prores: restore pict_type and key_frame setting.
(edit) @b3e9f266   12 years michaelni x86/mpegvideo: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @cdbf8409   12 years michaelni x86/h264_qpel: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @3f15b301   12 years janne-libav fate: add test for cropping h264 to container dimensions Tests the …
(edit) @1ed10bd8   12 years Carl Eugen Hoyos Fix typo in dvvideo decoder dependencies. Fixes compilation with …
(edit) @93eaeb02   12 years anton FATE: add a tscc2 test.
(edit) @4e33582a   12 years anton tscc2: allocate AVFrame properly.
(edit) @20a8ee30   12 years anton af_asyncts: fix compensation and PTS monotonicity This patch improves …
(edit) @1e8b9738   12 years anton avutil/frame: add all remaining frame properties to …
(edit) @428e9da   12 years michaelni h263dec: switch to av_assert() Signed-off-by: Michael Niedermayer …
(edit) @ac75e0c7   12 years michaelni matroskadec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @076c1c95   12 years michaelni vp8: WebP decoding support VP8L, padding and bounds checks by Pascal …
(edit) @c0ff2aaa   12 years michaelni img2: WebP support Reviewed-by: Pascal Massimino …
(edit) @e0e8c205   12 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-parser=h264.
(edit) @d98a5318   12 years Carl Eugen Hoyos Fix compilation with --disable-mmx.
(edit) @abbc34c3   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @77f60f00   12 years Clément Bœsch lavu/eval: add between() function.
(edit) @ac9b056d   12 years Carl Eugen Hoyos Do not fail in get_buffer_internal() if pix_fmt planes == 0. Fixes …
(edit) @21a5f5ea   12 years michaelni error_resilience: fix const correctness, silence warnings …
(edit) @732b2fd   12 years michaelni vdpau.h: change vdpau_render_state layout to match fork if …
(edit) @f8217daa   12 years michaelni vda_h264: fix for VDA compile the VDA code needs to be updated to use …
(edit) @4aa85033   12 years michaelni sonicdec: update to new buffer API Signed-off-by: Michael Niedermayer …
(edit) @85d7f546   12 years michaelni sonicenc: fix mono decorrelation Signed-off-by: Michael Niedermayer …
(edit) @6ec037c5   12 years michaelni sonicdec: fix frame size Signed-off-by: Michael Niedermayer …
(edit) @1426291e   12 years michaelni sonicdec: check decorrelation Signed-off-by: Michael Niedermayer …
(edit) @8251c053   12 years michaelni g729dec: switch to buffer refs style Signed-off-by: Michael …
(edit) @a728a28d   12 years michaelni v308dec: remove unneeded self assignment Signed-off-by: Michael …
(edit) @2e2ec667   12 years diego configure: Enable hwaccels without external dependencies by default.
Note: See TracRevisionLog for help on using the revision log.