Gianluigi Tiesi [Sun, 22 Jan 2006 13:50:59 +0000 (13:50 +0000)]
Place proper #ifdef around muxer-specific code.
patch by Gianluigi Tiesi < mplayer at@at netfarm dot.dot it >
Originally committed as revision 4880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gildas Bazin [Sat, 21 Jan 2006 18:36:32 +0000 (18:36 +0000)]
Add --disable-protocols option to configure to disable I/O protocol from
libavformat. Also fix build with --disable-muxers and --disable-ffserver.
patch by Gildas Bazin < gbazin **@** altern **.** org >
Originally committed as revision 4879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 21 Jan 2006 18:19:47 +0000 (18:19 +0000)]
native ac3 parser
Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 21 Jan 2006 17:09:23 +0000 (17:09 +0000)]
Implement audio cutoff frequency to the vorbis encoder.
Patch by Justin Ruggles jruggle earthlink net.
Originally committed as revision 4877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 21 Jan 2006 02:35:03 +0000 (02:35 +0000)]
fix convergence of snow iterative_me
Originally committed as revision 4876 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 21 Jan 2006 02:33:01 +0000 (02:33 +0000)]
revert 1.83 because it's not needed
Originally committed as revision 4875 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 20 Jan 2006 23:48:16 +0000 (23:48 +0000)]
audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)
Originally committed as revision 4874 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Fri, 20 Jan 2006 23:06:35 +0000 (23:06 +0000)]
Silence warnings, these came when some tables got declared as const.
Originally committed as revision 4873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 20 Jan 2006 21:20:46 +0000 (21:20 +0000)]
place SPS/PPS in extradata if GLOBAL_HEADER flag is set
Originally committed as revision 4872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 19 Jan 2006 23:36:50 +0000 (23:36 +0000)]
Put muxer-specific code parts in #ifdef CONFIG_MUXERS.
based on a patch by Luca Abeni < lucabe72 #@# email #.# it >
Originally committed as revision 4871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 19 Jan 2006 23:02:42 +0000 (23:02 +0000)]
typo
Originally committed as revision 4870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gildas Bazin [Thu, 19 Jan 2006 22:30:37 +0000 (22:30 +0000)]
Properly #ifdef muxer-specific parts.
Taken from a patch by Gildas Bazin < gbazin -- @@ -- altern -- . -- org >
Originally committed as revision 4869 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 19 Jan 2006 09:21:39 +0000 (09:21 +0000)]
detect when iterative_me fails to converge, and stop searching
Originally committed as revision 4868 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 19 Jan 2006 00:54:10 +0000 (00:54 +0000)]
pts fix by (Bryan Mayland / bmayland O leoninedev o com)
Originally committed as revision 4867 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 19 Jan 2006 00:19:15 +0000 (00:19 +0000)]
interpret H264 VUI timing info correctly
work around bug in x264 build < 44
Originally committed as revision 4866 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 18 Jan 2006 10:10:09 +0000 (10:10 +0000)]
Remove erroneous extralibs line in a --disable option.
Originally committed as revision 4865 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Tue, 17 Jan 2006 08:27:39 +0000 (08:27 +0000)]
obmc-aware 4mv
Originally committed as revision 4864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Jan 2006 14:59:54 +0000 (14:59 +0000)]
Make clean/distclean consistent throughout all the Makefiles.
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 15 Jan 2006 21:33:06 +0000 (21:33 +0000)]
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead...
Originally committed as revision 4862 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 15 Jan 2006 01:19:02 +0000 (01:19 +0000)]
10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had
Originally committed as revision 4861 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Jan 2006 00:28:36 +0000 (00:28 +0000)]
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
Remove all possible shared libs suffixes instead.
Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 18:17:19 +0000 (18:17 +0000)]
Define separate version number for libpostproc.
Originally committed as revision 4859 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 18:07:36 +0000 (18:07 +0000)]
Remove redundant --enable-shared-pp configure option and make the PP code
use the standard --enable-shared option.
Originally committed as revision 4858 to svn://svn.ffmpeg.org/ffmpeg/trunk
jwestfall@surrealistic.net [Sat, 14 Jan 2006 17:43:22 +0000 (17:43 +0000)]
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net.
Originally committed as revision 4857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 15:54:58 +0000 (15:54 +0000)]
Move library name generation to configure, simplifies build system a bit more.
Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 15:00:10 +0000 (15:00 +0000)]
Fix a bunch of spelling/grammar mistakes in doxygen comments and output.
Originally committed as revision 4855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 14 Jan 2006 14:59:11 +0000 (14:59 +0000)]
get_byte may not return -1 on error, since it can lead to a negative backptr.
Originally committed as revision 4854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 14:46:26 +0000 (14:46 +0000)]
Clarify codec addition instructions.
Originally committed as revision 4853 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 14 Jan 2006 12:55:20 +0000 (12:55 +0000)]
Wrong state handling causing decompression errors in some cases
Originally committed as revision 4852 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 03:39:02 +0000 (03:39 +0000)]
Create symbolic links for all library sonames and clean up Makefiles.
based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org >
Originally committed as revision 4851 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 14 Jan 2006 01:58:38 +0000 (01:58 +0000)]
split snow53 test out
Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 01:33:17 +0000 (01:33 +0000)]
CamStudio video decoder
Originally committed as revision 4849 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 01:31:23 +0000 (01:31 +0000)]
Add a note about what to do when adding a new codec.
Originally committed as revision 4848 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Jan 2006 01:30:54 +0000 (01:30 +0000)]
CamStudio video added.
Originally committed as revision 4847 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 13 Jan 2006 23:52:35 +0000 (23:52 +0000)]
Point at new bug report page.
Originally committed as revision 4846 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Fri, 13 Jan 2006 02:15:54 +0000 (02:15 +0000)]
update x264 wrapper.
patch by Robert Swain.
probably this change is caused by the flags2 default change
why ohh why does noone run the regression tests before cvs commit :(
Originally committed as revision 4845 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 13 Jan 2006 00:53:36 +0000 (00:53 +0000)]
Change this Makefile to be consistent with all the others.
Originally committed as revision 4844 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 13 Jan 2006 00:47:16 +0000 (00:47 +0000)]
minor consistency fix
Originally committed as revision 4843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 13 Jan 2006 00:23:32 +0000 (00:23 +0000)]
Update licensing information: The FSF changed postal address.
Originally committed as revision 17368 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diego Biurrun [Thu, 12 Jan 2006 22:43:26 +0000 (22:43 +0000)]
Update licensing information: The FSF changed postal address.
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 12 Jan 2006 21:37:57 +0000 (21:37 +0000)]
bugs found by valgrind
Originally committed as revision 4841 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 12 Jan 2006 17:52:41 +0000 (17:52 +0000)]
Our own LZO (1X) implementation, under LGPL and optimized for readability.
Tested on CamStudio sample files.
Originally committed as revision 4840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 12 Jan 2006 05:47:52 +0000 (05:47 +0000)]
faster iterative_me: avoid duplicate mc of neighboring blocks.
Originally committed as revision 4839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Jan 2006 00:00:00 +0000 (00:00 +0000)]
Move Darwin shared library build peculiarities to configure.
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 10 Jan 2006 20:07:29 +0000 (20:07 +0000)]
Parameter added for user to set the cutoff frequency when encoding with faac.
Patch by Luca Abeni - lucabe72 at email dot it.
Originally committed as revision 4837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 9 Jan 2006 15:41:39 +0000 (15:41 +0000)]
CamStudio decoder, only 32 bit lzo mode is tested
Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Mon, 9 Jan 2006 03:38:37 +0000 (03:38 +0000)]
tweak h264_biweight
Originally committed as revision 4835 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Mon, 9 Jan 2006 03:15:53 +0000 (03:15 +0000)]
tweak inlines.
Originally committed as revision 4834 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 9 Jan 2006 02:08:24 +0000 (02:08 +0000)]
consistency cosmetics
Originally committed as revision 4833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Mon, 9 Jan 2006 02:08:12 +0000 (02:08 +0000)]
10l: bidir_refine didn't save the new mvs. also improve speed.
Originally committed as revision 4832 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jacob Meuser [Mon, 9 Jan 2006 02:05:17 +0000 (02:05 +0000)]
Make shared lib name handling consistent with the other Makefiles.
patch by Jacob Meuser < jakemsr ..@.. jakemsr ... com >
Originally committed as revision 4831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 9 Jan 2006 01:59:58 +0000 (01:59 +0000)]
--enable-shared-pp should directly enable pp and not depend on --enable-pp.
Originally committed as revision 4830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sun, 8 Jan 2006 21:19:39 +0000 (21:19 +0000)]
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
Originally committed as revision 4829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sun, 8 Jan 2006 19:31:21 +0000 (19:31 +0000)]
get_vlc -> get_vlc2 transition.
Originally committed as revision 4828 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sun, 8 Jan 2006 17:09:05 +0000 (17:09 +0000)]
get_vlc -> get_vlc2 transition.
Originally committed as revision 4827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 8 Jan 2006 17:06:26 +0000 (17:06 +0000)]
fixing second last time François Revol applies a patch without running the regression tests, next time his account is disabled
Note, if you think thats too harsh, look at the cvs history he has broken the regression tests many times and has not once
updated the checksums ...
regression test checksum change due to: movenc.c 1.46->1.47
"finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track"
Originally committed as revision 4826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nico Sabbi [Sun, 8 Jan 2006 14:53:37 +0000 (14:53 +0000)]
install dsputil.h, that is used by many filters in mplayer
Originally committed as revision 4825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 8 Jan 2006 01:50:34 +0000 (01:50 +0000)]
use h264 MC functions for 2xX Xx2 blocks in snow too
Originally committed as revision 4824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sat, 7 Jan 2006 23:38:17 +0000 (23:38 +0000)]
Incorrect check removed.
Originally committed as revision 4823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 7 Jan 2006 20:21:36 +0000 (20:21 +0000)]
better version reporting
Originally committed as revision 4822 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 7 Jan 2006 18:34:19 +0000 (18:34 +0000)]
use h264 MC functions for rectangular blocks too
Originally committed as revision 4821 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 7 Jan 2006 15:53:21 +0000 (15:53 +0000)]
regression test for iterative ME & wavelet cmp functions
Originally committed as revision 4820 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 7 Jan 2006 03:39:10 +0000 (03:39 +0000)]
10l (assertion failure)
Originally committed as revision 4819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Fri, 6 Jan 2006 19:19:39 +0000 (19:19 +0000)]
Moving dv_anchor back to the global scope. This creates a tiny memory
leak for cases like dlopening libavcodec.so and such, but I still
don't know how to catch such events.
Originally committed as revision 4818 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 6 Jan 2006 13:18:31 +0000 (13:18 +0000)]
Comment out WMV3 decoder for now, it crashes on every file and causes
bug report spam.
Originally committed as revision 4817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Fri, 6 Jan 2006 12:41:57 +0000 (12:41 +0000)]
Dual mono stereo strems sound ok now, added sanity checks and removed
some unused variables and redundant memsets.
Patch by Benjamin Larsson
Originally committed as revision 4816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jan 2006 22:33:41 +0000 (22:33 +0000)]
RealVideo 1.0/2.0 and TrueSpeech are supported.
Originally committed as revision 4815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 5 Jan 2006 06:58:36 +0000 (06:58 +0000)]
ugly, but necessary
Originally committed as revision 4814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Jan 2006 22:34:11 +0000 (22:34 +0000)]
cleanup
fix 4mv playback distortions
Originally committed as revision 4813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Tom Joseph [Wed, 4 Jan 2006 17:07:30 +0000 (17:07 +0000)]
H.263: more descriptive error message
patch by Tom Joseph < tom-lists @@ @ @@ jambon @@ dot @@ ll @@ dot @@ cx >
Originally committed as revision 4812 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Jan 2006 16:31:23 +0000 (16:31 +0000)]
8x8 integer dct from x264 as cmp function (under CONFIG_GPL)
if this gives better quality then SATD then someone should port the x86 code too or maybe we could even just call it from libx264
the 4x4 one could be tried too ...
Originally committed as revision 4811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Wed, 4 Jan 2006 12:48:10 +0000 (12:48 +0000)]
Fix an out of array access and some minor cleanup of the code.
All available cook samples decode correctly now.
patch by Benjamin Larsson < banan ** at ** student ** dot ** ltu ** dot ** se >
Originally committed as revision 4810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Jan 2006 09:42:37 +0000 (09:42 +0000)]
av_freep() recommandition
Originally committed as revision 4809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 4 Jan 2006 03:01:05 +0000 (03:01 +0000)]
Make all tables static const.
Originally committed as revision 4808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Jan 2006 15:40:39 +0000 (15:40 +0000)]
Simplify source_path handling, avoids some warnings with non-bash shells.
Originally committed as revision 4807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Jan 2006 15:13:59 +0000 (15:13 +0000)]
bashism--; Use POSIX-compatible string handling instead.
Originally committed as revision 4806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Jan 2006 14:55:49 +0000 (14:55 +0000)]
bashism--;
Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Tue, 3 Jan 2006 14:18:43 +0000 (14:18 +0000)]
Add -Wdeclaration-after-statement to CFLAGS on GCCs that support it.
patch by Michel Bardiaux < mbardiaux !! at !! mediaxim !! dot !! be >
Originally committed as revision 4804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Jan 2006 02:30:38 +0000 (02:30 +0000)]
TrueSpeech compatible audio decoder by Konstantin Shishkov
Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nico Sabbi [Mon, 2 Jan 2006 20:27:15 +0000 (20:27 +0000)]
try with auto_guess if first detection fails
Originally committed as revision 4802 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nico Sabbi [Mon, 2 Jan 2006 20:13:24 +0000 (20:13 +0000)]
added support for DVHS (192) packet size
Originally committed as revision 4801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jan 2006 10:24:06 +0000 (10:24 +0000)]
Add entry about release frequency.
Originally committed as revision 4800 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 31 Dec 2005 14:14:38 +0000 (14:14 +0000)]
fix asymmetric CQMs with pre-transposed DCT.
Originally committed as revision 4799 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 31 Dec 2005 13:20:24 +0000 (13:20 +0000)]
CQM: fix fallback to JVT scaling lists
Originally committed as revision 4798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 31 Dec 2005 11:31:53 +0000 (11:31 +0000)]
direct mvs in B_8x8 mbs were set too early.
Originally committed as revision 4797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 31 Dec 2005 10:11:37 +0000 (10:11 +0000)]
fix direct_8x8_inference_flag with 4x4 mvs.
Originally committed as revision 4796 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 30 Dec 2005 23:47:41 +0000 (23:47 +0000)]
fix some potential arithmetic overflows in pred_direct_motion() and
ff_h264_weight_WxH_mmx2().
Originally committed as revision 4795 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Fri, 30 Dec 2005 22:41:32 +0000 (22:41 +0000)]
:%s/check_block_2p/check_block_inter/g
Originally committed as revision 4794 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Fri, 30 Dec 2005 21:05:44 +0000 (21:05 +0000)]
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it
Originally committed as revision 4793 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Fri, 30 Dec 2005 20:34:08 +0000 (20:34 +0000)]
finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too.
Originally committed as revision 4792 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Fri, 30 Dec 2005 18:25:46 +0000 (18:25 +0000)]
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
Originally committed as revision 4791 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 30 Dec 2005 15:16:53 +0000 (15:16 +0000)]
Replace buggy --disable-codec/--enable-codec with non-buggy
--disable-decoder/--enable-decoder and --disable-encoder/--enable-encoder.
Originally committed as revision 4790 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 30 Dec 2005 15:12:02 +0000 (15:12 +0000)]
mem corruption fix
Originally committed as revision 4789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 29 Dec 2005 18:13:58 +0000 (18:13 +0000)]
spelling/grammar
Originally committed as revision 4788 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 29 Dec 2005 17:51:42 +0000 (17:51 +0000)]
spelling/wording/grammar
Originally committed as revision 4787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 29 Dec 2005 16:31:14 +0000 (16:31 +0000)]
updates
Originally committed as revision 4786 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 29 Dec 2005 15:46:23 +0000 (15:46 +0000)]
second try of improved lambda/qp guessing for motion estimation RD in first pass
Originally committed as revision 4785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Thu, 29 Dec 2005 07:24:23 +0000 (07:24 +0000)]
update x264 wrapper.
patch by Robert Swain.
Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 29 Dec 2005 02:17:51 +0000 (02:17 +0000)]
4mv + iter ME 10l fix (still not bugfree but better)
Originally committed as revision 4783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 28 Dec 2005 23:45:16 +0000 (23:45 +0000)]
10l
Originally committed as revision 4782 to svn://svn.ffmpeg.org/ffmpeg/trunk