platform/upstream/libav.git
18 years agovideo4linux2 input support
Luca Abeni [Wed, 1 Feb 2006 11:31:33 +0000 (11:31 +0000)]
video4linux2 input support
patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it

Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix silly typos.
Diego Biurrun [Tue, 31 Jan 2006 00:17:13 +0000 (00:17 +0000)]
Fix silly typos.

Originally committed as revision 4915 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd static keyword to some functions
Dieter [Mon, 30 Jan 2006 23:41:27 +0000 (23:41 +0000)]
add static keyword to some functions
patch by Dieter <freebsd at sopwith solgatos com>

Originally committed as revision 4914 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd static keyword to some functions
Dieter [Mon, 30 Jan 2006 23:33:19 +0000 (23:33 +0000)]
add static keyword to some functions
patch by Dieter <freebsd at sopwith solgatos com>

Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd missing #includes
Dieter [Mon, 30 Jan 2006 23:32:14 +0000 (23:32 +0000)]
add missing #includes
patch by Dieter <freebsd at sopwith solgatos com>

Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agolong is better than int for pointer differences
Dieter [Mon, 30 Jan 2006 22:59:09 +0000 (22:59 +0000)]
long is better than int for pointer differences
patch by Dieter <freebsd at sopwith solgatos com>

Originally committed as revision 4911 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agotypo, RealAudio 14.4/28.8
Diego Biurrun [Mon, 30 Jan 2006 00:32:42 +0000 (00:32 +0000)]
typo, RealAudio 14.4/28.8

Originally committed as revision 4910 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoOn MinGW it is not possible to build shared and static libraries at once.
Diego Biurrun [Mon, 30 Jan 2006 00:22:41 +0000 (00:22 +0000)]
On MinGW it is not possible to build shared and static libraries at once.
Add means to disable building the static libraries and fix a few issues
with the MinGW build.
All the hard work done by Alexander Strasser, minor changes by myself.

Originally committed as revision 4909 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoUpdate for new style guidelines regarding TABs and trailing whitespace.
Diego Biurrun [Sun, 29 Jan 2006 23:43:29 +0000 (23:43 +0000)]
Update for new style guidelines regarding TABs and trailing whitespace.

Originally committed as revision 4908 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSimplify LDFLAGS handling for MinGW.
Diego Biurrun [Sun, 29 Jan 2006 18:32:55 +0000 (18:32 +0000)]
Simplify LDFLAGS handling for MinGW.

Originally committed as revision 4907 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoPrint libavutil version too.
Alexander Strasser [Sat, 28 Jan 2006 16:23:04 +0000 (16:23 +0000)]
Print libavutil version too.

Originally committed as revision 4906 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agomake some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
Dieter [Sat, 28 Jan 2006 16:05:06 +0000 (16:05 +0000)]
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)

Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix crash on height < 16 pixels.
Loren Merritt [Sat, 28 Jan 2006 00:57:59 +0000 (00:57 +0000)]
fix crash on height < 16 pixels.

Originally committed as revision 4904 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAdd a newline to b_frame_strategy error message.
Corey Hickey [Fri, 27 Jan 2006 23:24:24 +0000 (23:24 +0000)]
Add a newline to b_frame_strategy error message.

Originally committed as revision 4903 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing bframe strategy 2
Michael Niedermayer [Fri, 27 Jan 2006 13:19:13 +0000 (13:19 +0000)]
fixing bframe strategy 2
  bits vs. bytes factor of 8 error
  16 byte offset error
  some other minor things

Originally committed as revision 4902 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMake clean/distclean behave uniformly in all directories.
Diego Biurrun [Fri, 27 Jan 2006 00:06:42 +0000 (00:06 +0000)]
Make clean/distclean behave uniformly in all directories.

Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agoRemove obscure Makefile.bak entry from distclean rules.
Diego Biurrun [Thu, 26 Jan 2006 23:42:30 +0000 (23:42 +0000)]
Remove obscure Makefile.bak entry from distclean rules.

Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAdd fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket
Fabien Cosse [Thu, 26 Jan 2006 19:42:45 +0000 (19:42 +0000)]
Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket
camcorder

Patch by Fabien Cosse *** fabien ! cosse !a! wanadoo ! fr ***

Originally committed as revision 4900 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from a
Luca Abeni [Thu, 26 Jan 2006 19:38:16 +0000 (19:38 +0000)]
ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from a
v4l card.
In other words, if you type ffmpeg -pix_fmt yuv422 -s 352x288 test.avi
the "-pix_fmt yuv422" option will have no effect.

Patch by Luca Abeni *** lucabe72 !a! email ! it ***

Originally committed as revision 4899 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agowarning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
Diego Biurrun [Wed, 25 Jan 2006 22:10:13 +0000 (22:10 +0000)]
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it

Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoavoid using non constant fields of AVCodecContext in avi muxer
Michael Niedermayer [Wed, 25 Jan 2006 17:14:16 +0000 (17:14 +0000)]
avoid using non constant fields of AVCodecContext in avi muxer

Originally committed as revision 4897 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agotry avi video name -> codec_id mapping if the mov one has no match
Michael Niedermayer [Wed, 25 Jan 2006 16:04:31 +0000 (16:04 +0000)]
try avi video name -> codec_id mapping if the mov one has no match

Originally committed as revision 4896 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago10l forgot #ifdef CONFIG_XVID
Michael Niedermayer [Wed, 25 Jan 2006 02:16:27 +0000 (02:16 +0000)]
10l forgot #ifdef CONFIG_XVID

Originally committed as revision 4895 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoxvid ratecontrol support
Michael Niedermayer [Tue, 24 Jan 2006 21:57:26 +0000 (21:57 +0000)]
xvid ratecontrol support

Originally committed as revision 4894 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMake sure that ffmpeg_g and ffplay_g get removed on 'make clean'.
Diego Biurrun [Tue, 24 Jan 2006 20:27:08 +0000 (20:27 +0000)]
Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'.

Originally committed as revision 4893 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoDisable protocols by default on WinCE, not MinGW.
Gildas Bazin [Tue, 24 Jan 2006 19:57:41 +0000 (19:57 +0000)]
Disable protocols by default on WinCE, not MinGW.
patch by Gildas Bazin, gbazin $$@$$ altern $$.$$ org

Originally committed as revision 4892 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRemove all stray tabs and trailing whitespace, this time for good.
Diego Biurrun [Tue, 24 Jan 2006 10:33:14 +0000 (10:33 +0000)]
Remove all stray tabs and trailing whitespace, this time for good.

Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix the wrongly commited regressions stuff for psp compatible mp4 files.
Benjamin Larsson [Tue, 24 Jan 2006 08:15:47 +0000 (08:15 +0000)]
Fix the wrongly commited regressions stuff for psp compatible mp4 files.

Originally committed as revision 4890 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix for title field in PSP compatible mp4 files. Patch by
Benjamin Larsson [Tue, 24 Jan 2006 08:03:42 +0000 (08:03 +0000)]
Fix for title field in PSP compatible mp4 files. Patch by
Olivier, oandrieu <at> gmail.com.

Originally committed as revision 4889 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoscale video for snow iterative me down so the egression test is faster
Michael Niedermayer [Mon, 23 Jan 2006 18:49:08 +0000 (18:49 +0000)]
scale video for snow iterative me down so the egression test is faster

Originally committed as revision 4888 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agogcc 2.95 fix
Benjamin Larsson [Mon, 23 Jan 2006 14:28:50 +0000 (14:28 +0000)]
gcc 2.95 fix

Originally committed as revision 4887 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago>4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)
Michael Niedermayer [Mon, 23 Jan 2006 14:12:03 +0000 (14:12 +0000)]
>4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)

Originally committed as revision 4886 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMjpeg interlaced decoding fix, height was wrong while decoding (/2).
Baptiste Coudurier [Mon, 23 Jan 2006 06:40:08 +0000 (06:40 +0000)]
Mjpeg interlaced decoding fix, height was wrong while decoding (/2).
Patch by Baptiste Coudurier, baptiste _ coudurier at smartjog _ com.

Originally committed as revision 4885 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSkip all includes for WinCE, instead of falling through to the #else case.
Diego Biurrun [Mon, 23 Jan 2006 00:57:59 +0000 (00:57 +0000)]
Skip all includes for WinCE, instead of falling through to the #else case.

Originally committed as revision 4884 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosc_factor support for encoding.
Corey Hickey [Sun, 22 Jan 2006 20:54:52 +0000 (20:54 +0000)]
sc_factor support for encoding.

Here's the description I'll add to the mplayer man page:
---
Causes frames with higher quantizers to be more likely to trigger a
scene change detection and make libavcodec use an I-frame (default: 1).
1-16 is a sane range.
Values between 2 and 6 may yield increasing PSNR (up to approximately
0.04 dB) and better placement of I-frames in high-motion scenes.
Higher values than 6 may give very slightly better PSNR (approximately
0.01 dB more than sc_factor=6), but noticably worse visual quality.
---

Original idea from Michael; patch by me.

Originally committed as revision 4883 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofaster copy functions for lzo decoder that also need padding
Reimar Döffinger [Sun, 22 Jan 2006 19:10:12 +0000 (19:10 +0000)]
faster copy functions for lzo decoder that also need padding

Originally committed as revision 4882 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoWinCE cross-compilation support
Gildas Bazin [Sun, 22 Jan 2006 18:34:17 +0000 (18:34 +0000)]
WinCE cross-compilation support
patch by Gildas Bazin < gbazin **@** altern **.** org >

Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoPlace proper #ifdef around muxer-specific code.
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

18 years agoAdd --disable-protocols option to configure to disable I/O protocol from
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

18 years agonative ac3 parser
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

18 years agoImplement audio cutoff frequency to the vorbis encoder.
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

18 years agofix convergence of snow iterative_me
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

18 years agorevert 1.83 because it's not needed
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

18 years agoaudio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)
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

18 years agoSilence warnings, these came when some tables got declared as const.
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

18 years agoplace SPS/PPS in extradata if GLOBAL_HEADER flag is set
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

18 years agoPut muxer-specific code parts in #ifdef CONFIG_MUXERS.
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

18 years agotypo
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

18 years agoProperly #ifdef muxer-specific parts.
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

18 years agodetect when iterative_me fails to converge, and stop searching
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

18 years agopts fix by (Bryan Mayland / bmayland O leoninedev o com)
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

18 years agointerpret H264 VUI timing info correctly
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

18 years agoRemove erroneous extralibs line in a --disable option.
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

18 years agoobmc-aware 4mv
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

18 years agoMake clean/distclean consistent throughout all the Makefiles.
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

18 years ago10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead...
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

18 years ago10l: now it works really, with 1k outbut buffers it failed more times, with 65k it...
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

18 years agoDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
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

18 years agoDefine separate version number for libpostproc.
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

18 years agoRemove redundant --enable-shared-pp configure option and make the PP code
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

18 years agoOff by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot...
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

18 years agoMove library name generation to configure, simplifies build system a bit more.
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

18 years agoFix a bunch of spelling/grammar mistakes in doxygen comments and output.
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

18 years agoget_byte may not return -1 on error, since it can lead to a negative backptr.
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

18 years agoClarify codec addition instructions.
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

18 years agoWrong state handling causing decompression errors in some cases
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

18 years agoCreate symbolic links for all library sonames and clean up Makefiles.
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

18 years agosplit snow53 test out
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

18 years agoCamStudio video decoder
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

18 years agoAdd a note about what to do when adding a new codec.
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

18 years agoCamStudio video added.
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

18 years agoPoint at new bug report page.
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

18 years agoupdate x264 wrapper.
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

18 years agoChange this Makefile to be consistent with all the others.
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

18 years agominor consistency fix
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

18 years agoUpdate licensing information: The FSF changed postal address.
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

18 years agoUpdate licensing information: The FSF changed postal address.
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

18 years agobugs found by valgrind
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

18 years agoOur own LZO (1X) implementation, under LGPL and optimized for readability.
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

18 years agofaster iterative_me: avoid duplicate mc of neighboring blocks.
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

18 years agoMove Darwin shared library build peculiarities to configure.
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

18 years agoParameter added for user to set the cutoff frequency when encoding with faac.
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

18 years agoCamStudio decoder, only 32 bit lzo mode is tested
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

18 years agotweak h264_biweight
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

18 years agotweak inlines.
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

18 years agoconsistency cosmetics
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

18 years ago10l: bidir_refine didn't save the new mvs. also improve speed.
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

18 years agoMake shared lib name handling consistent with the other Makefiles.
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

18 years ago--enable-shared-pp should directly enable pp and not depend on --enable-pp.
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

18 years agoget_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
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

18 years agoget_vlc -> get_vlc2 transition.
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

18 years agoget_vlc -> get_vlc2 transition.
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

18 years agofixing second last time François Revol applies a patch without running the regression...
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

18 years agoinstall dsputil.h, that is used by many filters in mplayer
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

18 years agouse h264 MC functions for 2xX Xx2 blocks in snow too
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

18 years agoIncorrect check removed.
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

18 years agobetter version reporting
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

18 years agouse h264 MC functions for rectangular blocks too
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

18 years agoregression test for iterative ME & wavelet cmp functions
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

18 years ago10l (assertion failure)
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