Activity
From 01/05/2008 to 02/03/2008
02/03/2008
- 11:25 PM Revision 20e4beae (ffmpeg): const
- Originally committed as revision 11840 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 PM Revision 652a5bf6 (ffmpeg): Warn if a comparison is always true or always false due to the
- limited range of the data type.
The only new warning this causes (if i didnt miss one) is:
udp.c:272: warning: compar... - 09:56 PM Revision f522310b (ffmpeg): Missing const found by -Wwrite-strings.
- Originally committed as revision 11838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 9d6a96af (ffmpeg): remove single-frame images from seektest
- Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 751a6493 (ffmpeg): typo
- Originally committed as revision 11836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 PM Revision 9aceb3cf (ffmpeg): Make string constants const. Why is this not default?
- Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 704abfec (ffmpeg): remove useless/incorrect comments in regression.sh
- Originally committed as revision 11834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 2009721d (ffmpeg): split lavf regression tests
- Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 4383ed5c (ffmpeg): split regression tests allowing make to run them in parallel
- Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision d2e40fe5 (ffmpeg): get seek regression test filenames from reference file
- Originally committed as revision 11831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision 4bdd3b76 (ffmpeg): mpegvideo.h has two function declarations with the 'inline' specifier
- but no definition for those functions. The C standard requires a
definition to appear in the same translation unit fo... - 05:04 PM Revision b313e815 (ffmpeg): avg_pixels4_mmx2
- Originally committed as revision 11829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision 6c01d006 (ffmpeg): use mmx2/3dnow avg functions in avg_qpel*_mc00
- Originally committed as revision 11828 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision 7abe4380 (ffmpeg): Remove ff_mms_set_stream_selection again from asf demuxer,
- it does not seem like a good solution to the problem and will
cause dependency problems if a libavprotocols should be... - 07:05 AM Revision ed5d7a53 (ffmpeg): ff_h264_idct8_add_sse2.
- compared to mmx, 217->126 cycles on core2, 262->220 on k8.
Originally committed as revision 11826 to svn://svn.ffmpe... - 03:21 AM Revision 51f0ac65 (ffmpeg): remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.
- Originally committed as revision 11825 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/02/2008
- 10:55 PM Revision dc296223 (ffmpeg): Remove incorrect casts that should have never been there.
- Originally committed as revision 11824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 2efa7fd1 (ffmpeg): Make avcodec_decode_* functions take const input buffers.
- Originally committed as revision 11823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision 909063f7 (ffmpeg): 100l, since we already check for buf_size == 769 we should also
- handle buf_size < 769 instead of just crashing in smacker decoder.
Originally committed as revision 11822 to svn://s... - 10:31 PM Revision 3e368d72 (ffmpeg): Use bytestream_get_be24 to simplify palette parsing.
- Originally committed as revision 11821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision 04deea9a (ffmpeg): mark qtrle input data as const.
- Originally committed as revision 11820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision 2907abed (ffmpeg): Remove a pointless cast.
- Originally committed as revision 11819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision b3d5468d (ffmpeg): Add some const where appropriate
- Originally committed as revision 11818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 6be4042c (ffmpeg): Fix warning:
- libavcodec/tiffenc.c:136: warning: pointer type mismatch in conditional expression
Originally committed as revision ... - 09:24 PM Revision 6c51fd3f (ffmpeg): const
- Originally committed as revision 11816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision 4d65da42 (ffmpeg): Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:
- libavformat/asf.c:112: warning: 'is_mms' defined but not used
Originally committed as revision 11815 to svn://svn.ff... - 08:58 PM Revision b630a39e (ffmpeg): Missing 'const' in cast.
- Originally committed as revision 11814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision ae77c4b0 (ffmpeg): Make src const.
- Originally committed as revision 11813 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 PM Revision b0ddba12 (ffmpeg): void arithmetic
- Originally committed as revision 11812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision 1bc0a44d (ffmpeg): Remove -Werror= CFLAGS that do not have the desired effect.
- Originally committed as revision 11811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 5f359c8d (ffmpeg): cosmetics: sort ogg_codec_t list
- Originally committed as revision 11810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision eee7e799 (ffmpeg): Some consts for cscd decoder helper functions
- Originally committed as revision 11809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision ffbc5e04 (ffmpeg): "swap first two elements of L1 if L0 and L1 are identical" applies af...
- Originally committed as revision 11808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision 02f7695b (ffmpeg): fix mbaff diagonal neighbor mv
- Originally committed as revision 11807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 AM Revision 50b3ab0f (ffmpeg): mbaff spatial direct
- Originally committed as revision 11806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 AM Revision 4990eb5f (ffmpeg): Do not modify input data
- Originally committed as revision 11805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 AM Revision 0fe04628 (ffmpeg): IMC decoder always operates on 64-byte blocks
- Originally committed as revision 11804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 AM Revision 815f98cc (ffmpeg): non-const 2nd parameter for strtol/strtod
- Originally committed as revision 11803 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/01/2008
- 11:49 PM Revision 2755e41d (ffmpeg): use AV_RL* instead of le2me_*
- Originally committed as revision 11802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 PM Revision 4e56af82 (ffmpeg): don't cast const away
- Originally committed as revision 11801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 PM Revision 60b6dbe7 (ffmpeg): const
- Originally committed as revision 11800 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 PM Revision 9f5bd895 (ffmpeg): const
- Originally committed as revision 11799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:45 PM Revision aa819b9b (ffmpeg): Mixing declarations and statements is an error, so is any construct
- depending on sizeof(void) (like void_ptr++)
Originally committed as revision 11798 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:30 PM Revision 5e038b4f (ffmpeg): LZO decoder input is const
- Originally committed as revision 11797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision c67102f9 (ffmpeg): const
- Originally committed as revision 11796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 PM Revision 31d889ec (ffmpeg): const
- Originally committed as revision 11795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:21 PM Revision 896b4389 (ffmpeg): const
- Originally committed as revision 11794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision 17867842 (ffmpeg): const
- Originally committed as revision 11793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision b034f72b (ffmpeg): Add some const keywords in rtjpeg decoder
- Originally committed as revision 11792 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:16 PM Revision 7e5cdb5b (ffmpeg): const
- Originally committed as revision 11791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision 74dc7448 (ffmpeg): const
- Originally committed as revision 11790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 473dde17 (ffmpeg): const
- Originally committed as revision 11789 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 94ef6d11 (ffmpeg): const
- Originally committed as revision 11788 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision 2ab12b39 (ffmpeg): const
- Originally committed as revision 11787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 PM Revision 8c4bd28b (ffmpeg): const
- Originally committed as revision 11786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision e37e5335 (ffmpeg): const
- Originally committed as revision 11785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision 14ff144c (ffmpeg): some const
- Originally committed as revision 11784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision 63410f2c (ffmpeg): const
- Originally committed as revision 11783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 PM Revision 521c38f1 (ffmpeg): const
- Originally committed as revision 11782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision 67d9ca0c (ffmpeg): const
- Originally committed as revision 11781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision 6fd4315e (ffmpeg): const
- Originally committed as revision 11780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision d177b620 (ffmpeg): const
- Originally committed as revision 11779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 04650579 (ffmpeg): more const
- Originally committed as revision 11778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 PM Revision 4a431e9e (ffmpeg): const
- Originally committed as revision 11777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision bed9dc16 (ffmpeg): const
- Originally committed as revision 11776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision 4894578b (ffmpeg): const
- Originally committed as revision 11775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision ffb52962 (ffmpeg): some const
- Originally committed as revision 11774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision b31178c9 (ffmpeg): some const
- Originally committed as revision 11773 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 3cc89383 (ffmpeg): const
- Originally committed as revision 11772 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 96c5ba15 (ffmpeg): const
- Originally committed as revision 11771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision 01791786 (ffmpeg): forgotten const
- Originally committed as revision 11770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 PM Revision 13c2619e (ffmpeg): const
- Originally committed as revision 11769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision fb8a82d2 (ffmpeg): const
- Originally committed as revision 11768 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 0942f55c (ffmpeg): const
- Originally committed as revision 11767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 3052e4b5 (ffmpeg): some const
- Originally committed as revision 11766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision 317b3092 (ffmpeg): const
- Originally committed as revision 11765 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:28 PM Revision 1855abe5 (ffmpeg): const
- Originally committed as revision 11764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 PM Revision 73965d1b (ffmpeg): const
- Originally committed as revision 11763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 PM Revision 47a0513b (ffmpeg): const
- Originally committed as revision 11762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision fbdad670 (ffmpeg): const
- Originally committed as revision 11761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision 10313fe0 (ffmpeg): const
- Originally committed as revision 11760 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 2cc7c655 (ffmpeg): const
- Originally committed as revision 11759 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 095f08d5 (ffmpeg): some const
- Originally committed as revision 11758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision 4bae195f (ffmpeg): const
- Originally committed as revision 11757 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 2b12d6fc (ffmpeg): add const
- Originally committed as revision 11756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision ec9f6493 (ffmpeg): Replace get32() by AV_RL32().
- Originally committed as revision 11755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 530902f3 (ffmpeg): const
- Originally committed as revision 11754 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 48670d47 (ffmpeg): const
- Originally committed as revision 11753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision cd5a654e (ffmpeg): const
- Originally committed as revision 11752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 5cbbbf37 (ffmpeg): const
- Originally committed as revision 11751 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 81ef51e6 (ffmpeg): const
- Originally committed as revision 11750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 PM Revision a8a8f204 (ffmpeg): const
- Originally committed as revision 11749 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision f5b2e900 (ffmpeg): const
- Originally committed as revision 11748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 08e50529 (ffmpeg): const
- Originally committed as revision 11747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 7e2ea583 (ffmpeg): some const
- Originally committed as revision 11746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision 6ea28fc5 (ffmpeg): const
- Originally committed as revision 11745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 0e03ed2e (ffmpeg): const
- Originally committed as revision 11744 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision 2b57b463 (ffmpeg): const
- Originally committed as revision 11743 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision 3d37b11f (ffmpeg): some const
- Originally committed as revision 11742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision 16db3585 (ffmpeg): const
- Originally committed as revision 11741 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 PM Revision 92ddaf26 (ffmpeg): const
- Originally committed as revision 11740 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:06 PM Revision f61bf052 (ffmpeg): const
- Originally committed as revision 11739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision da2036c5 (ffmpeg): const
- Originally committed as revision 11738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision 3cd7c7fb (ffmpeg): const
- Originally committed as revision 11737 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision 1dc55279 (ffmpeg): const
- Originally committed as revision 11736 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 3c71bc55 (ffmpeg): const
- Originally committed as revision 11735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 PM Revision 07311324 (ffmpeg): const
- Originally committed as revision 11734 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 PM Revision 0ff4670a (ffmpeg): Casts to silcence "incompatible pointer type" warnings.
- Originally committed as revision 11733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 96711ecf (ffmpeg): const src for bswap
- Originally committed as revision 11732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:42 PM Revision 2ec38612 (ffmpeg): const
- Originally committed as revision 11731 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision 972c99c1 (ffmpeg): Use bytestream.
- Originally committed as revision 11730 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 PM Revision 9bb5e9e9 (ffmpeg): const
- Originally committed as revision 11729 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 PM Revision 99fb79b5 (ffmpeg): Do not print quality when stream copy,
- Silence valgrind complaint:
==14746== Conditional jump or move depends on uninitialised value(s)
==14746== at 0x43... - 04:17 AM Revision c27fc644 (ffmpeg): const
- Originally committed as revision 11727 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:16 AM Revision c82fbf7f (ffmpeg): const
- Originally committed as revision 11726 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 AM Revision 1545c5e5 (ffmpeg): const
- Originally committed as revision 11725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 AM Revision fb2cf1bc (ffmpeg): const
- Originally committed as revision 11724 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 AM Revision bd0e945f (ffmpeg): const
- Originally committed as revision 11723 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 AM Revision 21cc343d (ffmpeg): const
- Originally committed as revision 11722 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 AM Revision 75739ba2 (ffmpeg): const
- Originally committed as revision 11721 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 AM Revision d31522b8 (ffmpeg): const
- Originally committed as revision 11720 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 AM Revision 1a2c94cb (ffmpeg): const
- Originally committed as revision 11719 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 AM Revision 8687f767 (ffmpeg): const
- Originally committed as revision 11718 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 AM Revision ea494db3 (ffmpeg): const
- Originally committed as revision 11717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 AM Revision ebc07904 (ffmpeg): const
- Originally committed as revision 11716 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 AM Revision f64bbca5 (ffmpeg): const
- Originally committed as revision 11715 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:47 AM Revision 5d9375da (ffmpeg): const
- Originally committed as revision 11714 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 AM Revision f84a02c0 (ffmpeg): const
- Originally committed as revision 11713 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 AM Revision 2b3c8f8a (ffmpeg): const
- Originally committed as revision 11712 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 AM Revision b5777b94 (ffmpeg): const
- Originally committed as revision 11711 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision e68c7a4a (ffmpeg): const
- Originally committed as revision 11710 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 AM Revision 0431d3b1 (ffmpeg): one "cast discards qualifiers from pointer target type" less
- Originally committed as revision 11709 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:26 AM Revision 7993df65 (ffmpeg): consts
- I have underestimated this a little, and these are just some ...
Originally committed as revision 11708 to svn://svn... - 03:14 AM Revision ff794171 (ffmpeg): Do not cast const away.
- Originally committed as revision 11707 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 AM Revision b1f5712e (ffmpeg): consts
- Originally committed as revision 11706 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:35 AM Revision 30317501 (ffmpeg): consts
- Originally committed as revision 11705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:26 AM Revision 6ddaa63c (ffmpeg): The buffer passed into the decoder should be const.
- Originally committed as revision 11704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 AM Revision a9f87158 (ffmpeg): Fix const qualifer issues found by -Wcast-qual.
- Originally committed as revision 11703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision 7526ade2 (ffmpeg): Indention, it seems i have forgotton to commit this.
- Originally committed as revision 11702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 AM Revision 89ef2c29 (ffmpeg): Merge declaration and initialization.
- Originally committed as revision 11701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 AM Revision 07014467 (ffmpeg): Dont cast const away.
- Originally committed as revision 11700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 AM Revision f4929996 (ffmpeg): Warn about casts which remove const.
- Feel free to flame me if you disagree that such code is wrong.
Originally committed as revision 11699 to svn://svn.f...
01/31/2008
- 10:30 PM Revision 2331e31c (ffmpeg): Add support for ogg text subtitles.
- Originally committed as revision 11698 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 PM Revision b8fe8ab0 (ffmpeg): Fix the following using void* casts, proper casts are less readable and
- avoiding casts would be even less readable, but other suggestions are welcome.
lls.c:56: warning: initialization from... - 08:04 PM Revision aba29e6f (ffmpeg): Fix b-libav.ul/al seek regression test.
- Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:23 PM Revision bb41f2e7 (ffmpeg): fix field order export
- Originally committed as revision 11695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 PM Revision 3485b9cd (ffmpeg): Revert r11689 and r11690 (uninitalized warning fix) as its theoretically
- undefined in C.
Originally committed as revision 11694 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:40 PM Revision fa7343ea (ffmpeg): stupid typo
- Originally committed as revision 11693 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 PM Revision 9c9519fd (ffmpeg): Two tables that should be const
- Originally committed as revision 11692 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision ccac8438 (ffmpeg): support rawvideo in mov
- Originally committed as revision 11691 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision b2aba2e6 (ffmpeg): Comment about weird warning prevention.
- Originally committed as revision 11690 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 AM Revision b34130ae (ffmpeg): fix "uninitalized" warning, the alternative way.
- I hope this is valid C, flame me if not.
md5sum of h263.o doesnt change, so this doesnt cause a slowdown.
Originally... - 01:25 AM Revision 961c25b5 (ffmpeg): revert r11677, it is considered speed critical
- Originally committed as revision 11688 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision 89438028 (ffmpeg): add parenthesis, fix warning: snow.c:2413: warning: suggest parenthes...
- Originally committed as revision 11687 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision f0a70840 (ffmpeg): Add const qualifier, fix warnings:
- snow.c:2292: warning: assignment discards qualifiers from pointer target type
snow.c:2294: warning: assignment discar... - 12:50 AM Revision 4a9dfdc1 (ffmpeg): add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parent...
- Originally committed as revision 11685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision d7742a74 (ffmpeg): typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:2...
- Originally committed as revision 11684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision febc8fad (ffmpeg): init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be...
- Originally committed as revision 11683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 87be0d12 (ffmpeg): add parenthesis, fix warning: mpegenc.c:303: warning: suggest parenth...
- Originally committed as revision 11682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 3dc761a4 (ffmpeg): typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get...
- Originally committed as revision 11681 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 AM Revision 1710856c (ffmpeg): Fix the following warnings:
- h264.c:2093: warning: unused variable 's'
h264.c:2406: warning: suggest parentheses around arithmetic in operand of ^... - 12:10 AM Revision 774c8477 (ffmpeg): cast to correct type, fix warning: apedec.c:859: warning: passing arg...
- Originally committed as revision 11679 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision d83085cd (ffmpeg): fix indentation
- Originally committed as revision 11678 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 AM Revision 3fbe36d4 (ffmpeg): init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be us...
- Originally committed as revision 11677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 AM Revision 7f4d2d83 (ffmpeg): cast to dest type, fix warning: 4xm.c:304: warning: initialization fr...
- Originally committed as revision 11676 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision e151e272 (ffmpeg): cast to dest type, fix warning imgconvert.c:1958: warning: assignment...
- Originally committed as revision 11675 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/30/2008
- 11:58 PM Revision 29e15adc (ffmpeg): add const, fix warning: cook.c:276: warning: passing argument 2 of 'm...
- Originally committed as revision 11674 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:54 PM Revision 066e0cc5 (ffmpeg): add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: sugge...
- Originally committed as revision 11673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 PM Revision afa47789 (ffmpeg): fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: ass...
- Originally committed as revision 11672 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision f5655f2a (ffmpeg): remove duplicate, disabled nut regression test
- Originally committed as revision 11671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 2722e362 (ffmpeg): Missed a variable in postprocess.c that should use DECLARE_ASM_CONST ...
- Originally committed as revision 11670 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 2b858d0b (ffmpeg): Simplify: use DECLARE_ASM_CONST
- Originally committed as revision 11669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 PM Revision 4ad08acc (ffmpeg): use context in av_log
- Originally committed as revision 11668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 PM Revision c8134d71 (ffmpeg): warning is only valid for mov
- Originally committed as revision 11667 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 AM Revision 7ead693b (ffmpeg): Do not print an (L)GPL license statement when nonfree parts have been...
- into FFmpeg. Instead warn that the resulting binary is unredistributable.
Originally committed as revision 11666 to... - 04:50 AM Revision 59abc29e (ffmpeg): fixing warning
- md5.c:150: warning: passing argument 2 of 'av_md5_update' from incompatible pointer type
Originally committed as rev...
01/29/2008
- 11:30 PM Revision 76de4ea6 (ffmpeg): Print the name of the regression test that was run after finishing th...
- Originally committed as revision 11664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 PM Revision eb3ba13b (ffmpeg): Support MP4 subtitles as in
- http://samples.mplayerhq.hu/MPEG-4/embedded_subs/1Video_2Audio_2SUBs_timed_text_streams_.mp4
Originally committed as... - 02:58 PM Revision 5802683a (ffmpeg): Make some assembler constants global instead of declaring them multip...
- Originally committed as revision 25910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:33 AM Revision d6773f56 (ffmpeg): Pass argc and argv to the main function of the SDL tests.
- This appears to be required on Windows and does no harm on Linux.
closes issue 344, patch by jdm
Originally committe... - 09:25 AM Revision eda178d2 (ffmpeg): SMPTE 421 Annex L format demuxer
- Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/28/2008
- 10:35 PM Revision a8fa959a (ffmpeg): rename dv50 regression test output file to dv50.dv
- Originally committed as revision 11660 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 PM Revision 234c6ed7 (ffmpeg): Add bitstream filter to convert between mov and plain text subtitles
- Originally committed as revision 11659 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 PM Revision e1cc8339 (ffmpeg): Add sbsf option for subtitle bitstream filter
- Originally committed as revision 11658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision 79db7ac6 (ffmpeg): Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being ...
- in both mpegvideo and h264 decoder. Fixed by allowing all (master and duplicate)
contexts to fully initialize in MPV_... - 06:35 PM Revision 0b98a7b3 (ffmpeg): cosmetics, split long lines, remove useless braces, merge comments an...
- Originally committed as revision 11656 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:33 PM Revision 506e4bb8 (ffmpeg): cosmetics, vertically align
- Originally committed as revision 11655 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision dd670ded (ffmpeg): Remove integer.h inclusion.
- Originally committed as revision 11654 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:58 PM Revision bbe05246 (ffmpeg): spoke too fast, fix dv fourcc in mov accordingly if strict
- Originally committed as revision 11653 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision ea1664e3 (ffmpeg): finally set codec tags for mov/mp4/3gp muxers, this should not break ...
- Originally committed as revision 11652 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision d97f2144 (ffmpeg): indentation
- Originally committed as revision 11651 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision a23c9c4a (ffmpeg): correctly and only set standard stsd fourcc for mp4/3gp
- Originally committed as revision 11650 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 PM Revision d334c7c2 (ffmpeg): Use DECLARE_ASM_CONST where possible in libswscale code
- Originally committed as revision 25903 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:44 PM Revision d0c0a29b (ffmpeg): write esds atom when mpeg-4 systems tags are used
- Originally committed as revision 11649 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision efc9e44d (ffmpeg): reorder object types id by muxing preference
- Originally committed as revision 11648 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision 2c2f58c0 (ffmpeg): document tag field
- Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 AM Revision b15136b7 (ffmpeg): seektest depends on both codectest and libavtest.
- Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/27/2008
- 11:28 PM Revision bca9e0bc (ffmpeg): Move common test program infrastructure to common.mak.
- Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 PM Revision fe34942e (ffmpeg): Move some lines in preparation for an upcoming commit.
- Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 PM Revision 4942a0e8 (ffmpeg): Add Makefile rules for test programs.
- Originally committed as revision 11643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision cff7ccdd (ffmpeg): Do not install integer.h, it is not part of the public API.
- Originally committed as revision 11642 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 PM Revision 766324fc (ffmpeg): Add and use DECLARE_ASM_CONST for constants used in assembler code.
- Should make it easier to work around compilation problems with e.g. ICC.
Originally committed as revision 11641 to s... - 08:45 PM Revision 038f0f9b (ffmpeg): Use DECLARE_ALIGNED in yet another place
- Originally committed as revision 11640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 PM Revision 6a1a2fa0 (ffmpeg): Use DECLARE_ALIGNED and remove unneeded attribute_used
- Originally committed as revision 11639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision cc8c2c6a (ffmpeg): Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in t...
- Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision cf6cb7c5 (ffmpeg): typo
- Originally committed as revision 11637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision eba6ba4a (ffmpeg): Add $(EXESUF) where necessary.
- Originally committed as revision 11636 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision f8d7c9d3 (ffmpeg): Add support for Matroska attachments.
- patch by eugeni _dot_ stepanov _at_ gmail.com and myself
Originally committed as revision 11635 to svn://svn.ffmpeg.... - 02:55 PM Revision 20963a71 (ffmpeg): whitespace cosmetics
- Originally committed as revision 11634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision a11f43a4 (ffmpeg): remove some ifeq ($(CONFIG_FOO),yes)
- Originally committed as revision 11633 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 1260eb4a (ffmpeg): whitespace and sorting cosmetics
- Originally committed as revision 11632 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision f98869bc (ffmpeg): Add generic rule for all tests.
- Originally committed as revision 11631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 27215c6b (ffmpeg): Use DECLARE_ALIGNED
- Originally committed as revision 11630 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 AM Revision d761f089 (ffmpeg): fix indentation that was messed up by r11628
- Originally committed as revision 11629 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 AM Revision 13686bc2 (ffmpeg): fix lowres decoding support on ARM CPUs
- Original thread:
date: Jan 27, 2008 12:03 AM
subject: [FFmpeg-devel] [PATCH] Fix for lowres decoding support on ARM
P...
01/26/2008
- 10:57 PM Revision cc8d87b7 (ffmpeg): Set subtitle codec id correctly, i hope this does not break anything.
- Originally committed as revision 11627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision e73e3a92 (ffmpeg): Add non standard id needed for dvd subtitles.
- Originally committed as revision 11626 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision 7dfc1fde (ffmpeg): Extract the pure plaintext from mov text subtitles.
- Formatting information etc. is discarded.
Originally committed as revision 11625 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:30 PM Revision 1e3c9307 (ffmpeg): Set correct codec type and id for text subtitles.
- fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov
closes issue341
Originally committed as r... - 08:07 PM Revision 41e19673 (ffmpeg): indent
- Originally committed as revision 11623 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 PM Revision ee6e2dbe (ffmpeg): Only export packets which belong to the existing AVStream.
- To export the others separate AVStreams must be created!
Originally committed as revision 11622 to svn://svn.ffmpeg.... - 07:50 PM Revision 0bc4728e (ffmpeg): Select non jpeg if there are multiple substreams.
- Originally committed as revision 11621 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 PM Revision 1521c500 (ffmpeg): Merge rules for tools/* into a generic rule.
- Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 PM Revision 2b258bba (ffmpeg): Properly remove tools on clean.
- Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 PM Revision afc9aee2 (ffmpeg): Add -pthread to extralibs and not to ldflags so that the dependency gets
- reflected in the pkg-config files.
noticed by j .at. v2v .dot. cc
Originally committed as revision 11618 to svn://sv... - 01:24 PM Revision 3fe142e2 (ffmpeg): Add a --enable-nonfree command line parameter similar to --enable-gpl.
- Required to enable nonfree libraries that make FFmpeg unredistributable.
Originally committed as revision 11617 to s... - 12:46 PM Revision 64e13d69 (ffmpeg): Do not group libamr_nb and libamr_wb together as libamr.
- Also fixes --enable-libamr being recognized as configure parameter.
Originally committed as revision 11616 to svn://... - 12:23 PM Revision 4f1ab3ce (ffmpeg): Clarify some FAQ entries.
- Originally committed as revision 11615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 PM Revision d485fed4 (ffmpeg): Split general problems section into general questions and usage.
- Originally committed as revision 11614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 PM Revision cbf7878e (ffmpeg): Update AC-3 FAQ entry.
- Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 AM Revision 067db6a5 (ffmpeg): comment vorbis objectype id
- Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 AM Revision 4f8dc3b7 (ffmpeg): this one is not standardized either
- Originally committed as revision 11611 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision c63d3668 (ffmpeg): remove non standard object type ids, if you find samples, report them
- Originally committed as revision 11610 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/25/2008
- 09:14 PM Revision 7b0dee28 (ffmpeg): clean up dynamic loading of libfaad
- Originally committed as revision 11609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 AM Revision e2fdba65 (ffmpeg): Correctly clean up IntraX8Context upon codec close.
- patch by Zdenek Kabelac, zdenek d kabelac a gmail d com
Originally committed as revision 11608 to svn://svn.ffmpeg.o...
01/24/2008
- 07:51 PM Revision 0f44edaa (ffmpeg): cosmetic: libfaad.c indentation
- Originally committed as revision 11607 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision dbbc5732 (ffmpeg): fix dynamic loading of libfaad 2.6
- Originally committed as revision 11606 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 PM Revision cb077b7a (ffmpeg): Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
- (iam not sure if this might have been exploitable)
fixes issue332 / CVCANLMA2_Sony_C.jsv
Other solutions which waste ...
01/23/2008
- 09:27 PM Revision 6bf398a0 (ffmpeg): Add #undef printf and disable non-functional code to make test progra...
- Originally committed as revision 11604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision 51198a87 (ffmpeg): Comment to explain how the add/remove core works.
- Originally committed as revision 11603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 AM Revision 07ad12ec (ffmpeg): Fix test program compilation: Add missing #include and update the call
- of ff_init_cabac_states() to account for API changes.
Originally committed as revision 11602 to svn://svn.ffmpeg.org... - 10:19 AM Revision c46e2874 (ffmpeg): Put some disabled functions that are only used in the test program in...
- under TEST as preprocessor conditional, same as the test program.
Originally committed as revision 11601 to svn://sv... - 10:18 AM Revision 79bfd0ef (ffmpeg): Add #undef random and call the right function to fix test program com...
- Originally committed as revision 11600 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/22/2008
- 11:47 PM Revision 6a339972 (ffmpeg): Remove unused variables in test code.
- Originally committed as revision 11599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision 07bf0cc9 (ffmpeg): clarify previous revision on optimization justification
- Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision ac59e7f4 (ffmpeg): Ministry of English Composition edits
- Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 PM Revision 5e123bd3 (ffmpeg): Cosmetics to speed up finding sections of interest.
- Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:45 PM Revision 8f738eea (ffmpeg): "What speedup justifies an optimization" section
- Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision e5b10e31 (ffmpeg): Fix warnings in test code:
- eval.c:454: warning: return type defaults to 'int'
eval.c:464: warning: control reaches end of non-void function
Ori... - 08:52 AM Revision 1f8e32cd (ffmpeg): cosmetics: Fix Benoit's ugly formatting.
- Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/21/2008
- 11:43 PM Revision 7f938dd3 (ffmpeg): ensure av_rescale_q() can be calculated (won't divide by zero)
- Originally committed as revision 11592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision c14731d8 (ffmpeg): Fix typo in comment
- Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:06 PM Revision b264a084 (ffmpeg): mention avm2 (flash 9) muxer in documentation and changelog
- Originally committed as revision 11591 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 29e35d67 (ffmpeg): Support out-of-band parameter sets in SDP for H.264 video
- Originally committed as revision 11590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 PM Revision f79bfe48 (ffmpeg): Add support for H.264 video in the RTP muxer
- Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 PM Revision afecbec2 (ffmpeg): unset extension, so code path, and guess format do not choose
- avm2/flash 9 by default, not sure this is adequate though,
this fixes regression tests.
Originally committed as revi... - 01:36 PM Revision 7055cdac (ffmpeg): Inform user when bitstream filter fails.
- Originally committed as revision 11587 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 PM Revision c448a096 (ffmpeg): Faster ff_sqrt()
- Originally committed as revision 11586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 AM Revision b21cd0bc (ffmpeg): Add minimal support for H.264 video in the SDP generator
- Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 3f5d7bb3 (ffmpeg): Remove two unused variables.
- Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 AM Revision a4b375c6 (ffmpeg): Remove unnecessary forward declaration.
- Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/20/2008
- 11:55 PM Revision fe74278f (ffmpeg): small grammar fix
- Originally committed as revision 11582 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 PM Revision 07e4e3ea (ffmpeg): Consistently use TEST as the preprocessor condition to enable test code.
- Originally committed as revision 11581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 1ace4419 (ffmpeg): add proper matroskaenc dependency over xiph.o
- Originally committed as revision 11580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 PM Revision 078ac1db (ffmpeg): add missing Makefile rules for pcm muxers/demuxers
- Originally committed as revision 11579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision 22cf0018 (ffmpeg): add missing Makefile rules for zork pcm encoder/decoder
- Originally committed as revision 11578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision 8dcbcef6 (ffmpeg): and thus, nellymoser obviously also depens on fft.o
- Originally committed as revision 11577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision d1c266be (ffmpeg): nellymoser uses mdct functions
- Originally committed as revision 11576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision fa1ad97f (ffmpeg): reorder alphabetically
- Originally committed as revision 11575 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision dfb400a8 (ffmpeg): new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
- Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/19/2008
- 08:00 PM Revision 76e48645 (ffmpeg): init uid to 0
- Originally committed as revision 11573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 PM Revision e20c865a (ffmpeg): indentation
- Originally committed as revision 11572 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision bb085dd6 (ffmpeg): correctly handle sony mpeg4 extradata
- Originally committed as revision 11571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 6e3ea446 (ffmpeg): check if read child returned error
- Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision b8659d94 (ffmpeg): Add mfspr-based AltiVec detection code.
- Currently not enabled in FFmpeg, because it crashes if the OS does not
emulate mfspr.
Originally committed as revisi... - 05:28 PM Revision a33b2c7e (ffmpeg): simplify with matching len
- Originally committed as revision 11568 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision 51169b61 (ffmpeg): simplify and detect better non frame wrapped mappings
- Originally committed as revision 11567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision 4de5906f (ffmpeg): cosmetics: read_metadata -> read
- Originally committed as revision 11566 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision 3f2d859b (ffmpeg): cosmetics
- Originally committed as revision 11565 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 3a9c08be (ffmpeg): remove unused crypto context uid
- Originally committed as revision 11564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:17 PM Revision 7ee7f6f9 (ffmpeg): support dynamically allocated local tags, used by encrypted files
- Originally committed as revision 11563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 PM Revision 57810910 (ffmpeg): check malloc return
- Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 PM Revision 8513ba09 (ffmpeg): add some dv container uls
- Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 PM Revision c9c55a56 (ffmpeg): simplify by checking min matching len
- Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 AM Revision d1cc6e46 (ffmpeg): simplify 4-point transform part a bit
- Originally committed as revision 11559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 AM Revision f3647f59 (ffmpeg): Factor out constant addition
- Originally committed as revision 11558 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/18/2008
- 08:48 PM Revision f841a0fc (ffmpeg): Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG...
- This can be used later by RDT to get the flags from the RTP packet and
use that for the RealMedia packet (such as whe... - 11:27 AM Revision e2d3e82d (ffmpeg): More verbose error log message.
- Originally committed as revision 11556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 AM Revision 34093ab5 (ffmpeg): Save quantizer values as well
- Originally committed as revision 11555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 AM Revision b008e6b8 (ffmpeg): Save coded block patterns for future loop filtering.
- Originally committed as revision 11554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:47 AM Revision 094c09bb (ffmpeg): Add system-specific network link flags to inet_aton test. This shoul...
- the check on platforms that require those flags.
patch by Michael Kostylev, mik niipt ru
Originally committed as rev...
01/17/2008
- 08:48 PM Revision badbe09a (ffmpeg): Fix forgotten braces from r11039
- Originally committed as revision 11552 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision 48f7e1ae (ffmpeg): Clarify the error message when video width, height, or framerate are not
- specified.
Patch by Michel Bardiaux (mbardiaux AT mediaxim DOT be)
Originally committed as revision 11551 to svn://s... - 03:49 PM Revision 1b0a4572 (ffmpeg): Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
- Originally committed as revision 25780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:59 PM Revision 175e23e8 (ffmpeg): Consider initial EOR in the back_ptr calculation.
- Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 8916b4b5 (ffmpeg): Remove some useless parentheses.
- Originally committed as revision 25779 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:24 AM Revision 30c48a0a (ffmpeg): Cosmetics: whitespaces
- Originally committed as revision 25778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:57 AM Revision e5091488 (ffmpeg): Remove non cosmetic spaces inside parentheses.
- Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:34 AM Revision 61dbf4e5 (ffmpeg): Simplify preprocessor expression as suggested by Mans.
- Originally committed as revision 11549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:32 AM Revision 59ec6991 (ffmpeg): Disallow puts(), av_log() should be used instead.
- Originally committed as revision 11548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 AM Revision f9cac0a7 (ffmpeg): Replace puts() by dprintf where appropriate.
- Originally committed as revision 11547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 AM Revision b8db4e22 (ffmpeg): Description: remove superfluous parentheses.
- Originally committed as revision 25776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:06 AM Revision 337a2a45 (ffmpeg): Check param in sws_getCachedContext().
- Patch by KO Myung-Hun komh chollian net
Original thread: [FFmpeg-devel] [PATCH] param check in sws_getCachedContext()... - 12:12 AM Revision 76d7c327 (ffmpeg): Replace idiotic (what moron wrote that code?) "buffer overflow" messa...
- abort()
Originally committed as revision 11546 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/16/2008
- 11:00 PM Revision 1ca5d97f (ffmpeg): Use check_lib2 instead of check_lib in SDL test. This is helpful in
- combination with different calling/naming conventions as used in the
OS/2 port of SDL.
patch by Myung-Hun, komh a cho... - 10:47 PM Revision 9b41eb37 (ffmpeg): Remove some spaces to keep certain people's eyes from hurting.
- Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision fc900b7b (ffmpeg): Make .vhookdep depend on version.h, same as .depend.
- patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 11543 to svn://svn.ffmpeg.o... - 10:14 PM Revision a85736f2 (ffmpeg): misc spelling/grammar fixes
- Originally committed as revision 11542 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision 426d18b8 (ffmpeg): Rename illegal identifiers, _ followed by capital is reserved for the...
- Originally committed as revision 11541 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:07 PM Revision 95e3fdb8 (ffmpeg): pqindex=0 is forbidden
- Originally committed as revision 11540 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision 9ccbc672 (ffmpeg): qscale==0 is invalid
- Originally committed as revision 11539 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 AM Revision 800a5a19 (ffmpeg): pentium4m is a valid CPU name, add it to the list.
- patch by Igor Mozolevsky, igor hybrid-lab.co uk
Originally committed as revision 11538 to svn://svn.ffmpeg.org/ffmpe... - 09:08 AM Revision cf1392e9 (ffmpeg): Move "Creating config.mak and config.h..." message down to the point ...
- those two files are actually created.
Originally committed as revision 11537 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:02 AM Revision 7f390307 (ffmpeg): Add const qualifiers to unmodified function parameters, fixes the war...
- svq1dec.c:584: warning: passing argument 1 of 'svq1_packet_checksum' discards qualifiers from pointer target type
Or... - 08:59 AM Revision 744496e3 (ffmpeg): Remove bogus cast.
- Originally committed as revision 11535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:54 AM Revision 5d1e3d22 (ffmpeg): Print removing of nodes in the test code.
- Originally committed as revision 11534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:54 AM Revision 3f161c7e (ffmpeg): simplify
- Originally committed as revision 11533 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/15/2008
- 08:05 AM Revision b973f9ad (ffmpeg): Make avc_find_startcode non-static, so that it can be used from other
- files (and add the ff_ prefix, to avoid polluting the namespace)
Originally committed as revision 11532 to svn://svn...
01/14/2008
- 10:23 PM Revision d75dcfdc (ffmpeg): Add compilation rule for tools/pktdumper.
- Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision 6878026a (ffmpeg): Add '#undef strcat' to fix compilation.
- Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 9ad5675f (ffmpeg): Add a couple of missing consts.
- patch by Sigbjørn Skjæret, cisc broadpark no
Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/t... - 04:11 PM Revision 6ba90c20 (ffmpeg): Suppress runaway index on streamed input
- Originally committed as revision 11527 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 363728ea (ffmpeg): Build both static and shared libs from the same object.
- This makes libpostproc consistent with all the other libraries.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail c... - 06:10 AM Revision 750e37eb (ffmpeg): Select scan tables for 8x4 and 4x8 blocks only once.
- Patch by Christophe GISQUET ([christophe][gisquet] <whirlpool sign> free <spot> fr)
Thread [PATCH] Determine once and... - 04:27 AM Revision 526e037b (ffmpeg): Remove green clouds.
- fixes issue263
Originally committed as revision 11524 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/13/2008
- 11:58 PM Revision 3174c77a (ffmpeg): gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...br...
- Originally committed as revision 11523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision c5adfd64 (ffmpeg): Add support for S8 PCM (codec 2)
- Fix samples/au/vrooom.au
Originally committed as revision 11522 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:33 PM Revision 3dea63bd (ffmpeg): user specifyable maximum amount of memory to use for the index.
- patch by Paul Kelly paul stjohnspoint co uk
with some changes by me
Originally committed as revision 11521 to svn:/... - 11:02 AM Revision 3ed546fe (ffmpeg): Add variable alpha and size of half window for Kaiser-Bessel Derived ...
- generation. Hard code Bessel I0 approximation iterations to 50.
See thread for discussion:
[FFmpeg-devel] [PATCH] Mo... - 08:33 AM Revision 99fac080 (ffmpeg): Get rid of fft_rev table, use ff_reverse and a shift.
- Reduces maximum allowed value for MDCT_NBITS to 10 (current value is 9)
Originally committed as revision 11519 to sv...
01/12/2008
- 05:37 PM Revision f952b30c (ffmpeg): Use FFSWAP instead of "manual" swap
- Originally committed as revision 11518 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision e5d8ccd7 (ffmpeg): refer users to ffmpeg-user list in case of errors
- Originally committed as revision 11517 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision 1a048664 (ffmpeg): Alignment
- Originally committed as revision 11516 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 AM Revision a585c469 (ffmpeg): Link to libraries in dependency order.
- Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar
Originally committed as revision 11515 to svn://svn.... - 11:11 AM Revision 4eb7a735 (ffmpeg): Make the Kaiser-Bessel window generator a common function
- Patch by Robert Swain, robert d swain a gmail d com
Originally committed as revision 11514 to svn://svn.ffmpeg.org/f... - 12:24 AM Revision f5b41031 (ffmpeg): Set pts/dts in raw (yuv,rgb,pcm) demuxers.
- Originally committed as revision 11513 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 AM Revision 2024c226 (ffmpeg): Write 0 instead of seeking forward (and leaving bytes uninitalized),
- fixes odd regression test failure i had.
Originally committed as revision 11512 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/11/2008
- 11:33 PM Revision 9ab3f71b (ffmpeg): add a ff_ prefix to newly exported functions from avc.c
- Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 PM Revision e609806e (ffmpeg): Matroska muxer needs to format all NAL units, not only extradata.
- Originally committed as revision 11510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 9f7458b2 (ffmpeg): Factorize some code into functions, had this in my tree and will be
- needed for mp3 encoding.
Originally committed as revision 11509 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:45 PM Revision 762f804c (ffmpeg): Nitpicks patch by Lars Täuber.
- Originally committed as revision 11508 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision 812f29ff (ffmpeg): Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gma...
- Originally committed as revision 11507 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 4a69055b (ffmpeg): Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice g...
- Originally committed as revision 11506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision cd4f2567 (ffmpeg): Do not install rtp.h (which should have never been part of the public...
- Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:29 AM Revision 28748a91 (ffmpeg): Factorize some duplicated code from CAVS and H.264 into a common file.
- patch by Christophe Gisquet, christophe.gisquet free fr
Originally committed as revision 11504 to svn://svn.ffmpeg.o... - 07:15 AM Revision c567c694 (ffmpeg): Ministry of English Composition edits for SNOW spec-- introduction (m...
- Originally committed as revision 11503 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision cbe3f0b8 (ffmpeg): Enabling higher frame rates for dc1394, patch by Alessandro Sappia a ...
- Originally committed as revision 11502 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision 0b4a1821 (ffmpeg): Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sa...
- Originally committed as revision 11501 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 AM Revision e71b0534 (ffmpeg): matroskaenc now depends on avc.o
- Originally committed as revision 11500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 AM Revision aacc5f22 (ffmpeg): Use the isom avcc formatting for h264 extradata in matroska.
- Originally committed as revision 11499 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 AM Revision 1bd2d763 (ffmpeg): Move isom_write_avcc() and related functions into a separate file.
- Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 6e6eebf9 (ffmpeg): extract isom_write_avcc into a function
- Originally committed as revision 11497 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision de04ad45 (ffmpeg): Add one more parameter to avc_parse_nal_units so that it allows not to
- free the input buffer.
This is required by upcoming extraction of isom_write_avcc to a function.
Originally committe... - 12:47 AM Revision ed7fa39c (ffmpeg): Check return value of avc_parse_nal_units().
- Originally committed as revision 11495 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/10/2008
- 01:54 PM Revision f739b36d (ffmpeg): Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_p...
- see "[PATCH] Realmedia / RTSP (RDT)" thread on ML.
Originally committed as revision 11494 to svn://svn.ffmpeg.org/ff... - 01:52 PM Revision b4e3330c (ffmpeg): Make rtp_parse_packet() always call the vfunc of the dynamic payload ...
- if there is one. See "[PATCH] Realmedia / RTSP (RDT)" thread on ML.
Originally committed as revision 11493 to svn://... - 11:05 AM Revision 927688d6 (ffmpeg): unused
- Originally committed as revision 11492 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision f3635240 (ffmpeg): Fix a couple of 'return type defaults to int' and 'control reaches en...
- non-void function' warnings in test code.
Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:26 AM Revision c33820e5 (ffmpeg): Add LGPL license header.
- Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision ab759f6e (ffmpeg): Add "genre" command line option
- Patch by kweiner spamcop net
closes Issue318
Originally committed as revision 11489 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:18 AM Revision fb83ea64 (ffmpeg): Make MMX vectors constants.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11488 to svn://svn.ffmpe... - 10:16 AM Revision 69fdc40d (ffmpeg): Make pp_help a constant array of characters to move it to .rodata.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11487 to svn://svn.ffmpe... - 10:15 AM Revision 64953743 (ffmpeg): Reduce the size of the replaceTable entries.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11486 to svn://svn.ffmpe... - 08:34 AM Revision 81ab1fa1 (ffmpeg): Pass a proper context to av_log()
- Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 AM Revision 2208741a (ffmpeg): Print libavdevice version.
- Originally committed as revision 11484 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/09/2008
- 08:48 PM Revision a20db8a3 (ffmpeg): Initialize correctly optind.
- Patch by Eduardo Bragatto, his name at his surname dot com
Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2... - 08:38 AM Revision 48aecf5a (ffmpeg): Fix a bug causing the generated stream to be corrupt if the buffer
- contains NAL units previous to the IDR where the SPS/PPS was inserted.
Ok:ed by Benoit on irc.
Originally committed... - 06:22 AM Revision 8b389f15 (ffmpeg): Correctly use output format stream index for bitstream filter when do...
- Originally committed as revision 11480 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 90527811 (ffmpeg): Error checking: make sure that there are 3 parameters and that the
- file open operation succeeds.
Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/08/2008
- 11:44 PM Revision f34b221b (ffmpeg): used defined name for testing error resilience level
- Originally committed as revision 11478 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision aa6b38c2 (ffmpeg): Fix random typos.
- Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 PM Revision 4514a1d5 (ffmpeg): Fix illegal identifiers, names starting with _ and uppercase are rese...
- Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 PM Revision 6da7cc81 (ffmpeg): Add compilation rule for tools/trasher.
- Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision e36f0f03 (ffmpeg): Remove unused variable i.
- Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision f0cb505a (ffmpeg): Allow compilation of test programs when TEST is defined.
- Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision a005768d (ffmpeg): Remove unused variable j.
- Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 38c162c1 (ffmpeg): Remove unused variable variance.
- Originally committed as revision 11471 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision 43bfaa89 (ffmpeg): Fix test program compilation, random() needs to be undefined.
- Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision 727601bc (ffmpeg): url_write is part of the public API so it may not be under ifdef.
- Also fixes a compile error if all muxers and protocols are disabled.
Patch by Guillaume LECERF (foxcore gmail com)
O... - 10:03 PM Revision 9656df79 (ffmpeg): Remove clip_table as it is not used anymore.
- Patch by Diego 'Flameeyes' Pettenò (flameeyes gmail com)
Originally committed as revision 11468 to svn://svn.ffmpeg.... - 09:32 PM Revision 59edca9a (ffmpeg): Split range coding chapter in binary and integers
- Originally committed as revision 11467 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:28 PM Revision 482e74ad (ffmpeg): argh s/ffmpeg/snow/
- Originally committed as revision 11466 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:29 PM Revision ca087dbc (ffmpeg): Range coder state transition table, based on a patch by lars punkt t...
- Originally committed as revision 11465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 PM Revision 80609620 (ffmpeg): Remove extra word.
- Originally committed as revision 11464 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 PM Revision e55a4dd3 (ffmpeg): check av_new_stream return value
- Originally committed as revision 11463 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision ebbe25d2 (ffmpeg): check av_new_stream return value
- Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 AM Revision 43d1a1c0 (ffmpeg): * fixing a bug preventing default values to be set correctly
- Originally committed as revision 11461 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 AM Revision 27250d20 (ffmpeg): Mention damaged input testing.
- Originally committed as revision 11460 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 AM Revision 0f340f8f (ffmpeg): A little proggy i wrote years ago.
- This simply writes burts of random data into a file. Great for testing error
robustness/resilience/concealment.
Orig... - 12:25 AM Revision 787e1353 (ffmpeg): Randomly change the amount of noise if nothing is explicitly set.
- Originally committed as revision 11458 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/07/2008
- 11:53 PM Revision 77c1d04d (ffmpeg): LMLM4 demuxer
- Originally committed as revision 11457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 PM Revision 670c7847 (ffmpeg): Linux Media Labs MPEG-4 (LMLM4) demuxer
- Originally committed as revision 11456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 PM Revision e03caf2e (ffmpeg): Implement read_timestamp and enable seeking in PVA files.
- Originally committed as revision 11455 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision ffc29341 (ffmpeg): cosmetics
- Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:39 PM Revision e661f760 (ffmpeg): remove unnecessary check
- Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 PM Revision 9ae09203 (ffmpeg): use ff_parse_pes_pts for parsing an MPEG-PES timestamp
- Originally committed as revision 11452 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 PM Revision 66e9e302 (ffmpeg): Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) ...
- can easily be reused by other demuxers for formats that encapsulate MPEG-PES.
Originally committed as revision 11451... - 09:37 PM Revision ca5323af (ffmpeg): Move printing of the license status at the end of configure output, so
- that users won't miss it
Originally committed as revision 11450 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:42 PM Revision 8e4270c5 (ffmpeg): Dont crash if resampling is requested but no audio packets are ever p...
- Originally committed as revision 11449 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision 03d83abc (ffmpeg): Fix access to the last element of the table.
- (size of the table vs. number of elements in the table)
Originally committed as revision 11448 to svn://svn.ffmpeg.o... - 12:48 PM Revision 81fe0cfc (ffmpeg): Mark the ff_svq1_frame_size_table as constant.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11447 to svn://svn.ffmpe... - 12:47 PM Revision a1f89639 (ffmpeg): Move wmv1_scantable to .rodata section by making it an array of arrays.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11446 to svn://svn.ffmpe... - 12:44 PM Revision 31bfd6f3 (ffmpeg): Make the av_class member of PPContext a poiner to constant AVClass.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11445 to svn://svn.ffmpe... - 12:43 PM Revision 9307db13 (ffmpeg): Mark the tables in g726.c as constant.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11444 to svn://svn.ffmpe... - 12:42 PM Revision 1411f55b (ffmpeg): Make v4l.c's video_formats constant and static.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11443 to svn://svn.ffmpe... - 12:40 PM Revision b2a91770 (ffmpeg): Remove unused symbol.
- Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11442 to svn://svn.ffmpe... - 12:18 AM Revision f0b3a7ba (ffmpeg): split out init of downmix coeffs into a separate function that can be...
- only when needed
Originally committed as revision 11441 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:03 AM Revision 4f632b06 (ffmpeg): Make ff_mkv_codec_tags lie entirely in .rodata section.
- From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com >
Originally committed as revision 11440 to svn://s...
01/06/2008
- 11:56 PM Revision 82a6c481 (ffmpeg): remove unneeded variable from AC3DecodeContext
- Originally committed as revision 11439 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 PM Revision 4bc829bb (ffmpeg): make sure that the last coupling band stops at the end of the couplin...
- Originally committed as revision 11438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 PM Revision c807e68f (ffmpeg): cosmetics: Add another pair of parentheses to aid readability.
- Originally committed as revision 11437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 PM Revision b02fbf75 (ffmpeg): fix phase flag processing for the case when coupling coordinates are ...
- for the right channel, but new for the left channel
Originally committed as revision 11436 to svn://svn.ffmpeg.org/f... - 04:02 PM Revision 621d7fe9 (ffmpeg): Rename two structures, identifiers starting with _[A-Z] are reserved.
- Originally committed as revision 11435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 29c90869 (ffmpeg): cosmetics, split overly long lines
- Originally committed as revision 11434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision 81df3869 (ffmpeg): Fractional parts of motion vectors should be accounted separately too
- Originally committed as revision 11433 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 AM Revision 7d51eddd (ffmpeg): Make AVRtpPayloadTypes static and constant
- Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com)
Originally committed as revision 11432 to svn://svn.... - 02:44 AM Revision 51b73087 (ffmpeg): fix playing of multichannel audio for codecs without downmixing
- Originally committed as revision 11431 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/05/2008
- 10:33 PM Revision 5e40d0e8 (ffmpeg): cosmetics, superfluous space
- Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 PM Revision 71e1080e (ffmpeg): proper check for valid pva_pts
- Originally committed as revision 11429 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision dba13944 (ffmpeg): do not return an error, but warn and recover when encountering an aud...
- that should countain a signaled mpeg-pes packet.
Originally committed as revision 11428 to svn://svn.ffmpeg.org/ffmp... - 10:18 PM Revision 7705cf7e (ffmpeg): validate streamid before use
- Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision fe332ad6 (ffmpeg): change audio codec id to mp2
- Originally committed as revision 11426 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision 0e8a207f (ffmpeg): proper type and initialization of pva_pts
- Originally committed as revision 11425 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 6a5ef293 (ffmpeg): remove unnecessary shift
- Originally committed as revision 11424 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision cfec09e9 (ffmpeg): check for request_channels in dca init function
- Originally committed as revision 11423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision ef7f2bb7 (ffmpeg): add downmixing support to libfaad decoder
- Originally committed as revision 11422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 1d8cfa31 (ffmpeg): cosmetics: indentation after last commit
- Originally committed as revision 11421 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision 646800f7 (ffmpeg): move E-AC3 header parsing to ff_ac3_parse_header()
- Originally committed as revision 11420 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision 86ad4c7e (ffmpeg): remove unneeded variables from AC3HeaderInfo
- Originally committed as revision 11419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:47 PM Revision 3eca1e6f (ffmpeg): do not set channels before checking request_channels
- Originally committed as revision 11418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:45 PM Revision dc7009ea (ffmpeg): use request_channels in liba52 decoder
- Originally committed as revision 11417 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision 2816d323 (ffmpeg): cosmetics: indentation
- Originally committed as revision 11416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision 95283c17 (ffmpeg): check for request_channels at codec init
- Originally committed as revision 11415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:18 PM Revision 6cd325c1 (ffmpeg): do not set channels before checking request_channels
- Originally committed as revision 11414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 AM Revision 296cbe57 (ffmpeg): Update maintainership information after the rtp.c split
- Originally committed as revision 11413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 AM Revision f228eb73 (ffmpeg): adjust output channels based on AVCodecContext.request_channels in AC...
- Originally committed as revision 11412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision 9bd005bd (ffmpeg): Drop non key frames before the first key frame.
- Originally committed as revision 11411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom