summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Record what was produced by make_decode_table_MMX() and used that data tozuxy2007-05-254-164/+138
| | | | | | | | initialize mp3lib_decwins directly, then remove call to make_decode_table_MMX() and tabinit_MMX.c itself. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23383 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to 30.3.2007jheryan2007-05-2418-4800/+5750
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23382 b3059339-0415-0410-9bf9-f77b7e298cf2
* more sensless repo moving ..moving ...michael2007-05-242-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23381 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unnecessary stubs which were not ever used.voroshil2007-05-244-26/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23380 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg -sws_flags command line option to set swscaler flagsivo2007-05-231-1/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23379 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove hardcoded registerszuxy2007-05-231-67/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23378 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23370Gabrov2007-05-221-12/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23377 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic ↵zuxy2007-05-221-11/+10
| | | | | | will be 64-bit under AMD64 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23376 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set i_bps for ASF video streams according to extended stream propertieszuxy2007-05-223-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23375 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused synth_1to1_mono()zuxy2007-05-221-21/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23374 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed up with r21654ptt2007-05-211-7/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23373 b3059339-0415-0410-9bf9-f77b7e298cf2
* make v4l1 driver work properly.voroshil2007-05-211-43/+45
| | | | | | | | | | v4l1 API docs says that VIDIOCSWIN (picture size) and VIDIOCSPICT (pixel format) should be called before VIDIOCGMBUF ioctl call. patch by Trent Piepho xyzzy at speakeasy dot org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23372 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed up with r21561ptt2007-05-211-19/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23371 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing fpsptt2007-05-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23370 b3059339-0415-0410-9bf9-f77b7e298cf2
* missed sync tag updatevoroshil2007-05-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23369 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23367: little alignment fixesvoroshil2007-05-211-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23368 b3059339-0415-0410-9bf9-f77b7e298cf2
* little alignment fixesptt2007-05-211-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23367 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed up with r23028ptt2007-05-211-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23366 b3059339-0415-0410-9bf9-f77b7e298cf2
* little fixesptt2007-05-211-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23365 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: cosmetic: more trailing whitespaces removedzuxy2007-05-211-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23364 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetic: remove trailing whitespaceszuxy2007-05-211-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23363 b3059339-0415-0410-9bf9-f77b7e298cf2
* New tags introduced for AMD K10 and Intel Penrynzuxy2007-05-211-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23362 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add "uclinux" as an accepted system type in the linux() test.diego2007-05-211-1/+1
| | | | | | | patch by Mike Frysinger, vapier.adi gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly ↵zuxy2007-05-212-55/+37
| | | | | | faster than original assembly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23360 b3059339-0415-0410-9bf9-f77b7e298cf2
* missed part of gui code change while introducing -subfont option (patch by ↵ben2007-05-201-1/+1
| | | | | | Piotr Kaczuba) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23359 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix #if condition.eugeni2007-05-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23358 b3059339-0415-0410-9bf9-f77b7e298cf2
* FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.eugeni2007-05-201-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23357 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new -subfont option, that allows having a different font for OSD ↵ben2007-05-208-34/+53
| | | | | | (controls and menu) and subtitles git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23356 b3059339-0415-0410-9bf9-f77b7e298cf2
* get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerfben2007-05-202-34/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23355 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move common ioctl outside of ifdefreimar2007-05-201-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up some unused code and #ifdef mess in ao_sun.creimar2007-05-201-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23353 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement flushing of audio data. Fixes bug #754.reimar2007-05-201-7/+9
| | | | | | | Based on patch by Sergey Svishchev (svs ropnet ru). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23352 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix OpenBSD compilation: strndup is a GNU extension.reimar2007-05-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23351 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused code, if it is ever needed it can be recovered from historyreimar2007-05-201-36/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add SSSE3 checkzuxy2007-05-201-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23349 b3059339-0415-0410-9bf9-f77b7e298cf2
* buggy joystick initialization, works much better without thisben2007-05-191-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23348 b3059339-0415-0410-9bf9-f77b7e298cf2
* -----mencoder.xml----voroshil2007-05-192-4/+4
| | | | | | | | | r23342: Add ID to example. -----mplayer.1---- r23325: 1L to me: dv does not support YVU9. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23347 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct font size in libass.eugeni2007-05-193-10/+28
| | | | | | | | | Values from TrueType OS/2 table are used to reproduce VSFilter behaviour. Magic 0.8 multiplier and scaling for the fractional part of font size are not needed anymore. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23346 b3059339-0415-0410-9bf9-f77b7e298cf2
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ↵mhoffman2007-05-191-0/+79
| | | | | | | | | | averaging. This is 10x faster than the cooresponding C function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update regexp to ffmpegs version to avoid incorrect ↵reimar2007-05-191-7/+7
| | | | | | CONFIG_MP3_HEADER_DECOMPRESS_DECODER git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation: Create CONFIG_*_BSF in config.makreimar2007-05-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23343 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add ID to example.diego2007-05-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23342 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bug in reference codezuxy2007-05-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23341 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert y-axis rotation. Change order of rotations.eugeni2007-05-181-4/+5
| | | | | | | | | Now rotations are performed in the following order: X, Y, Z. Before this, it was the other way around. Also, in FreeType Y axis is directed upwards, so the corresponding rotation must be reverted. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23340 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: fix indentation for previous commitcorey2007-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23339 b3059339-0415-0410-9bf9-f77b7e298cf2
* PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt getscorey2007-05-181-0/+1
| | | | | | | set incorrectly to PIX_FMT_YUV420P git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23338 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up VIDIX test.diego2007-05-171-126/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23337 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: leftover line from incompletely split commitdiego2007-05-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove awk test. awk is a basic Unix tool, any implementation is sufficient.diego2007-05-172-23/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the internal VIDIX check from a random place into the VIDIX section.diego2007-05-171-35/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,diego2007-05-171-1/+0
| | | | | | | the variable is set to no a few lines above anyway. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge internal and external VIDIX checks.diego2007-05-171-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23332 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffdts is no more.diego2007-05-172-33/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23331 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated ↵reimar2007-05-171-49/+4
| | | | | | implementations of it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23330 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make use of new AV_RL64reimar2007-05-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23329 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless setting of dp->len, it is already set to that value byreimar2007-05-171-1/+0
| | | | | | | new_demux_packet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23328 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).corey2007-05-172-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23327 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders cancorey2007-05-171-0/+1
| | | | | | | pass imgfmt to muxers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23326 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1L to me: dv does not support YVU9.corey2007-05-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23325 b3059339-0415-0410-9bf9-f77b7e298cf2
* "inline" is used elsewhere and more portable than "__inline"reimar2007-05-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23324 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-166-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23323 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove extern C declarations for C++.diego2007-05-161-8/+0
| | | | | | | FFmpeg is pure C and not all public headers have the declarations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23322 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid passing test invalid arguments when string is empty.reimar2007-05-151-1/+1
| | | | | | | Fixes configure under Solaris git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23321 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typokraymer2007-05-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23320 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23152: Add -ass-hinting option for setting font hinting method.kraymer2007-05-141-8/+37
| | | | | | | | | | | | r23261: description for -menu-keepdir option r23283: wrong suboption for vo gif89a r23291: update copyright year' r23308: List dv in pixel formats lavc's dv encoder supports. r23311: add svq1 lavcopts format colorspace r23314: fix formating of lavcopts format suboptions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support fractional font sizes.eugeni2007-05-146-17/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23318 b3059339-0415-0410-9bf9-f77b7e298cf2
* Limit ass_font_set_transform to nonrotating transformations.eugeni2007-05-144-23/+30
| | | | | | | | Rotations are not needed here (they are performed in transform3d) and they disable autohinter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make vd_raw VDCTRL_QUERY_FORMAT simpler to understandreimar2007-05-141-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23316 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23308: List dv in pixel formats lavc's dv encoder supports.voroshil2007-05-141-5/+7
| | | | | | | | r23311: add svq1 lavcopts format colorspace r23314: fix formating of lavcopts format suboptions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23315 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix formating of lavcopts format suboptionscompn2007-05-141-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix double free() in demux_asf.cuau2007-05-141-3/+1
| | | | | | | | | If demux_open_asf() fails it frees the demuxer->priv field before returning. Then demuxer.c calls demux_close_asf() which frees the field again. Fix by removing the free() in demux_open_asf(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Output message fixuau2007-05-141-1/+1
| | | | | | | Add missing '\n' to "pts value <= previous", change level to INFO git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23312 b3059339-0415-0410-9bf9-f77b7e298cf2
* add svq1 lavcopts format colorspacecompn2007-05-131-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add standard license header, confirmed by Nick in private mail.diego2007-05-131-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23310 b3059339-0415-0410-9bf9-f77b7e298cf2
* ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail comdiego2007-05-131-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23309 b3059339-0415-0410-9bf9-f77b7e298cf2
* List dv in pixel formats lavc's dv encoder supports.corey2007-05-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.gpoirier2007-05-137-1/+690
| | | | | | | | | | | | YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color. Speed-up compared to C version compiled with -O3 187.28% Patch by Marc Hoffman %mmh A pleasantst P com% Original thread: Date: May 9, 2007 2:46 AM Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add DV fourcc.corey2007-05-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compilation fix after ffmpeg r9010 (bitstream filters optional rtogni2007-05-131-0/+3
| | | | | | | compilation) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23305 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23283: wrong suboption for vo gif