source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @26c0cc15   10 years michaelni avformat/mvdec: Use 64bit for ret to avoid overflow Signed-off-by: …
(edit) @80a851a   10 years michaelni avformat/apngdec: Use 64bit for ret to avoid overflow Missed this …
(edit) @12987f89   10 years michaelni avformat/gxf: Use 64bit for res to avoid overflow Signed-off-by: …
(edit) @d1923d15   10 years michaelni avformat/idcin: Use 64bit for ret to avoid overflow Signed-off-by: …
(edit) @0e3d6e17   10 years michaelni avformat/apngdec: Use 64bit ret to avoid overflow Signed-off-by: …
(edit) @d4936d28   10 years michaelni avformat/asfdec: Use 64bit ret to avoid overflow Signed-off-by: …
(edit) @62e95757   10 years michaelni wtvdec: fix integer overflow resulting in errors with large files …
(edit) @f015d3d5   10 years michaelni MAINTAINERS: Add Oleksij as maintainer for DSS* Also add a 2nd …
(edit) @28bf05e7   10 years michaelni hlsenc: remove the AVIOContext for the playlist from the muxer context …
(edit) @31c7c0e1   10 years michaelni avformat/movenc: Move avid DNxHD padding to the correct spot …
(edit) @588361d   10 years michaelni avcodec/dca: move remaining tables to dcadata Signed-off-by: Michael …
(edit) @6c91afe4   10 years michaelni avcodec/snowdec: Fix avmv_index increment Fixes reading uninitialized …
(edit) @627d2a76   10 years michaelni avfilter/vf_eq: Add process_command to eq. Signed-off-by: Michael …
(edit) @b11edbd2   10 years michaelni avcodec/dss_sp: Avoid a slow division and modulo in the pitch_lag …
(edit) @31fb029f   10 years michaelni avcodec/dss_sp: de-obfuscate index inversion Signed-off-by: Michael …
(edit) @4f1c1b26   10 years michaelni avcodec/dss_sp: Protect DSS_SP_FORMULA() with a set of outside …
(edit) @be0cb7e0   10 years michaelni avformat/dss: Use av_freep() to avoid leaving stale pointers in memory …
(edit) @b2bbe829   10 years michaelni avformat/dss: Check sscanf() return value in dss_read_metadata_date() …
(edit) @29d2197d   10 years michaelni Merge commit 'b727b0eeb73cd78533a7fd387ceccd505e48fa6c' * commit …
(edit) @e821910a   10 years michaelni Merge commit '062cd5a975ff7bd6fb91f9b4d1d9d102a7545499' * commit …
(edit) @dfe5a9f   10 years michaelni Merge commit 'c56b9b1eb278c5ef89d3f0832a56dfe4732cb68b' * commit …
(edit) @99bcfe6   10 years michaelni Merge commit '0fbb271318899a0fb1fbcbb3db8292e909b91e23' * commit …
(edit) @ac649bb7   10 years michaelni Merge commit '11c22dfd495bbd3f38df639772aa4bb9a1be882d' * commit …
(edit) @841e9f43   10 years michaelni Merge commit '4e08c821106fc1d6d358864abf0d8488b12f38c6' * commit …
(edit) @560eb717   10 years michaelni Merge commit '31d2039cb42668ebcf08248bc48bbad44aa05f49' * commit …
(edit) @e3755119   10 years michaelni Merge commit '5b1d9ceec715846a58fe029bc3889ed6fa62436a' * commit …
(edit) @b727b0ee   10 years vittorio.giovara fate: Add tests for DSS Signed-off-by: Vittorio Giovara …
(edit) @062cd5a9   10 years vittorio.giovara lavf: Add DSS demuxer Signed-off-by: Oleksij Rempel …
(edit) @c56b9b1e   10 years vittorio.giovara lavc: Add DSS SP decoder Signed-off-by: Oleksij Rempel …
(edit) @0fbb2713   10 years anton qsv_api: fix building with libmfx disabled
(edit) @11c22dfd   10 years anton configure: add missing h264_qsv hwaccel deps
(edit) @65da611d   10 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @fb3fb1d0   10 years michaelni avformat/mov: Add simple ACLR atom reading to set the color range of …
(edit) @4e08c821   10 years anton lavc: add an Intel libmfx-based H.264 decoder Based on the code by …
(edit) @31d2039c   10 years anton h264_parser: export video format and dimensions
(edit) @5b1d9ce   10 years anton pixfmt: add a pixel format for QSV hwaccel
(edit) @c49c42a4   10 years george doc/faq: explain DAR/SAR preserving.
(edit) @b4917514   10 years george doc: set documentencoding on toplevel texi files. Fix double UTF-8 …
(edit) @22805520   10 years clement avfilter/palettegen: raise cache size from 64k to 512k (or 32k to …
(edit) @c1ff2cd   10 years michaelni Merge commit '0f532fd3f9b9ca974cea0feb8ddcaf4a7f3b23c5' * commit …
(edit) @0f532fd3   10 years diego rv40: Return more meaningful error codes Signed-off-by: Diego Biurrun …
(edit) @f144e4dd   10 years michaelni avcodec/wmalosslessdec: use sizeof() instead of a literal number …
(edit) @9d88be6   10 years michaelni avfilter/vf_subtitles: Add () to protect the argument of the AA() …
(edit) @e0be5c4f   10 years michaelni avutil/sha: Protect macro arguments with () Signed-off-by: Michael …
(edit) @80d278a9   10 years michaelni ffmpeg_opt: Add missing MATCH_PER_TYPE_OPT() for data codecs Fixes: …
(edit) @77c133f7   10 years michaelni Merge commit 'd617e77cecc5b363ef1860955b548f4ac007add6' * commit …
(edit) @00acf383   10 years michaelni Merge commit '2de887e45b664f44b51686f5979fa8ce6dfe2ec2' * commit …
(edit) @4b7c2684   10 years michaelni tests: fate: adding fate-test for twofish Signed-off-by: Supraja …
(edit) @9e008ed1   10 years michaelni avformat/movenc: Fix use of uninitialized variable (ret) Fixed …
(edit) @8b96e8dd   10 years derek.buitenhuis libx265: Add crf private option Signed-off-by: Derek Buitenhuis …
(edit) @b920db67   10 years derek.buitenhuis libx265: Reduce the scope of some variables Signed-off-by: Derek …
(edit) @d617e77c   10 years derek.buitenhuis libx265: Add crf private option Signed-off-by: Derek Buitenhuis …
(edit) @2de887e4   10 years derek.buitenhuis libx265: Reduce the scope of some variables Signed-off-by: Derek …
(edit) @b68d902b   10 years michaelni avformat/ffmenc: Use av_freep() to avoid leaving stale pointers in …
(edit) @c8c10a5f   10 years michaelni avformat/ffmenc: Fix memleak of buf Fixes CID1257015 Signed-off-by: …
(edit) @8087632   10 years clement avfilter/showpalette: fix leak in case of error Fixes CID1270820 …
(edit) @80f44eaf   10 years clement avfilter/palettegen: fix leak in case of error
(edit) @f4026656   10 years clement avfilter/paletteuse: fix leak in case of error Fixes CID1270819
(edit) @9f6431c8   10 years michaelni avfilter/af_channelmap: Move potential dereference after NULL check in …
(edit) @bdb31942   10 years michaelni avfilter/vf_qp: Fix leak of out_qp_table_buf Fixes CID1270821 …
(edit) @a76e91bf   10 years michaelni avfilter/avfiltergraph: assert that the heap_bubble index is valid …
(edit) @424ed1a   10 years michaelni avcodec/faxcompr: Fix memleak Fixes CID1270816 Signed-off-by: …
(edit) @956bd71   10 years onemda avcodec/opusdec: remove unused headers Signed-off-by: Paul B Mahol …
(edit) @8bc80016   10 years michaelni avfilter/vf_removelogo: Add () to protect the argument of …
(edit) @d501b986   10 years michaelni swscale/bayer_template: Add () to protect the argument of BAYER_READ() …
(edit) @0babb896   10 years michaelni compat/avisynth/windowsPorts/windows2linux: Add () to protect macro …
(edit) @b7c19aee   10 years michaelni avcodec/wavpack: Add () to protect the arguments of …
(edit) @dfc2a398   10 years michaelni avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN() …
(edit) @092ee6cd   10 years michaelni libavutil: optimize twofish cipher before: lavu TWOFISH …
(edit) @77ae9472   10 years michaelni Merge commit '195942ed9b9b563ec86d34b73aa2c1ee8715d59d' * commit …
(edit) @97bd0e2a   10 years michaelni Merge commit 'c78dc12118cb5b2a69a17f38c69f77a42e89a9c4' * commit …
(edit) @d06dce21   10 years michaelni Merge commit '42c8f92e2fa390fa17b03d37b4323ec0d721d4cd' * commit …
(edit) @41572ac6   10 years michaelni Merge commit 'f3e045263e445c4ab54d85ecae359494cd96a3e2' * commit …
(edit) @d128794   10 years michaelni Merge commit 'a1e2c47cd4fdaa64beda7e6dfa623b65c46f5012' * commit …
(edit) @2e786bc4   10 years michaelni avcodec/aac_adtstoasc_bsf: Clear extradata_size on allocation failure …
(edit) @38e867f6   10 years michaelni Merge commit '18f4fa251b0eb36392839f5bf6180f280dc04d8d' * commit …
(edit) @62aec0c2   10 years michaelni Merge commit 'fe0f4e56577a2dbd373bb50b0ae2d49e69d822fc' * commit …
(edit) @7a7b77e6   10 years michaelni Merge commit '31dc73e92a96f08d07650c0e7d31c0b9a1465d46' * commit …
(edit) @3d5c0ba8   10 years michaelni Merge commit 'ec17782e17de1e8501ca213e276dfe5412ff1d11' * commit …
(edit) @2a1b79d7   10 years michaelni Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915' * commit …
(edit) @880cee00   10 years michaelni Merge commit '3035d21b5a77df0e9531df397fc06d59488996c7' * commit …
(edit) @95165f7   10 years michaelni avformat/movenc: Fix stts_entries allocation check Signed-off-by: …
(edit) @80c5dc56   10 years michaelni Merge commit 'a8765852158ecb2ae34895fa35ff51dc95c186f9' * commit …
(edit) @575ed4fe   10 years michaelni Merge commit 'da7e31a240f276836a0b90ca6c0714181b353cc4' * commit …
(edit) @beae6ac5   10 years michaelni Merge commit 'd89e58f53939d91a88aa7042c94d9d1cd364da52' * commit …
(edit) @563ed912   10 years michaelni Merge commit 'bb7701684c7170dfd5f33a3c7d827265844619f2' * commit …
(edit) @2980c8e7   10 years michaelni Merge commit 'cb70a93ca1e7fae1b5dfb65ad149d311a65206a4' * commit …
(edit) @79216a1   10 years michaelni Merge commit '733f4b05f0e120ddd0393b23f2b6d9106cf922e4' * commit …
(edit) @32b2b7bd   10 years michaelni Merge commit '266f241193b2fa8c99bb8b1f007c66bedd3b7d97' * commit …
(edit) @15cd2a93   10 years michaelni Merge commit '81688e68f93f3142e2093f1a3d226edaeb179992' * commit …
(edit) @9d5017a2   10 years michaelni Merge commit '9d3b752fceb0f2a42cac7c2a1109b0629823c99f' * commit …
(edit) @a4cd057b   10 years michaelni avformat/matroskaenc: Use the correct data type for the chapter times …
(edit) @d302853b   10 years michaelni Merge commit '5dc47a2bd52e375ed742c45d08356b45098f458d' * commit …
(edit) @d2668ae4   10 years michaelni Merge commit 'f8c1719771dc4ac2e13e6bc8bf741854a30e3a86' * commit …
(edit) @03dab49a   10 years michaelni avcodec/vp56: Add () to protect TRANSPOSE()s arguments Signed-off-by: …
(edit) @195942ed   10 years vittorio.giovara riff: Support QT RLE Animation in avi ('rle ' FourCC) Signed-off-by: …
(edit) @c78dc121   10 years vittorio.giovara riff: Support ProRes in avi (APCH fourcc) Signed-off-by: Vittorio …
(edit) @42c8f92e   10 years vittorio.giovara wmv2: Return meaningful error codes
(edit) @f3e04526   10 years vittorio.giovara qdm2: Return meaningful error codes
(edit) @a1e2c47c   10 years vittorio.giovara libxvid: Return meaningful error messages
Note: See TracRevisionLog for help on using the revision log.