summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rather simple patch for RAWDV demuxer which lets it say whats the totalrtognimp2005-03-092-0/+25
| | | | | | | | movie length. Patch by Oded Shimon git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14935 b3059339-0415-0410-9bf9-f77b7e298cf2
* New translated file. Synced with 1.12jheryan2005-03-092-0/+330
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14934 b3059339-0415-0410-9bf9-f77b7e298cf2
* New translated file. Synced with 1.21jheryan2005-03-091-0/+490
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14933 b3059339-0415-0410-9bf9-f77b7e298cf2
* New translated file. Synced with 1.31jheryan2005-03-091-0/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14932 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing return statement (1e5l for me)henry2005-03-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up properly if preinit() fails.syrjala2005-03-071-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14930 b3059339-0415-0410-9bf9-f77b7e298cf2
* set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr modenicodvb2005-03-071-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14929 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed support for mp3 at <32000 sample_ratenicodvb2005-03-071-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14928 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.912:gpoirier2005-03-061-1/+4
| | | | | | | documented scale=-n where n <= -9 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14927 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented scale=-n where n <= -9nicodvb2005-03-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14926 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtracting 8 from negative w and h rounds the dimension to the closest ↵nicodvb2005-03-061-2/+17
| | | | | | multiple of 16 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14925 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSMnicodvb2005-03-062-7/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14924 b3059339-0415-0410-9bf9-f77b7e298cf2
* alac support via lavc decoderrtognimp2005-03-063-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14923 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a short note about how to use ttf fontsattila2005-03-061-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14922 b3059339-0415-0410-9bf9-f77b7e298cf2
* use inttypes.h for checks instead of less spread-ed stdint.hiive2005-03-061-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14921 b3059339-0415-0410-9bf9-f77b7e298cf2
* returning to the old index at the end system, alternatives are too complex ↵michael2005-03-041-32/+14
| | | | | | with questionable advantages git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typosgpoirier2005-03-041-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.910:gpoirier2005-03-041-2/+24
| | | | | | | | | 1.910: sync to x264 r150: new option 'b_pyramid'. 1.909: restrictions on muxer's telecine option. 1.9.8: English-manpage specific fixes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14918 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r150: new option 'b_pyramid'lorenm2005-03-043-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14917 b3059339-0415-0410-9bf9-f77b7e298cf2
* restrictions on muxer's telecine optionnicodvb2005-03-041-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14916 b3059339-0415-0410-9bf9-f77b7e298cf2
* converted vframerate to CONF_TYPE_FLOATnicodvb2005-03-041-19/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typosgpoirier2005-03-041-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14914 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.907paszczi2005-03-041-36/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14913 b3059339-0415-0410-9bf9-f77b7e298cf2
* store local keyframes too so faster seeking is possiblemichael2005-03-041-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14912 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the samerfelker2005-03-041-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14911 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix very old ra files with no fourccrtognimp2005-03-031-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14910 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some 28.8 ra files with four text stringsrtognimp2005-03-031-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.907:gpoirier2005-03-031-12/+51
| | | | | | | | | 1.907: Update xv and xvmc documentation to reflect recent colorkey changes + some fixes of mine. 1.906: mention telecine in mpeg muxer section git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14908 b3059339-0415-0410-9bf9-f77b7e298cf2
* partial indexesmichael2005-03-031-15/+28
| | | | | | | comments (with alternative suggestions and advantages) welcome git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14907 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update xv and xvmc documentation to reflect recent colorkey changes.al2005-03-031-11/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14906 b3059339-0415-0410-9bf9-f77b7e298cf2
* finished tasksalex2005-03-031-10/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14905 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not always request little-endian despite the actual sound format. by ↵nplourde2005-03-031-1/+2
| | | | | | Alexander Strange - astrange@ithinksw.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14904 b3059339-0415-0410-9bf9-f77b7e298cf2
* ADTS AAC works now.diego2005-03-031-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14903 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss is patched, move Tremor up with the other codec libs.diego2005-03-031-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14902 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder now supports multiple files, Jack transport API requested.diego2005-03-031-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14901 b3059339-0415-0410-9bf9-f77b7e298cf2
* better explain where and how to use doxygen commentsdiego2005-03-031-0/+10
| | | | | | | patch by Oded Shimon <ods15 at ods15 dot dyndns dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14900 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patches should not be sent as replies to unrelated threads.diego2005-03-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix rm files with a really big index chunk.reimar2005-03-031-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make nuv files work on bigendian (but old nuv files created with mencoderreimar2005-03-035-4/+32
| | | | | | | wont play anymore - before they would have worked with mplayer on be) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14897 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention telecine in mpeg muxer sectionnicodvb2005-03-031-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14896 b3059339-0415-0410-9bf9-f77b7e298cf2
* recalculate frame duration after soft telecinenicodvb2005-03-031-19/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14895 b3059339-0415-0410-9bf9-f77b7e298cf2
* options in config file have been using '-' instead of '_' for agesrathann2005-03-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14894 b3059339-0415-0410-9bf9-f77b7e298cf2
* 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.gpoirier2005-03-021-4/+2
| | | | | | | | Next step would be to make turbo mode accept a "quality" argument to control the speed vs quality tradeoff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.905:gpoirier2005-03-021-16/+118
| | | | | | | Finished translations of revision 1.894 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14892 b3059339-0415-0410-9bf9-f77b7e298cf2
* libsmbclient is sometimes built with ssl support. This takes it into accountwight2005-03-021-0/+5
| | | | | | | and tests if -lsmbclient needs -lssl. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more translations of 1.894 revisiongpoirier2005-03-021-9/+93
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14890 b3059339-0415-0410-9bf9-f77b7e298cf2
* configurable field parity (default from source); bugfixes; speed up mode 0rfelker2005-03-021-91/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14889 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix:rathann2005-03-012-6/+6
| | | | | | | | | | | | | | | | mpeg_hdr.c:212: warning: no return statement in function returning non-void mpeg_hdr.c:262: warning: suggest parentheses around assignment used as truth value mpeg_hdr.c:264: warning: suggest parentheses around assignment used as truth value mpeg_hdr.c:270: warning: suggest parentheses around assignment used as truth value mpeg_hdr.c:275: warning: suggest parentheses around assignment used as truth value mpeg_hdr.c:212: warning: control reaches end of non-void function mp4_header_process_vop() return value isn't used anywhere anyway. Approved by Nico. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14888 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #include (for malloc and free)rathann2005-03-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14887 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #includerathann2005-03-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14886 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing externs (fixes implicit declaration warnings)rathann2005-03-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14885 b3059339-0415-0410-9bf9-f77b7e298cf2
* obvious typorathann2005-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14884 b3059339-0415-0410-9bf9-f77b7e298cf2
* all synced up to 1.905, except the part of the translation of 1.894gpoirier2005-03-011-10/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14883 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l wrong binary operator when setting progressive framenicodvb2005-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14882 b3059339-0415-0410-9bf9-f77b7e298cf2
* telecine now works in display order (rather than decoding), as far as there ↵nicodvb2005-03-011-26/+44
| | | | | | are no more than 4 consecutive b-frames; added support for FMP4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.893:gpoirier2005-03-011-11/+122
| | | | | | | | | | | | | | | | | | | 1.881: added new mpeg muxer options 1.882: done in a previous commit 1.883: fixes for previous commits 1.884: Mention that vstrict is necessary for some codecs, add ffvhuff. 1.885: Finish incomplete -af-adv documentation. 1.886: Sync -channels and -srate options with the XML docs. 1.887: spelling, wording and consistency fixes 1.888: renamed init_adelay to vdelay with opposite range 1.889: List the 'context' option for the ffvhuff codec. 1.890: indentation fix 1.891: vstrict vs mjpeg update, typo 1.892: done in a previous commit 1.893: done in a previous commit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14880 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes for encoding of multiple fileshenry2005-03-0116-29/+81
| | | | | | | | | | - do not uninitialize video encoder between files - checks for image size & format change moved from mencoder.c to vfilters by Oded Shimon <ods15@ods15.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14879 b3059339-0415-0410-9bf9-f77b7e298cf2
* set sh_audio->delay ins audio-only case so that correct time is displayedreimar2005-03-011-0/+2
| | | | | | | after seeking. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14878 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l Don't set SDL to X11 by default.ivo2005-03-012-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14877 b3059339-0415-0410-9bf9-f77b7e298cf2
* From Eng man page 1.902: fix outdated/incorrect info about -srate.gpoirier2005-03-011-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14876 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.159: fix missing check against lame_init_params that was leading to video ↵kraymer2005-03-011-2/+8
| | | | | | | | | | only files on low (under 32) audio bitrates 1.161: MEncoder multiple files patch by Oded Shimon (ods15) 1.162: Have OSS audio out fall back to s16ne instead of u8 if... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo noticed by Diego: it's mmap, not nmap.gpoirier2005-03-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14874 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.21gabrov2005-03-011-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14873 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.880:gpoirier2005-03-011-18/+18
| | | | | | | | 1.879: man page review part XVI 1.880: done in a previous commit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14872 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.64gabrov2005-03-011-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.162jheryan2005-03-011-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14870 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.903jheryan2005-03-011-15/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14869 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.162gabrov2005-03-011-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14868 b3059339-0415-0410-9bf9-f77b7e298cf2
* From Eng manpage 1.892:gpoirier2005-03-011-3/+15
| | | | | | | sync to x264 r137: adaptive B-frame decision, flush delayed frames. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14867 b3059339-0415-0410-9bf9-f77b7e298cf2
* We should match end of token as well, to prevent MSGTR_FOO2 matching instead ofwight2005-03-011-1/+1
| | | | | | | MSGTR_FOO. Helps compilation in case of some changes to help*.h files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14866 b3059339-0415-0410-9bf9-f77b7e298cf2
* From Eng manpage 1.882:gpoirier2005-03-011-0/+9
| | | | | | | Sync to x264 r134: weighted prediction for B-frames. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.878: Updates -af formatgpoirier2005-03-011-16/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14864 b3059339-0415-0410-9bf9-f77b7e298cf2
* From Eng manpage 1.904:gpoirier2005-03-011-11/+7
| | | | | | | | | Remove -noxv and -forcexv command line options and replace them by suboptions to -vo sdl. Renamed noxv to nohwaccel to better reflect the meaning of the option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14863 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to libdvdcssdiego2005-03-011-0/+596
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark modified files as such to comply more closely with GPL §2a.diego2005-03-018-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preserve $Id$ keyword from upstream on unmodified files.diego2005-03-011-0/+4
| | | | | | | Keyword expansion disabled with the -ko sticky flag. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14860 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Make diff -R apply without offsets.diego2005-03-011-9/+8
| | | |