source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @de7d290   12 years michaelni av_d2q: Fix infinity check The old check would fail on huge but not …
(edit) @8caf2da3   12 years onemda lavfi/afade: add timeline support For correct precision one may need …
(edit) @760a9754   12 years michaelni img2dec: support seeking with ts_from_file Signed-off-by: Michael …
(edit) @a753776f   12 years michaelni img2dec: dont set start_time/duration to invalid values …
(edit) @70fbfd75   12 years michaelni img2dec: Add ts_from_file option Signed-off-by: Michael Niedermayer …
(edit) @2c2e69b3   12 years onemda lavfi/blend: support slice threading Signed-off-by: Paul B Mahol …
(edit) @e0f2e0fc   12 years michaelni vf_fade: remove unused function Signed-off-by: Michael Niedermayer …
(edit) @42bb3e4   12 years michaelni avcodec: remove ff_get_logical_cpus() This simplifies the code …
(edit) @0cbfbdef   12 years michaelni vf_fade: Support slice threaded alpha Signed-off-by: Michael …
(edit) @a3d62f33   12 years michaelni vf_fade: Fix alpha flag integration Signed-off-by: Michael …
(edit) @af125739   12 years onemda lavfi/blend: fix SW/SH calculation Signed-off-by: Paul B Mahol …
(edit) @bca59d77   12 years michaelni fade: fix slice sizes This more evenly distributes the load between …
(edit) @1d08e4b5   12 years michaelni yadif: fix slice sizes This more evenly distributes the load between …
(edit) @221f902f   12 years michaelni avfilter/vf_yadif: fix race condition Signed-off-by: Michael …
(edit) @fe99b1d5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: cpu: …
(edit) @4059c783   12 years Reimar.Doeffinger framemd5_class and md5enc_class may not be identical. Due the crappy …
(edit) @82d10554   12 years onemda Fix compilation with --disable-everything --enable-filter=dctdnoiz
(edit) @4a2c2a09   12 years onemda Fix compilation with --disable-everything --enable-muxer=vc1 …
(edit) @036e9a04   12 years onemda lavfi/blend: add yuv(j)411p Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @6d02bdc3   12 years michaelni vformat/wtvenc: fix doxygen comments Signed-off-by: Michael …
(edit) @68ff5289   12 years michaelni avformat/wtvdec: fix doxygen comments Signed-off-by: Michael …
(edit) @682f003   12 years michaelni avformat/jvdec: fix doxygen comments Signed-off-by: Michael …
(edit) @8870cf7c   12 years michaelni avformat/gif: remove unneeded doxygen comment Signed-off-by: Michael …
(edit) @b5be1a7e   12 years michaelni avfilter/vf_drawtext: Fix doxygen comment Signed-off-by: Michael …
(edit) @87a2bf24   12 years michaelni avutil/bprint: Fix doxygen comments Signed-off-by: Michael …
(edit) @9c50e520   12 years Clément Bœsch cmdutils: print slice threading flag in -filters.
(edit) @a2abd58a   12 years michaelni avfilter: remove av_opt_set_defaults() from process_options() This is …
(edit) @558ce3e5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2516b393   12 years onemda lavfi/field, il, noise: use av_pix_fmt_count_planes() Signed-off-by: …
(edit) @8d4e969a   12 years michaelni Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f' * commit …
(edit) @fe40a9f9   12 years michaelni Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675' * commit …
(edit) @a4d3757b   12 years michaelni Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' * commit …
(edit) @597208fd   12 years martin cpu: Include common.h for av_popcount64 This fixes build failures on …
(edit) @ecbd96ed   12 years michaelni Merge commit 'e69222c50755030eef921e899e38b71a111093d9' * commit …
(edit) @029353e4   12 years michaelni Merge commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68' * commit …
(edit) @cf6ed1f   12 years Clément Bœsch lavu/opencl: remove semi-colon from macro. Fixes compilation when the …
(edit) @0c25c398   12 years michaelni Merge commit 'b493847df4ff8ce46f258749e4a3f304696b34c1' * commit …
(edit) @8a994b7   12 years anton vf_fade: support slice threading
(edit) @cb79881   12 years anton vf_yadif: support slice threading
(edit) @129bb23   12 years anton lavfi: add a slice threading infrastructure Mostly based on libavcodec's
(edit) @2a6eaeaa   12 years anton Move get_logical_cpus() from lavc/pthread to lavu/cpu. It will be …
(edit) @90f9a583   12 years anton w32pthreads: move from lavc to compat/ It will be used in other …
(edit) @e69222c5   12 years anton doxy: enable TYPEDEF_HIDES_STRUCT This means that typedef struct …
(edit) @e9e5a1bd   12 years kostya.shishkov Monkey's Audio old versions FATE tests
(edit) @3f1a7ceb   12 years anton h264_parser: Set field_order and picture_structure. Signed-off-by: …
(edit) @b493847d   12 years anton avcodec: Add picture structure information to AVCodecParserContext. …
(edit) @ac0ade26   12 years michaelni Changelog: add entry for the S302m encoder Signed-off-by: Michael …
(edit) @102848e3   12 years onemda s302menc: unbreak compilation Signed-off-by: Paul B Mahol …
(edit) @e75ddb7d   12 years onemda s302menc: fix bits_per_raw_sample for 21, 22 & 23 case Signed-off-by: …
(edit) @d6832717   12 years onemda lavc/codec_desc: SMPTE 302M is not lossy Signed-off-by: Paul B Mahol …
(edit) @15b9c0b   12 years onemda escape124: switch to init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @cdc3f8f   12 years onemda escape124: pass context to av_log() Signed-off-by: Paul B Mahol …
(edit) @abf1e59e   12 years onemda libaacplus: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @6d530344   12 years onemda libaacplus: cosmetics: fix indentation Signed-off-by: Paul B Mahol …
(edit) @963c5800   12 years onemda libaacplus: move profile check above, simplifies code a little …
(edit) @0fb7fef8   12 years michaelni tools/patcheck: fix misdetection with stuff like const_names …
(edit) @d51dfc7e   12 years Clément Bœsch doc/filters: fix wording of color option in testsrc filters.
(edit) @a0a41db3   12 years Clément Bœsch lavfi/testsrc: make nb_decimals available only in testsrc.
(edit) @288f9166   12 years Clément Bœsch lavfi/testsrc: move color options to the color scope filter definition.
(edit) @eee19198   12 years michaelni avcodec/libfaac: fallback to a supported bitrate if the requested is …
(edit) @e8c2655   12 years michaelni avformat/mtv: remove empty comments Signed-off-by: Michael …
(edit) @ef43b949   12 years michaelni avcodec/mpegvideo: remove empty comments Signed-off-by: Michael …
(edit) @1d3476f2   12 years michaelni postproc/postprocess_template: remove empty comments Signed-off-by: …
(edit) @3e160475   12 years onemda s302m encoder Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @fbd0f91a   12 years onemda escape130: switch to init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @ac2c5217   12 years michaelni avcodec/wavpack: remove ;; Signed-off-by: Michael Niedermayer …
(edit) @79f452f4   12 years onemda fraps: set avctx->color_range Signed-off-by: Paul B Mahol …
(edit) @591fa052   12 years onemda doc/general: remove obsolete info about APE decoder Signed-off-by: …
(edit) @b7d16dc4   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @402bec52   12 years michaelni Merge commit '3f0b6d7a6248a33df37b98cfcb37a1acce263f62' * commit …
(edit) @1fded9b6   12 years michaelni Merge commit 'f36d7831d96aeb072db5a2b78892a534d96e288e' * commit …
(edit) @1724123   12 years michaelni Merge commit '3eae9b030cbbdc263f69834b791624613032d548' * commit …
(edit) @c54a1565   12 years michaelni avformat/utils: Keep internal and external av_read_frame() packets in …
(edit) @1f02927d   12 years onemda lavfi/mp: try to pass interlaced & tff flags This makes …
(edit) @91b46145   12 years Clément Bœsch lavfi/lut3d: avoid overread.
(edit) @fd062912   12 years lu_zero wavpack: check packet size early Reported-by: Mateusz "j00ru" Jurczyk …
(edit) @3f0b6d7a   12 years lu_zero wavpack: use bytestream2 in wavpack_decode_block Prevent most out of …
(edit) @657875b1   12 years michaelni avcodec/aic: Fix vlc value checks Fixes out of array accesses …
(edit) @f36d7831   12 years anton pixdesc: mark gray8 as pseudopal Many functions treat it as such …
(edit) @30df9789   12 years michaelni proresdec: Fix end condition Fixes out of array writes No FFmpeg …
(edit) @df3ee7b9   12 years michaelni smvjpegdec: use av_pix_fmt_desc_get() avoid direct table access …
(edit) @165bc9ca   12 years Clément Bœsch v4l2: make possible to disable libv4l2 at runtime. Also disable it by …
(edit) @12f51c1f   12 years Clément Bœsch lavfi: add lut3d filter. Fixes part of Ticket #2517.
(edit) @ad22767c   12 years michaelni shorten: fix "off by padding" bug Fixes array overread Found-by: …
(edit) @3eae9b03   12 years janne-libav mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size …
(edit) @14ec9d25   12 years michaelni Support playing SMV files. Signed-off-by: Michael Niedermayer …
(edit) @cc0db8cf   12 years michaelni avienc: Disallow the first frame to be skiped Fixes Ticket2386 …
(edit) @c88e52e7   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @32f550ee   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Add …
(edit) @914ab4cd   12 years michaelni j2kdec & jpeg2000dec: check lengthinc against array size Fixes out of …
(edit) @17e66c9f   12 years michaelni j2k & jpeg2000dec: reset numX/Ytiles if tiles failed allocation Fixes …
(edit) @53f04424   12 years michaelni avcodec/jpeg2000dec: Port tile size check from j2kdec Fixes potential …
(edit) @73ffab41   12 years michaelni jpeg2000dec: check TPsot Fixes out of array accesses Found-by: …
(edit) @fec8783   12 years michaelni jpeg2000dec: read and check curtileno Fixes out of array accesses …
(edit) @f399b33c   12 years michaelni jpeg2000dec & j2kdec: Fix return type of get_sot() Signed-off-by: …
(edit) @4a9a6a1f   12 years michaelni vcodec/jpeg2000dec: fix av_log() type Signed-off-by: Michael …
(edit) @8d9fa738   12 years michaelni j2kdec: cosmetics from jpeg2000dec Signed-off-by: Michael Niedermayer …
(edit) @0b426316   12 years michaelni avcodec/jpeg2000dec: merge bytestream2 reading from j2kdec This fixes …
(edit) @c649ecb3   12 years michaelni avcodec/jpeg2000dec: get_qcx, fix stack and heap overwrites This is …
(edit) @898268a2   12 years Carl Eugen Hoyos Add a fate test for ProRes Transparency.
Note: See TracRevisionLog for help on using the revision log.