source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @621845fe   11 years michaelni Merge commit '91be1103fd1f79d381edf268c32f4166b6c3b6d8' * commit …
(edit) @341dc590   11 years michaelni Merge commit 'f1eac2b8a0370b908cd691086d11f51342054730' * commit …
(edit) @d4574b76   11 years michaelni Merge commit 'a9553bbb336a7186c62b3b14a0499c1b6ba61ebd' * commit …
(edit) @b189c699   11 years michaelni Merge commit '187023f6b2b43966acb2449a379b4ededdc4b22e' * commit …
(edit) @03e9506a   11 years michaelni Merge commit '5055035670bd1a1eaca64bd3bc71fb07de9df2c3' * commit …
(edit) @09e06cd9   11 years michaelni Merge commit 'c951e4b442df9dde6051634a85359eb809bf2142' * commit …
(edit) @eaa20afa   11 years michaelni Merge commit 'ba77757a7efafe38924b6b423acfca8c1e1c62d6' * commit …
(edit) @c70e647a   11 years michaelni Merge commit '5840473890440dbe0bd2cce530ebb3d93e187ae6' * commit …
(edit) @eee8cb42   11 years michaelni Merge commit 'e40a0e822801d2485e4e555909d7a82713fa86a5' * commit …
(edit) @f3a02f4b   11 years michaelni Merge commit '32a414f316c7f0eea877370e3f9d9f25afbf5da2' * commit …
(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) @91be1103   11 years martin wnv1: Make sure the input packet is large enough Reported-by: Mateusz …
(edit) @f1eac2b8   11 years martin movenc: Use keyframes as default fragmentation point in ismv …
(edit) @a9553bbb   11 years martin movenc: Set all implicit flags immediately in mov_write_header This …
(edit) @187023f   11 years martin movenc: Set mov->mode earlier in mov_write_header This allows …
(edit) @5055035   11 years martin tls: Do not abort on non-fatal TLS alerts with gnutls Signed-off-by: …
(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) @c951e4b4   11 years lu_zero flv: Make onTextData parsing robust Certain streaming servers do not …
(edit) @ba77757a   11 years lu_zero rtmp: Replace a magic number with a macro 11 is the RTMP header size.
(edit) @58404738   11 years lu_zero rtmp: Rewrite embedded flv handling Use update_offset() as done for …
(edit) @e40a0e82   11 years lu_zero rtmp: Refactor get_packet
(edit) @32a414f3   11 years lu_zero rtmp: Support AMF_DATA_TYPE_MIXEDARRAY And fix the …
(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" …
Note: See TracRevisionLog for help on using the revision log.