summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 gif89a, revision 16722 shows the problem, ↵voroshil2007-05-121-4/+4
| | | | | | | | | this manpage error is 18 months old! r23291: update copyright year' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23304 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23271: libdha is no more.voroshil2007-05-122-6/+7
| | | | | | | r23272: 10l syntax error git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23303 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify -flip handling on vo_x11.creimar2007-05-121-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23302 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash with -flip on 64 bit systems, the result ofreimar2007-05-121-1/+1
| | | | | | | stride*height _must_ be sign extended. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23301 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factor common code out of if in x11_common.creimar2007-05-121-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile internal FFmpeg libraries only when configure enabled the staticdiego2007-05-111-4/+4
| | | | | | | version of the libraries. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23299 b3059339-0415-0410-9bf9-f77b7e298cf2
* help output typo noticed by Ramiro Polladiego2007-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23298 b3059339-0415-0410-9bf9-f77b7e298cf2
* update changelog and bump codecs.conf release numbercompn2007-05-112-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23297 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics; one test per line for all isXXX(x) macrosivo2007-05-112-31/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23296 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add correct boilerplate license headers.diego2007-05-112-3/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23295 b3059339-0415-0410-9bf9-f77b7e298cf2
* prettyprinting cosmeticsdiego2007-05-111-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23294 b3059339-0415-0410-9bf9-f77b7e298cf2
* new VIDIX driver for IVTV cards, original patch by Lutz Koschorreckben2007-05-104-1/+535
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23293 b3059339-0415-0410-9bf9-f77b7e298cf2
* add txd codec, works with ↵compn2007-05-102-0/+9
| | | | | | http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23292 b3059339-0415-0410-9bf9-f77b7e298cf2
* update copyright year'compn2007-05-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix indentation broken in r23287reimar2007-05-101-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkvreimar2007-05-102-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23289 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid code duplication in mkv demuxer for standard fourcc/extradata handlingreimar2007-05-101-29/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23288 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix track info being read for the wrong track introduced in r20598reimar2007-05-101-3/+3
| | | | | | | Patch by kiriuja (mplayer-patches <at> en-directo net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing -1 in the FreeBSD code to get the first CD track numberreimar2007-05-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23286 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r23283, fix a French typogpoirier2007-05-101-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23285 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reuse linux code for reading png images for windows Gui,reimar2007-05-102-53/+19
| | | | | | thus also removing libpng dependency git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23284 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrong suboption for vo gif89a, revision 16722 shows the problem, this ↵compn2007-05-101-2/+2
| | | | | | manpage error is 18 months old! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23283 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't deallocate font data if it will be used later.eugeni2007-05-091-1/+3
| | | | | | | | It produced either segfault or "Error opening memory font" with any script that contains embedded fonts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23282 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove the need of one extra shift in rgb16ToUVivo2007-05-091-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23281 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore comments where no '=' follows the comment name (otherwisereimar2007-05-091-1/+2
| | | | | | | | | "album_ja=..." would result in "Album: ja=..." MPlayer output). Patch by Nicolas George [nicolas george [at] ens fr]. See thread: "[PATCH] Equals in Ogg comments", Mon, 5 Mar 2007 10:50:02 +0100 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23280 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix rgb15ToUV. Correct order of components and use one shift less.ivo2007-05-091-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23279 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow sis vidix driver to access registers and avoid segfaulting (patch by ↵ben2007-05-091-0/+9
| | | | | | Andrew Calkin) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23278 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic: indentben2007-05-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23277 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic: use K&R coding style, as in reste of the fileben2007-05-081-10/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23276 b3059339-0415-0410-9bf9-f77b7e298cf2
* added my latest contribution to VIDIX in AUTHORS fileben2007-05-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23275 b3059339-0415-0410-9bf9-f77b7e298cf2
* take the lead on VIDIX, as pointed out by Diegoben2007-05-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23274 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete sectionben2007-05-081-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23273 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l syntax errordiego2007-05-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23272 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdha is no more.diego2007-05-082-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23271 b3059339-0415-0410-9bf9-f77b7e298cf2
* try to limit the mess from the svn moves by pointing to the new locationmichael2007-05-082-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23270 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23240: document lavc's 'level' option, patch by Carl Eugen Hoyosvoroshil2007-05-081-1/+10
| | | | | | | r23261: description for -menu-keepdir option git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23269 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention myself (besides Sascha) to VIDIX import and maintainshipben2007-05-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23268 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdha is gone now, don't mention it anymoreben2007-05-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23267 b3059339-0415-0410-9bf9-f77b7e298cf2
* notify of pvr channel navigation feature in ChangeLogben2007-05-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23266 b3059339-0415-0410-9bf9-f77b7e298cf2
* added Sven latest contribution to AUTHORS fileben2007-05-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23265 b3059339-0415-0410-9bf9-f77b7e298cf2
* added proper GPL headers to new stream/pvr.h fileben2007-05-081-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23264 b3059339-0415-0410-9bf9-f77b7e298cf2
* give credits to Sven for pvr channel navigationben2007-05-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23263 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ↵ben2007-05-083-23/+873
| | | | | | dot com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23262 b3059339-0415-0410-9bf9-f77b7e298cf2
* description for -menu-keepdir optionben2007-05-082-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23261 b3059339-0415-0410-9bf9-f77b7e298cf2
* These files are now in the separate NUT repository.diego2007-05-082-1202/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23260 b3059339-0415-0410-9bf9-f77b7e298cf2
* add MPlayer's local changes introduced in r23258gpoirier2007-05-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23259 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fix for regression introduced by r23254gpoirier2007-05-072-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23258 b3059339-0415-0410-9bf9-f77b7e298cf2
* For DVR-MS:nicodvb2007-05-073-37/+277
| | | | | | | | | | | | extract timing information from the payload extension, set key frames, detect video frame boundaries, interpolate the average video frame time using the known informations from past frames and timestamps. Video data before the first video key frame is thrown away. Patch by John Donaghy johnfdonaghy gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23257 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix libmenu compilation with fridibi enabledben2007-05-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23256 b3059339-0415-0410-9bf9-f77b7e298cf2
* cast to what's really expectedben2007-05-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23255 b3059339-0415-0410-9bf9-f77b7e298cf2
* iWMMXt-accelerated DCT and motion compensation for ARM processorsgpoirier2007-05-078-0/+1205
| | | | | | | | | | | Ported to SVN by David Bateman % adb014 A gmail P com % from www.mkezx.org Originally written for Zaurus port http://atty.skr.jp/zplayer/ by AGAWA Koji Original thread: Date: Apr 5, 2007 1:11 AM Subject: [MPlayer-dev-eng] mkezx patches (Was: mplayer zaurus patches) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23254 b3059339-0415-0410-9bf9-f77b7e298cf2
* test for tab charactersivo2007-05-071-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23253 b3059339-0415-0410-9bf9-f77b7e298cf2
* note about gui depending on libavcodec instead of libpngcompn2007-05-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23252 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not run stupid code checks if chfilelist is emptyivo2007-05-071-0/+2
| | | | | | | (i.e. it is run on non-c code only) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23251 b3059339-0415-0410-9bf9-f77b7e298cf2
* use already existing function to get utf8 char in libmenu (thx to reimar)ben2007-05-071-8/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23250 b3059339-0415-0410-9bf9-f77b7e298cf2
* used FFMAX macro as pointed out by reimarben2007-05-071-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23249 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless casts as pointed out by reimarben2007-05-071-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23248 b3059339-0415-0410-9bf9-f77b7e298cf2
* new -menu-keepdir option that allows libmenu file browser to always restart ↵ben2007-05-072-1/+43
| | | | | | browsing from the last place we were instead of current dir git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23247 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for hebrew through fribidi in libmenu (geexbox patch #580)ben2007-05-072-0/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23246 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for unicode/utf8 in libmenu (geexbox patch #545)ben2007-05-072-13/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23245 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unused codereimar2007-05-071-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23244 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix Gui colors for 32 bit png images after switch to libavcodec decodingreimar2007-05-071-8/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23243 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r8921cehoyos2007-05-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23242 b3059339-0415-0410-9bf9-f77b7e298cf2
* document lavc's 'level' optioncehoyos2007-05-061-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23241 b3059339-0415-0410-9bf9-f77b7e298cf2
* document lavc's 'level' option, patch by Carl Eugen Hoyosgpoirier2007-05-061-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23240 b3059339-0415-0410-9bf9-f77b7e298cf2
* Play amr_nb and amr_wb with FFmpegs r8880cehoyos2007-05-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23239 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer.rc depends on version.hreimar2007-05-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23238 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "inline keyword not at beginning of declaration" warning.diego2007-05-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23237 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23225: The GUI no longer depends on libpng.voroshil2007-05-052-5/+4
| | | | | | | r23226: MJPEG decoding does not depend on libjpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23236 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r23028, patch by JRaSH % jrash06 A 163 P com%gpoirier2007-05-031-10/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23235 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move variables and a function under #ifdef FC_VERSION to avoid warnings.eugeni2007-05-031-10/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23234 b3059339-0415-0410-9bf9-f77b7e298cf2
* Deallocate FontConfig objects.eugeni2007-05-031-9/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23233 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix stupid bug in r23229.eugeni2007-05-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23232 b3059339-0415-0410-9bf9-f77b7e298cf2
* Deallocate string.eugeni2007-05-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23231 b3059339-0415-0410-9bf9-f77b7e298cf2
* In ass_font_new, allocate temporary ass_font_t on stack and return the pointereugeni2007-05-031-19/+17
| | | | | | | | | | | to cache-owned copy. This fixes leaked ass_font_t struct. Without this, font pointers obtained from ass_font_new() and ass_font_cache_find() were different, and bitmaps rendered with the first one could not be located in the cache later. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23230 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make cache_*_add functions return the pointer to new (copied) value.eugeni2007-05-032-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23229 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23227Gabrov2007-05-032-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23228 b3059339-0415-0410-9bf9-f77b7e298cf2
* add "level" as lavc optioncehoyos2007-05-031-0/+3