source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9818bbde   12 years michaelni Merge commit 'e0c53c3408181d2e7d544eb65fc7355a79438dfe' * commit …
(edit) @1aed0513   12 years michaelni configure: use shorter variable name for "libavdevice_pc_deps" This …
(edit) @28397de4   12 years michaelni Merge commit '9779f93066ee5ea6fba6b76f001d358cc2857891' * commit …
(edit) @bf054750   12 years michaelni Merge commit 'bce70f8170592599a4f2f5f02606c1246e88df57' * commit …
(edit) @42f5fc71   12 years michaelni Merge commit '481575d255195c6c2f32e04686b94de984ae78d4' * commit …
(edit) @e077ba80   12 years michaelni Merge commit 'a97d8cc16e0da30c9ffefa1ede2a0adf3db5f3f8' * commit …
(edit) @1bad40ef   12 years michaelni Merge commit '70f9661542a581dfe93b636b1c55b5558e4a4e3c' * commit …
(edit) @aecb3421   12 years michaelni Merge commit '45a1694fde251ee56e23aec073d73172c00aa470' * commit …
(edit) @fc37cd43   12 years michaelni x86: sbrdsp: force PIC addressing for Win64 MSVC complains about the …
(edit) @ae0ce99   12 years stefasab lavfi/unsharp: use verbal form in help message options
(edit) @ee9794ed   12 years stefasab lavu/mem: fix potential int overflow and crash in av_dynarray_add() …
(edit) @c773adee   12 years stefasab lavu/mem: extend documentation for av_dynarray_add() In particular, …
(edit) @c67bca2b   12 years michaelni avcodec/mpegvideo: Fix edge emu with lowres Fixes a few green …
(edit) @bca50e5c   12 years michaelni avcodec/mpegvideo: Fix block height for lowres 3 interlaced blocks …
(edit) @bc0cbaca   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @a527e692   12 years michaelni avformat/vqf: check number of channels before use. Fixes division by …
(edit) @9dd04f6d   12 years michaelni sanm: Check dimensions before use Fixes integer overflow and out of …
(edit) @ad002e1   12 years michaelni avcodec/cdgraphics: check buffer size before use Fixes out of array …
(edit) @ead590c   12 years michaelni dxa: check vectors of 2x2 motion blocks Fixes out of array reads …
(edit) @f96e0eb   12 years michaelni dxa: check vectors of 4x4 motion blocks Fixes out of array reads …
(edit) @89d998f1   12 years michaelni shorten: allocate space for padding Fixes array overread Found-by: …
(edit) @4582e4c0   12 years nicolas.george lavfi: add comments to explain the negotiation loop.
(edit) @78d16b6a   12 years nicolas.george lavfi: fix filter format negotiation loop. query_formats() returning …
(edit) @449704b4   12 years nicolas.george ffmpeg: move a local variable definition later. Fix a segfault when …
(edit) @d23b8462   12 years michaelni gifdec: reset previous Graphic Control Extension disposal type This …
(edit) @d3f7b98f   12 years Clément Bœsch lavfi/overlay: reindent fix.
(edit) @5043d8d   12 years Clément Bœsch lavfi/alphaextract: copy width and not linesize. Padding data is not …
(edit) @c3dcd3a2   12 years Clément Bœsch sws: factorize rgb 9+ planar funcs declarations.
(edit) @e0c53c34   12 years lu_zero nut: use meaningful error values Fix the mispresented EINVAL for EOF …
(edit) @144baf42   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @acc4a7e   12 years michaelni Ticket #2540 Enable threading when using -c:v libx264rgb …
(edit) @2efbbc46   12 years michaelni avutil/av_pix_fmt_swap_endianness: simplify and fix code This makes …
(edit) @cd4bfe3   12 years anton FATE: use a less ambiguous end time for filter-trim-time test 0.1 …
(edit) @9779f930   12 years anton configure: add dependencies to lavfi .pc file The scale filter …
(edit) @bce70f81   12 years anton configure: make avconv select (a)trim filters They are now used for -ss/-t
(edit) @481575d2   12 years anton avconv: remove -deinterlace It is incompatible with refcounted frames …
(edit) @a97d8cc1   12 years anton indeo3: use unaligned reads on reference blocks. They are not …
(edit) @f381dc1d   12 years Carl Eugen Hoyos Support decoding of Lagarith frame type FRAME_SOLID_COLOR. Fixes bug 459.
(edit) @9276467b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @fe5b0895   12 years michaelni Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110' * commit …
(edit) @dce12f69   12 years michaelni Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c' * commit …
(edit) @2060d944   12 years michaelni Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491' * commit …
(edit) @60fd8805   12 years michaelni Merge commit '74652af821d7e526a6541876a637fbf81261fa8e' * commit …
(edit) @399f6ef9   12 years Reimar.Doeffinger Add FATE test for matroska error recovery. This is the first 2 MB of …
(edit) @762d4335   12 years Reimar.Doeffinger matroska: set "done" only during resync fail. Fixes playback of …
(edit) @004779cc   12 years michaelni avcodec/utils: Fix leak by dereferencing audio frame when side data …
(edit) @974420a7   12 years michaelni jpeg2000dec: fix memleaks in error cases in jpeg2000_decode_frame() …
(edit) @a82cc54f   12 years Clément Bœsch lavf/mpsub: remove sscanf from probing. This should make probing faster.
(edit) @70f96615   12 years janne-libav jpeg2000dec: initialize static data just once
(edit) @45a1694f   12 years janne-libav jpeg2000dec: cleanup properly after decoding errors Fixes memory leak …
(edit) @905e1e4b   12 years Carl Eugen Hoyos Cosmetics: Fix indentation and add braces after last commit.
(edit) @8b8fa09b   12 years Carl Eugen Hoyos vc1dec: Call ff_vdpau_vc1_decode_picture() once for each field. Fixes …
(edit) @06d8fdb6   12 years Carl Eugen Hoyos Fix vdpau vc1 interlace modes also when using decoder vc1_vdpau. …
(edit) @851465f9   12 years janne-libav fate-jpeg2000-dcinema: force output to xyz12le Fixes Fate tests on …
(edit) @5f87c277   12 years janne-libav vf_scale: add endianness conversion pixel format in query_formats
(edit) @9cfa21c8   12 years janne-libav swscale: support endianness conversion for AV_PIX_FMT_XYZ12
(edit) @b3e9fd1f   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @050b48f3   12 years michaelni Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50' * commit …
(edit) @a06f0cef   12 years michaelni jpeg2000: fix for uninitialized data errors in valgrind/memcheck …
(edit) @108e2ae8   12 years michaelni Merge commit '110796739ab32854dc0b6b0a1c95e6ae98889062' * commit …
(edit) @a6e78243   12 years michaelni Merge commit 'dc1b328d0df6e5ad5ff0ca4ae031e08466624f9c' * commit …
(edit) @32cc7dac   12 years michaelni Merge commit '9e5e76ef9ea803432ef2782a3f528c3f5bab621e' * commit …
(edit) @c1eb3e7f   12 years janne-libav swscale: add support for endianness only conversion Use bitfields in …
(edit) @74652af8   12 years janne-libav pixdesc: add function to return pixel format with swapped endiannes
(edit) @8cdf95d9   12 years michaelni snow: add av_cold where appropriate Signed-off-by: Michael …
(edit) @f4341c64   12 years michaelni avfilter: add av_cold to uninit() Signed-off-by: Michael Niedermayer …
(edit) @6e293d11   12 years martin swscale: Use alpha from the right row in yuva2rgba_c Every other …
(edit) @6c5eac9a   12 years martin swscale: Remove unnecessary backslashes Signed-off-by: Martin Storsjö …
(edit) @d2bf8aec   12 years michaelni j2kdec: frame multithreading support This allows comparing the 2 …
(edit) @b02f073a   12 years michaelni lavfi/deshake_opencl: use ff_opencl_set_parameter Signed-off-by: …
(edit) @28816f9d   12 years diego jpeg2000: Fix uninitialized data errors pointed out by …
(edit) @0b5f4fd   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @76f43cbe   12 years Carl Eugen Hoyos Remove a superfluous include from libavcodec/options_table.h.
(edit) @e215cb5e   12 years michaelni lavfi/unsharp_opencl: use av_opencl_errstr Signed-off-by: Michael …
(edit) @41aa1999   12 years michaelni lavu/opencl_internal: use av_opencl_errstr Signed-off-by: Michael …
(edit) @9a09a9fc   12 years michaelni lavfi/unsharp: fix opencl crash on 64bit linux Signed-off-by: Michael …
(edit) @1107967   12 years diego x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c …
(edit) @dc1b328d   12 years diego x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled
(edit) @9e5e76ef   12 years diego x86: More specific ifdefs for dsputil/hpeldsp init functions
(edit) @09602dbe   12 years michaelni wav_seek_tag: fix integer overflow Signed-off-by: Michael Niedermayer …
(edit) @5cb9093a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: wav: …
(edit) @77c85cbd   12 years michaelni Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c' * commit …
(edit) @b50ab3a4   12 years michaelni Merge commit 'bd8ac882140a38868c33c000a430a1292a352533' * commit …
(edit) @5c2ccf83   12 years michaelni Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43' * commit …
(edit) @ac87eaf8   12 years lu_zero wav: Always seek to an even offset RIFF chunks are aligned to 16bit …
(edit) @46c19173   12 years lu_zero nut: use a define for the nut version Ease switching version in the …
(edit) @f5846dc9   12 years onemda id3v2: stop ignoring text encoding for chapter titles Signed-off-by: …
(edit) @5a9e3760   12 years michaelni h264: check mb_width/height Fixes inconsistency that leads to out of …
(edit) @edabbfba   12 years michaelni ff_h264_decode_seq_parameter_set: dont set h->sps Signed-off-by: …
(edit) @26482ae7   12 years michaelni h264_sei/decode_picture_timing: do not depend on h->sps being set …
(edit) @ccdaa31d   12 years michaelni ff_h264_decode_picture_parameter_set: fix return code Signed-off-by: …
(edit) @dc35b77b   12 years michaelni ff_h264_decode_picture_parameter_set: use the correct sps …
(edit) @2d5fd788   12 years diego bgmc: Do not mark ff_bgmc_decode_init() as av_cold The function is …
(edit) @bd8ac882   12 years diego avcodec: Add av_cold attributes to end functions missing them
(edit) @7c23922c   12 years Carl Eugen Hoyos Cosmetics: Reindent Sierra vmd demuxer after last commit.
(edit) @4ec509ce   12 years Carl Eugen Hoyos Support demuxing of audio-only vmd files. Reviewed-by: Paul B Mahol
(edit) @a07ac1f7   12 years Carl Eugen Hoyos Fix type of shared flac table ff_flac_blocksize_table[]. Fixes ticket …
(edit) @7abd35a1   12 years diego avformat: Add av_cold attributes to init functions missing them
(edit) @2d8dddd9   12 years michaelni Merge branch 'vdpau' of https://github.com/FernetMenta/FFmpeg
(edit) @fb90e7b8   12 years michaelni configure: Use the tool specified with --valgrind instead of a …
Note: See TracRevisionLog for help on using the revision log.