summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mmap memory area for generated code to avoid crashes on machines whichreimar2006-12-031-2/+9
| | | | | | | support noexec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21478 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix 21381, make sure gcc does not make any ip-relative calls or similar.reimar2006-12-031-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21477 b3059339-0415-0410-9bf9-f77b7e298cf2
* Open embedded fonts directly from memory.eugeni2006-12-036-9/+69
| | | | | | | | | FontConfig 2.4.2 (released yesterday) supports scanning fonts with FcFreeTypeQueryFace without writing them to disk. With earlier FontConfig versions, the old mechanism is used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21476 b3059339-0415-0410-9bf9-f77b7e298cf2
* One FIXME (CC subtitles related) resolved.voroshil2006-12-031-7/+7
| | | | | | | Some typos fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21475 b3059339-0415-0410-9bf9-f77b7e298cf2
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-039-85/+123
| | | | | | | | in fontconfig initialization. This is required for some fontconfig-related improvements. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21474 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix, BE_32 definition has been movedreimar2006-12-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21473 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21462: mention all other image formatsvoroshil2006-12-031-93/+126
| | | | | | | | r21465: [cosmetics] Reindent XML source r21466: [cosmetics] Consistent XML source formatting git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21472 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename: ass_process_font -> ass_add_font.eugeni2006-12-033-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21471 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use libavutil LE_* macros instead of pointer casts which can resultreimar2006-12-031-6/+6
| | | | | | | in crashes due to missing alignment. Should fix bug #640. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21470 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid calling validate_fname() twice for one string.eugeni2006-12-031-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21469 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not call usec_sleep when we are not supposed to sleep.reimar2006-12-031-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21468 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21466torinthiel2006-12-031-109/+141
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21467 b3059339-0415-0410-9bf9-f77b7e298cf2
* [cosmetics] Consistent XML source formattingtorinthiel2006-12-031-8/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21466 b3059339-0415-0410-9bf9-f77b7e298cf2
* [cosmetics] Reindent XML sourcetorinthiel2006-12-031-102/+102
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21465 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: anti-chaos reindentationnicodvb2006-12-031-15/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21464 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21462torinthiel2006-12-031-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21463 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention all other image formatstorinthiel2006-12-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21462 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unicode support for demuxer info in ASF demuxer.reimar2006-12-031-50/+56
| | | | | | | Patch by Zuxy Meng [zuxy meng <at> gmail com]. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21461 b3059339-0415-0410-9bf9-f77b7e298cf2
* Open vobsub output files in binary mode, otherwise the OS mightreimar2006-12-031-2/+2
| | | | | | | do all kinds of evil mangling to them (fixes bug #668). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21460 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l typo in 21380 disabled OSD with at least xvmc.reimar2006-12-031-1/+1
| | | | | | | Patch by Andrew Cohen [cohen bu edu] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21459 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix two overlooked typos in previous sync cause build errorvoroshil2006-12-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21458 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix translation error in previous syncvoroshil2006-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21457 b3059339-0415-0410-9bf9-f77b7e298cf2
* muxer FIXME resolvedvoroshil2006-12-031-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21456 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21423: Consistent capitalization of table entriesvoroshil2006-12-031-27/+43
| | | | | | | | r21424: Reformat examples: ... r21425: Some fixes for previous commit, 10l for me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21455 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed missing tag updatevoroshil2006-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21454 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21430: documented -mpegopts :[va]buf_sizevoroshil2006-12-031-13/+25
| | | | | | | | | | r21441: Audio track switching works for AVI and libavformat as well. r21446: Remove long-deprecated -vop option. r21449: Merge dga/nodga suboption of vo_vesa, no short forms. r21452: document s3fb video out driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21453 b3059339-0415-0410-9bf9-f77b7e298cf2
* document s3fb video out drivergpoirier2006-12-031-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21452 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use fallback XAnim and Real codecs directories when autodetection is skipped.diego2006-12-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove warning about missing codecs directory, the condition is always true.diego2006-12-021-14/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21450 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge dga/nodga suboption of vo_vesa, no short forms.diego2006-12-021-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21449 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)reimar2006-12-021-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21448 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21446Gabrov2006-12-021-8/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21447 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove long-deprecated -vop option.diego2006-12-025-29/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21446 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace deprecated vo_plugin_args by vf_settings.diego2006-12-022-33/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21445 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename functions and variable names from vop to vf.diego2006-12-025-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21444 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set video aspect ratio for libass in vf_vo.eugeni2006-12-021-0/+1
| | | | | | | This was lost when ass_configure was split into smaller functions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21443 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update comment, video output plugins are deprecated.diego2006-12-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21442 b3059339-0415-0410-9bf9-f77b7e298cf2
* Audio track switching works for AVI and libavformat as well.diego2006-12-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21441 b3059339-0415-0410-9bf9-f77b7e298cf2
* doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()nicodvb2006-12-021-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21440 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21438Gabrov2006-12-027-275/+136
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21439 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix includes and include path, bswap.h is in libavutil now.diego2006-12-021-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21438 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous bswap.h include.diego2006-12-0213-17/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21437 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove suffix rules that are just copies of make builtin rules.diego2006-12-024-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21436 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard name for C++ flags.diego2006-12-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21435 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move system headers before libavutil headers to work around build issues ondiego2006-12-021-3/+3
| | | | | | | Mac OS X, redefining always_inline causes problems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix since libvo/sub.h include was removed from mplayer.hreimar2006-12-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translated section "AUDIO FILTERS"voroshil2006-12-021-275/+286
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typovoroshil2006-12-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21431 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented -mpegopts :[va]buf_sizenicodvb2006-12-021-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21430 b3059339-0415-0410-9bf9-f77b7e298cf2
* permit to specify the sizes of the decoders' buffersnicodvb2006-12-011-10/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21429 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix mencoder include clash on osxnplourde2006-12-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21428 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21395torinthiel2006-12-011-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21427 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync r21425torinthiel2006-12-011-54/+125
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21426 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixes for previous commit, 10l for metorinthiel2006-12-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21425 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformat examples:torinthiel2006-12-011-26/+41
| | | | | | | | | - break overly long lines - indent continuation lines - add missing <replaceable> tags git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21424 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistent capitalization of table entriestorinthiel2006-12-011-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21423 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l confused FFMIN/FFMAXreimar2006-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21422 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper fix for last demux_avi commit, stream switching now really shouldreimar2006-12-011-8/+9
| | | | | | | not hang anymore git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21421 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure we do not hang if no streams are availablereimar2006-12-011-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21420 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement stream switching for AVI demuxer.reimar2006-12-011-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21419 b3059339-0415-0410-9bf9-f77b7e298cf2
* update for r21415 and r21416henry2006-12-011-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21418 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup and fix rectangle size calculation, caused crashes with e.g.reimar2006-12-011-25/+15
| | | | | | | -vf rectangle=0:0:0:0 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21417 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix incorrect 4:4:4 chroma handling (backport from 0.4.1)henry2006-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21416 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore invalid values in the sequence display extension (backport from 0.4.1)henry2006-12-011-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21415 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21410: document new meaning of dia=1 introduced by lavc r7192voroshil2006-12-011-2/+2
| | | | | | | r21413: mark lavc's uneven multi-hexagon search as slow, remove stray '.' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21414 b3059339-0415-0410-9bf9-f77b7e298cf2
* mark lavc's uneven multi-hexagon search as slow, remove stray '.'gpoirier2006-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21413 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a declarations vs statements warning.diego2006-12-011-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21412 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix declarations vs statements warning.diego2006-12-011-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21411 b3059339-0415-0410-9bf9-f77b7e298cf2
* document new meaning of dia=-1 introduced by lavc r7192gpoirier2006-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21410 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-2/+2
| | | | | | | This Makefile was skipped in the initial commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21409 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.diego2006-12-011-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21408 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove duplicate entrygpoirier2006-12-011-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21407 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add libav include paths to CFLAGS without indirection.diego2006-12-015-16/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21406 b3059339-0415-0410-9bf9-f77b7e298cf2
* move reserved_bytes out of packet_footer. this makes all packets uniform.ivo2006-11-301-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21405 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use av_int2flt/av_int2dbl to read float values. This is simpler and morereimar2006-11-301-10/+3
| | | | | | | correct since it also works for int endianness != float endianness. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21404 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move initialization of sh_audio/sh_video members to aviheaderreimar2006-11-302-12/+6
| | | | | | | | where possible so that all a_streams[]/v_streams[] are initialized and switching becomes simpler. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21403 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21398: improve description of lavf's ↵voroshil2006-11-301-1/+4
| | | | | | | | | i_certify_that_my_video_stream_does_not_use_b_frames r21399: fix suggested by Diego git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21402 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21372: Some punctuation cosmetics and better wordingvoroshil2006-11-304-11/+11
| | | | | | | | | | r21374: Fix URL, it has moved. r21376: URL fix r21394: Typo r21395: Better wording for previous commit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21401 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21367: If a glyph is not found in the current font, switch to another one.voroshil2006-11-301-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21400 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix suggested by Diegogpoirier2006-11-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21399 b3059339-0415-0410-9bf9-f77b7e298cf2
* improve description of lavf's ↵gpoirier2006-11-301-0/+3
| | | | | | i_c