source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @09666236   12 years michaelni ffmpeg: drop old non monotone dts workaround. All bugs should now be …
(edit) @af2d964   12 years michaelni ffmpeg: set correct log context for non monotone dts workaround …
(edit) @b2a1d92b   12 years michaelni ffmpeg: port loglevel selection code to new dts workaround code …
(edit) @30c05f6b   12 years michaelni ffmpeg: fix pts handling in the non monotone dts workaround …
(edit) @007ee09d   12 years michaelni ffmpeg: fix the used maximum dts in the monotone dts workaround …
(edit) @26b89f62   12 years michaelni ffmpeg: use a max variable to hold the maximum dts Signed-off-by: …
(edit) @6b2fbdb0   12 years michaelni ffmpeg: Check dts before use in non monotone dts workaround …
(edit) @ee3824f6   12 years michaelni ffmpeg: limit non monotone workaround to audio & video streams …
(edit) @9fe2a62   12 years michaelni ffmpeg: move non monotone prevention code down This moves the code to …
(edit) @2b7f595a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @22dc25cb   12 years michaelni Merge commit 'b4a5a292274f904f404f40f826c51e6fc9cfb8fe' * commit …
(edit) @65378271   12 years michaelni Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521' * commit …
(edit) @2e0cc342   12 years michaelni Merge commit '0574bc06d23a6690a16c5926dddc9be359a3d7bb' * commit …
(edit) @9fd5e75b   12 years michaelni Merge commit 'accde1bd8756936e1757b42fc9bad2eb5d192f8a' * commit …
(edit) @6fc58a8c   12 years michaelni Merge commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5' * commit …
(edit) @e91339cd   12 years michaelni Merge commit '566b7a20fd0cab44d344329538d314454a0bcc2f' * commit …
(edit) @550defe1   12 years michaelni Merge commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44' * commit …
(edit) @2ee29b5f   12 years michaelni avcodec: move lowres down with the next ABI bump and add accessors …
(edit) @88ef7f6d   12 years michaelni Merge commit '803d21f38bdafe7c4e2571a9ae7052013a12923b' * commit …
(edit) @6190aae9   12 years michaelni Merge commit 'ffb068ce8e99df121d18a5b9b1d820f3ea8697fb' * commit …
(edit) @085a4e6b   12 years michaelni Merge commit '4d810ad2e943a59658ddf00a397121c2b62f7157' * commit …
(edit) @482c1ac8   12 years michaelni Merge commit '13f57a4d881ec669b87bf82f424bfff502433060' * commit …
(edit) @1ba4cbf7   12 years michaelni Merge commit '6b753015ca6f93d16a05e1a97da1fa42e4da60ec' * commit …
(edit) @0559930   12 years michaelni Merge commit 'bf7c3c6b157f7938578f964b62cffd5e504940be' * commit …
(edit) @35ef9801   12 years michaelni Merge commit '932806232108872655556100011fe369125805d3' * commit …
(edit) @ed1697ff   12 years michaelni Merge commit '9b3a04d30691e85b77e63f75f5f26a93c3a000cd' * commit …
(edit) @76d23f40   12 years anton avconv: do not send non-monotonous DTS to the muxers. Hack partially …
(edit) @b4a5a292   12 years anton avconv: improve -re implementation Integrate the code in the packet …
(edit) @e3b225a4   12 years anton matroskaenc: add an option to put the index at the start of the file
(edit) @0574bc06   12 years anton matroskaenc: cosmetics, reorder the #includes
(edit) @accde1b   12 years anton vc1_parser: Set field_order. Signed-off-by: Anton Khirnov …
(edit) @f43c14d   12 years anton mpegvideo_parser: Set field_order. Signed-off-by: Anton Khirnov …
(edit) @507b1e45   12 years anton avcodec: Add field order information to AVCodecParserContext. …
(edit) @566b7a20   12 years anton x86: float dsp: butterflies_float SSE 97c -> 49c Some codecs could …
(edit) @b333f3a2   12 years anton lavf-regression: use -frames instead of -t for image tests -t 0.5 is …
(edit) @803d21f3   12 years anton lavc: schedule AVCodecContext.lowres for removal on next bump. It has …
(edit) @f685aee1   12 years michaelni lavu/opencl: fix the compile bug on linux Signed-off-by: Michael …
(edit) @2e2b6d7a   12 years michaelni fate: Adjust filter-trim-time parameters This should workaround …
(edit) @ae2132ac   12 years michaelni mmvideo/mm_decode_intra: check horizontal coordinate too …
(edit) @8d3c99e   12 years michaelni mmvideo/mm_decode_inter: check horizontal coordinate too Fixes out of …
(edit) @ffb068ce   12 years martin configure: Don't do enable_deep_weak on disabled variables This …
(edit) @4d810ad2   12 years martin configure: Use a different variable name in push/popvar The variable …
(edit) @13f57a4d   12 years diego wav: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @fd68371b   12 years michaelni nutdec: Implement duration parsing for indexed nuts Signed-off-by: …
(edit) @6b75301   12 years diego aac: Remove aacpsy.h header, unused since 78e65cd7726
(edit) @153f31b1   12 years diego cavs: Remove cavsdata.h header, unused since 88386feefd
(edit) @60ab4480   12 years michaelni ape_decode_value_3860: check k before using it in get_bits() …
(edit) @89372307   12 years michaelni ape_decode_value_3900: check tmpk Fixes division by 0 Found-by: …
(edit) @49ec4c7e   12 years michaelni ffmpeg: fix segfault with random output Found-by: <durandal_1707> …
(edit) @6354a6ce   12 years michaelni lavu/opencl: fix bug of opencl options Signed-off-by: Michael …
(edit) @a64c9afe   12 years onemda lavfi/blend: merge config_input_top into config_output Signed-off-by: …
(edit) @990b1380   12 years onemda lavfi/blend: use correct way to check number of planes This fix crash …
(edit) @89b5039f   12 years michaelni avutil/mem: add av_memdup() Signed-off-by: Michael Niedermayer …
(edit) @663794f6   12 years onemda vmdav: unbreak decoding of samples from game The Last Dynasty This …
(edit) @cdada4f   12 years onemda vmdav: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @4d4ec18   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Add …
(edit) @0beff428   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: id3v2: …
(edit) @bf7c3c6b   12 years diego x86: dsputil: Move cavs and vc1-specific functions where they belong
(edit) @93280623   12 years diego x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c The …
(edit) @9c112a6   12 years diego x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c The …
(edit) @9b3a04d   12 years diego x86: Move duplicated put_pixels{8|16}_mmx functions into their own file
(edit) @d0a661d4   12 years Carl Eugen Hoyos Add wmv2 dependency to vc1 compilation. Fixes compilation with …
(edit) @0671adbb   12 years diego id3v2: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @a650c906   12 years diego ppc: Only compile AltiVec FFT assembly when AltiVec is enabled
(edit) @6021615b   12 years michaelni avcodec/ansi: Fix right/bottom end checks Signed-off-by: Michael …
(edit) @e91fd754   12 years michaelni avcodec/ansi: Check x/y This prevents out of array accesses …
(edit) @c1f2c4c3   12 years michaelni vmdav: Try to fix unpack_rle() This fixes out of array accesses The …
(edit) @d602f16   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: lavc: …
(edit) @67731ef4   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avutil: …
(edit) @a5ba4e18   12 years michaelni Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff' * commit …
(edit) @dbcf7e9e   12 years michaelni Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d' * commit …
(edit) @04fa8187   12 years michaelni Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' * commit …
(edit) @cae8f469   12 years michaelni Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f' * commit …
(edit) @ebd99ff   12 years michaelni Merge commit '42b9150b0d4f0a130c1d93dc991fd5412743a8cf' * commit …
(edit) @148f69eb   12 years michaelni Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499' * commit …
(edit) @3ad5d869   12 years michaelni Merge commit '6b110d3a739c31602b59887ad65c67025df3f49d' * commit …
(edit) @2514b800   12 years michaelni sws: share xyzgamma tables. They are currently always constant and …
(edit) @4818388e   12 years michaelni Merge commit '8cd472d3f947a6233e7dc628f0dc71c74e62413a' * commit …
(edit) @76c1f920   12 years michaelni Merge commit 'a83c0da539fb07260310bc3b34056239d2b138b2' * commit …
(edit) @1a94d7c7   12 years michaelni avfilter/trim: improve rounding precission Note, the design is still …
(edit) @24939d56   12 years Clément Bœsch fate/pixfmts: use the appropriate variable names for temporary files. …
(edit) @1924a61a   12 years michaelni Merge commit '3d624420086ed3cd0c74f4510f0285968e21c117' * commit …
(edit) @ceb33f3a   12 years nicolas.george lavc: copy subtitle_header when copying context. Fix trac ticket #2489.
(edit) @276fcbde   12 years nicolas.george lavf: data muxer and demuxer. Allow to use tools designed to work …
(edit) @3319679d   12 years michaelni Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876' * commit …
(edit) @1cba7fa3   12 years michaelni Merge commit 'b472938233b98178ed6c1353c37e0dc7ab585902' * commit …
(edit) @0061ba04   12 years michaelni Merge commit '2548834b2248ad4d7da9bd0afed09d7d0cddeeb0' * commit …
(edit) @e41d3aba   12 years michaelni Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8' * commit …
(edit) @a1b88797   12 years michaelni Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071' * commit …
(edit) @52fa2945   12 years michaelni Merge commit 'e036bb7899d0faca9159206be9bf5552e76e7633' * commit …
(edit) @d8b6557c   12 years michaelni Merge commit 'bda9e6d923df6d46cc5cafb30a59a01d2514fa61' * commit …
(edit) @71091698   12 years michaelni Merge commit '95220be1faac628d849a004644c0d102df0aa98b' * commit …
(edit) @14f45bc   12 years Clément Bœsch doc/filters: fix scale example equivalence. scale=w=200:h=100 and …
(edit) @e3e66568   12 years Clément Bœsch doc/filters: replace hqdn3d with smartblur in timeline section. …
(edit) @fbaf75b1   12 years michaelni h264: Use the correct croping values. This fixes returning pictures …
(edit) @5299ee5   12 years michaelni h264: assert that croping values at slice level are consistent These …
(edit) @c3bd306e   12 years michaelni h264_ps: check croping values Signed-off-by: Michael Niedermayer …
(edit) @7edb984d   12 years michaelni avutil/log: Fix context pointer used for get_category() Fixes calling …
(edit) @af8a4790   12 years derek.buitenhuis avutil: doxy: Small clarification for av_buffer_create() Explicitly …
(edit) @00b8e650   12 years derek.buitenhuis avcodec: doxy: Clarify how to use buf[] when implementing …
Note: See TracRevisionLog for help on using the revision log.