source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @67b3fcf6   12 years michaelni configure: Use libiconv on systems that lack built-in iconv …
(edit) @82a4a4e   12 years michaelni Fix Win64 AVX h264_deblock by not using redzone on Win64 Thanks-to: …
(edit) @04220b47   12 years michaelni h264: ensure that get_format() is called when changing format but not …
(edit) @8d8c5948   12 years michaelni matroska: fix missing , Signed-off-by: Michael Niedermayer …
(edit) @8a644916   12 years michaelni avcodec_decode_audio4: check got_frame_ptr before handling initial …
(edit) @47619e4   12 years onemda blend filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @8036ba29   12 years michaelni h264: move next/last picture init to decode_slice_header This is a …
(edit) @669d50b4   12 years michaelni ec: check that reference pictures have matching parameters before …
(edit) @bdeb61cc   12 years michaelni h264: check that luma and chroma depth match Fixes out of array …
(edit) @59015c11   12 years onemda exr: constify s in rle_uncompress() Signed-off-by: Paul B Mahol …
(edit) @a3d89052   12 years onemda exr: reset compression in decode_frame() This fixes decoding of …
(edit) @6b8f211   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dxva2: …
(edit) @9fa5a471   12 years nicolas.george ffmpeg: set resample_pix_fmt for sub2video. Forgotten when the …
(edit) @01649c79   12 years nicolas.george lavfi/buffersrc: set channel layout if it is known. If buffersrc was …
(edit) @d7145760   12 years Carl Eugen Hoyos Use SMPTE standard notation when showing mxf Universal Labels.
(edit) @cdb7a1ac   12 years michaelni vf_idet: adapt default scores due to bugfix Signed-off-by: Michael …
(edit) @dc9edb06   12 years michaelni vf_idet: Fix macro arguments sideeffect Fixes valgrind errors should …
(edit) @9ed6af4b   12 years Clément Bœsch fate/subtitles: add MicroDVD remux test.
(edit) @7346354b   12 years Clément Bœsch lavf/microdvd: fix muxing. This was broken since 1f265f52.
(edit) @580e2285   12 years Clément Bœsch lavf/swfdec: remove 8-bit audio FIXME. Implemented since 624fb5f9.
(edit) @551d8b58   12 years michaelni brender_pix: use a grayscale palette as fallback instead of a …
(edit) @47e92153   12 years michaelni mjpegdec: check for packed rgb mjpeg. Fixes null pointer dereference …
(edit) @c4dc6c4c   12 years Carl Eugen Hoyos Fix bits_per_coded_sample when encoding png with frame-level …
(edit) @624fb5f9   12 years Clément Bœsch lavf/swfdec: support 8-bits PCM audio.
(edit) @9a0076f5   12 years Clément Bœsch lavf/swfdec: factorize the creation of a new stream. This also makes …
(edit) @da7672b2   12 years michaelni h264: Fix handling of changing reference counts between slices Fixes …
(edit) @039f55c8   12 years michaelni h264: call alloc_scratch_buffers() only once linesize is known Fixes …
(edit) @9b9d996b   12 years Clément Bœsch lavfi/subtitles: fix recently introduced warning about discarded const …
(edit) @22b06103   12 years stefasab lavfi/overlay: add format option In particular, fix misbehavior in …
(edit) @2db0056f   12 years stefasab lavfi/overlay: apply minor consistency fixes
(edit) @3d77a27   12 years stefasab lavfi/overlay: implement shortest option Force termination when the …
(edit) @7f07c61   12 years stefasab doc/filters: rework introductory description for decimate In …
(edit) @a2a1e20f   12 years stefasab lavfi/decimate: use named options
(edit) @49c8fe30   12 years stefasab doc/filters: apply misc fixes to drawbox documentation
(edit) @2ccaab97   12 years michaelni mov: fix self referencing timecode tracks Fixes read after free. …
(edit) @a0a1ac0f   12 years diego dxva2: Add missing #define to make header compile standalone
(edit) @3e85b46e   12 years diego arm: vp8: Add missing #includes for header to compile standalone
(edit) @951d39fe   12 years michaelni avfilter: fix segfault with setsar/dar Reported-by: durandal_1707 …
(edit) @f7b46d86   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @271f4112   12 years stefasab lavf/matroskaenc: avoid assert failure in case of cuepoints with …
(edit) @39b03932   12 years michaelni Merge commit '8a11ce43d08352f7a290355ebb5b29c495ad9609' * commit …
(edit) @8c6d9ca6   12 years michaelni Merge commit 'fae6fd5b873911cfcd7f7b3d72de6598af5e003a' * commit …
(edit) @98f63e1f   12 years michaelni Merge commit '7ebfb466aec2c4628fcd42a72b29034efcaba4bc' * commit …
(edit) @b5ad422b   12 years diego doc: filters: Correct BNF FILTER description Signed-off-by: Diego …
(edit) @dd373263   12 years stefasab lavfi/hue: reindent after previous commit
(edit) @d709a18a   12 years stefasab lavfi/hue: simplify parsing by making use of option shorthands
(edit) @088f20a3   12 years michaelni Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0' * commit …
(edit) @536d1ed7   12 years michaelni Merge commit 'e5ffffe48d20642acc079166f0fa7d93a6a9f594' * commit …
(edit) @8d1dd5bd   12 years michaelni cinepak: More correct Cinepak decoder. change the treatment of the …
(edit) @a3adbedf   12 years michaelni cinepak: simplify Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @4e635e10   12 years michaelni cinepak: Use correct colorspace. The new code is also faster and more …
(edit) @f5c00b34   12 years michaelni avcodec_align_dimensions2: Ensure cinepak has large enough buffers. …
(edit) @2b10d414   12 years michaelni h264: add videodsp dependency. Signed-off-by: Michael Niedermayer …
(edit) @c9ad5f59   12 years diego intreadwrite: tomi: Add missing attributes.h #include for av_always_inline
(edit) @8a11ce43   12 years diego build: Ensure that output directories for header objects are created
(edit) @c69315a5   12 years michaelni cook: check js_subband_start for validity Fixes out of array read …
(edit) @26ee5ca0   12 years martin h264: Get rid of unnecessary casts This gets rid of a number of …
(edit) @a5153b1d   12 years michaelni shorten: Fix signedness of comparission Fixes out of array accessed …
(edit) @ce153eef   12 years michaelni vc1dec: dont decode slices when the slice header failed to decode. …
(edit) @fae6fd5b   12 years martin h264/svq3: Stop using draw_edges Instead, only extend edges on-demand …
(edit) @7ebfb466   12 years martin h264: Don't store intra pcm samples in h->mb Instead, keep them in …
(edit) @9918f57d   12 years martin get_bits: Return pointer to buffer that is the result of the alignment …
(edit) @2ed00820   12 years martin h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from …
(edit) @e5ffffe4   12 years martin h264chroma: Remove duplicate 9/10 bit functions These functions do …
(edit) @0c0828ec   12 years martin x86: Use simple nop codes for <= sse (rather than <= mmx) The …
(edit) @f859678f   12 years martin vp56: Remove clear_blocks call, and clear alpha plane U/V DC only The …
(edit) @76415a9   12 years onemda configure: fix libavfilter pkgconfig description Signed-off-by: Paul …
(edit) @a34418c2   12 years michaelni tiff: check bppcount Fixes division by 0 Found-by: Mateusz "j00ru" …
(edit) @633f9974   12 years michaelni bmp: check available space when reading palette Fixes out of array …
(edit) @1acd7d59   12 years michaelni h264: integrate clear_blocks calls with IDCT. The non-intra-pcm …
(edit) @a1f1ca96   12 years michaelni svq3: fix decoding residual blocks of b-frames. The residual block …
(edit) @b97d61f9   12 years michaelni avfilter/ff_merge_formats: only merge if doing so does not loose …
(edit) @b9237aa7   12 years michaelni x86/h263_loopfilter: Fix author attribution after code has been …
(edit) @fa09ad5c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @cf10616c   12 years michaelni Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243' * commit …
(edit) @4e469842   12 years michaelni Merge commit '202b5f6deb65e405b07b9b5c20f97c8cb925cf49' * commit …
(edit) @03b711d   12 years onemda tmv: initialize unused pallete entries with 0 Signed-off-by: Paul B …
(edit) @f2d200d4   12 years onemda lavfi/overlay: yuv444p & yuva444p support Signed-off-by: Paul B Mahol …
(edit) @d41efc1f   12 years michaelni h264: put visualization and debug support back Signed-off-by: Michael …
(edit) @a3a97129   12 years michaelni mpegvideo: make ff_print_debug_info independant of mpegvideo …
(edit) @e2789d3e   12 years michaelni split out ff_hwaccel_pixfmt_list_420[] over individual codecs. Not …
(edit) @480ddf2b   12 years onemda lavfi/histogram: overlay display mode for levels histogram mode …
(edit) @e39821a6   12 years michaelni nutenc: only write an index if there are syncpoints Signed-off-by: …
(edit) @6cd650db   12 years michaelni ff_gen_search: Fix finding the maximum timestamp in a really small …
(edit) @695a766b   12 years michaelni ff_read_timestamp: check stream_index before using it as array index …
(edit) @85921499   12 years onemda cdgraphics: set palette to zero too Signed-off-by: Paul B Mahol …
(edit) @1f4ab61   12 years onemda lavc/cdxl: clear palette before reading it Signed-off-by: Paul B …
(edit) @9acd23d6   12 years diego x86: dsputil: Fix h263 loop filter link error in some configurations …
(edit) @7a03145e   12 years diego x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size …
(edit) @71ae8d50   12 years michaelni x86/dsputil: fix compilation when h263 decoder/encoder are disabled. …
(edit) @51513b98   12 years michaelni h264/svq3: stop using draw_edges. Instead, only extend edges …
(edit) @f8942463   12 years Clément Bœsch lavf/showspectrum: add divVerent in the (c) for his recent work on the …
(edit) @202b5f6d   12 years diego doc: Fix some obsolete references to av* tools as ff* tools …
(edit) @0789374e   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: svq3: …
(edit) @82e82fa2   12 years michaelni Merge commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b' * commit …
(edit) @4b7c81c3   12 years michaelni Merge commit '870a0c669e536d56c6325d84f65e34c53792398e' * commit …
(edit) @2220f13   12 years michaelni Merge commit '8837f4396a1a458a0efb07fe7daba7b847755a7a' * commit …
(edit) @ab213b53   12 years michaelni Merge commit 'e6bda9a9fd86505927a2e095e495eae104860701' * commit …
(edit) @4ff0e63a   12 years michaelni Merge commit '56632fef65c0cb6946ed3648ded3d7b82e5c5c17' * commit …
(edit) @f88f7b86   12 years michaelni Merge commit '0b70fb1d518cbd796545fd6eef02772cd0d892c7' * commit …
Note: See TracRevisionLog for help on using the revision log.