source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @231e5015   11 years nicolas.george lavfi/dualinput: reimplement on top of framesync.
(edit) @53319d5c   11 years nicolas.george lavfi: add an API to synchronize multiple video inputs. Compared to …
(edit) @3cfd4df8   11 years michaelni libopenjpeg: init and close properly; don't config during encode …
(edit) @e494f44c   11 years onemda avcodec/escape124: fix infinite loop Remove can_safely_read() as its …
(edit) @ca10d667   11 years stefasab doc/filters: add [] labels for the graph of the opening paragraph …
(edit) @21f6ff38   11 years stefasab doc/filters: use between() function in select examples Simplify.
(edit) @57618d8   11 years stefasab doc/fftools: rework some paragraph in the AVOptions chapter Fix …
(edit) @0de4efb8   11 years onemda doc/filters: put ladspa configure option into @code{} Signed-off-by: …
(edit) @fbf861cb   11 years michaelni tests/fate/prores: fix skip alpha tests on big endian Signed-off-by: …
(edit) @b5b762b7   11 years michaelni avcodec/avcodec.h: skip_alpha should not be accessed directly (would …
(edit) @f8e8932e   11 years onemda doc/filters: mention configure option for ladspa Signed-off-by: Paul …
(edit) @283fb76d   11 years michaelni lavc: Add support for interleaved chroma formats to libx264. …
(edit) @b00fb157   11 years onemda avcodec/sgirledec: fix infinite loop in decode_sgirle8() Fixes #2985. …
(edit) @601eab2b   11 years onemda avfilter: add ladspa wrapper filter Signed-off-by: Paul B Mahol …
(edit) @547c2f00   11 years Reimar.Doeffinger Make decoding alpha optional for some codecs. For codecs where …
(edit) @a5cbf199   11 years michaelni avformat/mov: reset extradata size when extradata gets deallocated due …
(edit) @2aa8e33   11 years Reimar.Doeffinger Fix nonsense MPEG-4 hwaccel code. Issues with the code: 1) The …
(edit) @05b7a635   11 years michaelni avformat/movenchint: use realloc_array() to protect against integer …
(edit) @63621762   11 years michaelni avformat/movenchint: only change queue size if reallocation succeeded …
(edit) @091ba02c   11 years michaelni avformat/movenchint: revert "Use av_reallocp() where suitable" …
(edit) @361bc707   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avutil: …
(edit) @85f8a3cb   11 years michaelni Merge commit 'e208e6d209728d332343aa5390ae377ac0a6305c' * commit …
(edit) @8310bccc   11 years michaelni avutil/pixdesc: try to fix NV20* descriptors They where inconsistent …
(edit) @90ca5a9b   11 years michaelni Add interleaved 4:2:2 8/10-bit formats Signed-off-by: Michael …
(edit) @e07ac727   11 years michaelni avcodec/g2meet: Fix framebuf size Currently the code can in some …
(edit) @5dca837a   11 years tempn changelog: add fraps and libx264 changes
(edit) @08fa828b   11 years martin avutil: Fix compilation with inline asm disabled on mingw Because of …
(edit) @21a2b973   11 years michaelni avformat/hls: do not limit manifest lines to 1024 chars Fixes …
(edit) @e208e6d2   11 years lu_zero lavu: Add interleaved 4:2:2 8/10-bit formats Signed-off-by: Luca …
(edit) @a072acb1   11 years michaelni avcodec: fix duplicate includes Signed-off-by: Michael Niedermayer …
(edit) @b8a954e4   11 years michaelni avformat/network: fix duplicate include Signed-off-by: Michael …
(edit) @ef23b7fd   11 years michaelni lavf/libssh: add MAINTAINERS entry Signed-off-by: Lukasz Marek …
(edit) @66c2f20   11 years michaelni lavu/attributes: Don't define av_restrict This is always defined in …
(edit) @49515cb8   11 years michaelni avformat: remove duplicate includes Signed-off-by: Michael …
(edit) @d0c61571   11 years michaelni avdevice/v4l: remove duplicate include Signed-off-by: Michael …
(edit) @4bc7a2a6   11 years michaelni avfilter: remove duplicate includes Signed-off-by: Michael …
(edit) @0506f3fa   11 years michaelni avutil/cpu: remove duplicate include Signed-off-by: Michael …
(edit) @1c4fa2a   11 years onemda avcodec/fraps: use BT.709 colorspace for YUV Fraps versions Based …
(edit) @59d72f8b   11 years onemda lavfi/pad,crop,scale: remove options description from filter …
(edit) @8ac0eb2c   11 years onemda avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444p …
(edit) @eedbc2b5   11 years michaelni tools: Fix apparent merge failure
(edit) @56f1740   11 years michaelni matroska: Add the CueDuration element Use it only on subtitle …
(edit) @8ad24659   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @ac821552   11 years Carl Eugen Hoyos Remove '-vf' from pullup documentation example.
(edit) @d0171eb8   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @de493809   11 years michaelni Merge commit '01f111bdb21b4ea6d2ff3ea919d70ae9ca451cf9' * commit …
(edit) @79209f5d   11 years Carl Eugen Hoyos Allow encoding YUVJ422P and YUVJ444P with libx264. Reviewed-by: Reimar
(edit) @f76b633a   11 years Reimar.Doeffinger mpeg4dec: Ensure data is not clobbered too early. Avoid overwriting …
(edit) @6c169c2f   11 years michaelni Merge commit '67e285ceca1cb602a5ab87010b30d904527924fe' * commit …
(edit) @f35b2fa8   11 years onemda fate: add adelay test Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @29f244e0   11 years Reimar.Doeffinger dvbsubdec: Check for invalid clut selector. Fail decoding if strict …
(edit) @97ff584   11 years Reimar.Doeffinger Apply clut changes only to one table. The specification does not …
(edit) @5b153f81   11 years michaelni lavf: add SFTP protocol via libssh Signed-off-by: Lukasz Marek …
(edit) @705b30e2   11 years michaelni Improve pullup documentation. Mention that the fps filter should be …
(edit) @68f328fc   11 years michaelni avfilter/vf_psnr: avoid 64bit arithmetic in the inner loop …
(edit) @a11c16a0   11 years michaelni avfilter/vf_psnr: Prevent integer overflow. The 32-bit integer …
(edit) @15672e83   11 years michaelni avformat/utils: remove unused variable Signed-off-by: Michael …
(edit) @fcd64dcc   11 years michaelni avformat/avienc: remove unused variable Signed-off-by: Michael …
(edit) @39442b1   11 years michaelni matroskaenc: Add CuePoints for subtitle tracks Signed-off-by: James …
(edit) @944c3384   11 years diego h264dec: Add .avc file name extension Signed-off-by: Diego Biurrun …
(edit) @01f111bd   11 years diego h264dec: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @67e285ce   11 years martin mem: Handle av_reallocp(..., 0) properly Previously this did a double …
(edit) @bed611f9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @8377b2b6   11 years michaelni Merge commit '33b88f2a4ae54d5397c45e39a5326289ebdc7747' * commit …
(edit) @e1f74ad1   11 years michaelni Merge commit '09f2581dc5edb3642858d69d9a70b67e249167e9' * commit …
(edit) @dda7bd13   11 years michaelni Merge commit '5532ee6d7d554bb54d4374d0b69f72bc9ab9fd91' * commit …
(edit) @8c320b3   11 years michaelni Merge commit 'a9d50bb578ec04c085a25f1e023f75e0e4499d5e' * commit …
(edit) @391e272c   11 years michaelni Merge commit 'b97b1adb3f807e1acd00d56319ee6cb41cc727e4' * commit …
(edit) @2be92aba   11 years michaelni Merge commit 'e5d45e028cf4193b562075897e55091779e49f15' * commit …
(edit) @f657ca0d   11 years michaelni Merge commit 'd8798276b65543d921adadf63cc7f5ba2d1604af' * commit …
(edit) @2a930fa2   11 years michaelni Merge commit '3ca14aa5964ea5d11f7a15f9fff17924d6096d44' * commit …
(edit) @6c18775b   11 years michaelni Merge commit '83c285f88016b087c2f0f4b9ef356ad8ef12d947' * commit …
(edit) @09b09ef4   11 years michaelni Merge commit 'd8b68660145c76a23fc9665f96932449514ecad2' * commit …
(edit) @9bb86fac   11 years michaelni Merge commit '3185a80259ce1f8f8111073dbd14a69a396e03a3' * commit …
(edit) @c188c108   11 years michaelni Merge commit '82e266c6d3fbf3cc74e515b883e66543381a0f2c' * commit …
(edit) @1cad7171   11 years martin h264: remove an unused static constant Signed-off-by: Martin Storsjö …
(edit) @33b88f2a   11 years martin msvc/icl: Use declspec(noinline) Signed-off-by: Martin Storsjö …
(edit) @09f2581d   11 years martin msvc/icl: Use declspec(deprecated) Prior to this on msvc/icl there …
(edit) @5532ee6d   11 years lu_zero rtmp: Unbreak get_packet Commit …
(edit) @c092af30   11 years michaelni Merge commit '601c2015bc16f0b281160292a6a760cbbbb0eacb' * commit …
(edit) @61a8eaf7   11 years michaelni Merge commit '7a5a55722749a3ab77941914707277b147322cbe' * commit …
(edit) @a9d50bb5   11 years martin dcadec: Validate the lfe parameter Reported-by: Mateusz "j00ru" …
(edit) @3f4cf77a   11 years michaelni Merge commit 'e9d61de96c113ee0ef8082833c7e682df0e23eec' * commit …
(edit) @13b353a7   11 years michaelni avcodec/asvdec: dont fail without extradata extradata is not …
(edit) @1e9a850d   11 years michaelni Merge commit 'f50803354c6acb4575379d7c54ca48ec5d36dd61' * commit …
(edit) @35a8387b   11 years michaelni Merge commit '72fe16a13e3ebd5396ac173bf84c8b20085c16d5' * commit …
(edit) @2ad8056c   11 years michaelni Merge commit '3627ce2f1dab1d33b7f99d78907a3e4d86b7d847' * commit …
(edit) @04ee57ce   11 years michaelni Merge commit 'bb461370e34b1fa1637f34ce7d37b934ddb472d5' * commit …
(edit) @018e0db5   11 years michaelni Merge commit '09f3c937ed6fd7c5bd64450d45f73b0f4975f4c9' * commit …
(edit) @c6b42589   11 years michaelni Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743' * commit …
(edit) @c652662   11 years michaelni Merge commit 'c53b5dda352452e79a9e962cd4c74c813186d9ed' * commit …
(edit) @c16470d7   11 years michaelni Merge commit '5f408333601a827054335f309defcb246a532b21' * commit …
(edit) @b97b1adb   11 years martin rtmpproto: Add a comment explaining the logic in handle_notify This …
(edit) @f6622f96   11 years michaelni avformat/matroskadec: correct spurious keyframe warnings in webm …
(edit) @3e2a5b33   11 years onemda avformat/matroskadec: use av_malloc_array() and check for allocation …
(edit) @13eff473   11 years michaelni swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / …
(edit) @1225b67f   11 years michaelni avutil/frame: suppress "comparison of unsigned expression < 0 is …
(edit) @9c8aeacf   11 years michaelni avutil: add av_get_colorspace_name() Signed-off-by: Michael …
(edit) @63139f6   11 years michaelni avformat/bmv: remove unused variable Signed-off-by: Michael …
(edit) @e5d45e02   11 years lu_zero build: Support cparser
Note: See TracRevisionLog for help on using the revision log.