summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add MPEG fourcc to all MPEG decoders.diego2006-01-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17320 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't leak memory (free audio reordering buffers)rtognimp2006-01-041-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove assumption that all audio packets in a block have the samertognimp2006-01-041-4/+7
| | | | | | | | | timestamp; now the code stores timestamp for every packet and puts them on reordered packets Fixes ra10cook.rmvc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17318 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000.0l timestamps are floatrtognimp2006-01-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain DVDREAD_NOKEYS environment variable.diego2006-01-041-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bandaid fix for compilation failure when creating main/.depend with GUIdiego2006-01-042-2/+2
| | | | | | | enabled. This is only a problem if .developer is not present. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17315 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Make the patch apply without offsets.diego2006-01-041-26/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update copyright date to 2006gpoirier2006-01-0416-18/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with current changes.diego2006-01-041-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17312 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIGURATION FILES section added to the man page.diego2006-01-041-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expand the configuration file section to include MEncoder examples.diego2006-01-041-4/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved handling of text subs in Matroska files with adjacent newlines (\N) ↵mosu2006-01-042-9/+15
| | | | | | resulting in more than SUB_MAX_TEXT lines to display. Patch by Robert Henney (robh () rut ! org). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17309 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l build fixdiego2006-01-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17308 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1198gpoirier2006-01-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17307 b3059339-0415-0410-9bf9-f77b7e298cf2
* little fixes i looked at after previous cvs commit :-)ptt2006-01-041-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17306 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1198 plus little fixesptt2006-01-041-54/+311
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17305 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed indentation for suboption brd_scaleptt2006-01-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17304 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1197gpoirier2006-01-031-10/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17303 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed previously forgotten reording options/flagsnicodvb2006-01-031-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17302 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reverse commit 31 Dec 2005 18:56:35 -0000 1.34gpoirier2006-01-031-2/+1
| | | | | | | | | | This was an incorrect fix made at the codec when it should be done at the demuxer level. static variables in codecs are ALWAYS wrong: the demuxer is supposed to have already removed all the junk Does anyone have an idea of a fix for the demuxer? (discussed on IRC) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17301 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed frame reording optionnicodvb2006-01-031-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17300 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed broken frame reording code; unified audio and video frame storing ↵nicodvb2006-01-031-108/+48
| | | | | | code (in memory, not in the packets); simple workaround to handle non-standard framerate mpeg1/2 video git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17299 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable dvd subtitles by defaultnicodvb2006-01-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17298 b3059339-0415-0410-9bf9-f77b7e298cf2
* word consistency fixptt2006-01-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17297 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync up to 1.1167ptt2006-01-031-7/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17296 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restructure ports section.diego2006-01-031-25/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17295 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates, spellingdiego2006-01-031-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix _inc_extra handling in DirectFB check.diego2006-01-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17293 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording/spelling/syntax fixesdiego2006-01-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17292 b3059339-0415-0410-9bf9-f77b7e298cf2
* add bitexact's lavd flag desc.gpoirier2006-01-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17291 b3059339-0415-0410-9bf9-f77b7e298cf2
* h264es: don't seek to non-keyframeslorenm2006-01-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17290 b3059339-0415-0410-9bf9-f77b7e298cf2
* use $(INSTALLSTRIP) consistentlyrathann2006-01-032-2/+2
| | | | | | | | patch by Ville Skyttä closes bugzilla #178 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix the translator names list so that it conforms to lastname, firstnamerathann2006-01-021-8/+8
| | | | | | | convention, sort and add missing accents git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17288 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't reset dvdsub->id unless -slang is specified; assign default sub stream ↵nicodvb2006-01-022-0/+7
| | | | | | id when demux->sub->id is -1 (autodetect) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.216jheryan2006-01-021-39/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17286 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1182jheryan2006-01-021-46/+289
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17285 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial support for QuickTime sound atom version 2.corey2006-01-021-5/+33
| | | | | | | | | | | | | | | This doesn't add support for parsing the sound atom itself, but does recognize the different offset at which the ESDS atom starts. Also, this patch supports "3" in the channels field, which indicates 6-channel (5.1) audio. For more information, see this mail: From: Corey Hickey <bugfood-ml@fatooh.org> To: mplayer-dev-eng@mplayerhq.hu Date: Wed, 28 Dec 2005 23:42:46 -0800 Subject: [PATCH] (partially) support QuickTime sound atom version 2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17284 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync up to 1.216ptt2006-01-021-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17283 b3059339-0415-0410-9bf9-f77b7e298cf2
* add Dicas MPEGable H.264/MPEG-4 AVC fourcciive2006-01-011-0/+1
| | | | | | | patch by Johannes Ranke from jranke at uni-bremen dot de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17282 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Rich's advice posted on the thread:gpoirier2005-12-311-3/+9
| | | | | | | | Date: Dec 16, 2005 8:51 PM Subject: Re: [MPlayer-users] How to tell if the video input is interlaced or not? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17281 b3059339-0415-0410-9bf9-f77b7e298cf2
* "Currently mplayer looks for only one MP3 frame sync. The attachedgpoirier2005-12-311-1/+2
| | | | | | | | | | | | | | | | | | patch makes it to look for two consecutive valid MP3 frame headers, reducing the probability of false positives, which causes Bug 380. Funny that the fix is so simple. Seems that someone has forgotten to initialize MP3_resync correctly. Also this is the recommended way to sync MP3 frames. See http://www.dv.co.yu/mpgscript/mpeghdr.htm. " Original thread: Date: Dec 31, 2005 10:15 AM Subject: [MPlayer-dev-eng] [PATCH] Try twice when searching for MP3 frame header, fixes Bug 380 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17280 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MPEG fourcc to mpeg12.diego2005-12-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17279 b3059339-0415-0410-9bf9-f77b7e298cf2
* search next sequence_header untile a valid one is foundnicodvb2005-12-311-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17278 b3059339-0415-0410-9bf9-f77b7e298cf2
* Guide on creating quality skins.diego2005-12-311-0/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build incomplete Russian docs last.diego2005-12-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17276 b3059339-0415-0410-9bf9-f77b7e298cf2
* check the intermediate audio bufferhenry2005-12-311-1/+1
| | | | | | | | otherwise, data can get stuck between the demuxer and filter layer causing a premature end of audio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17275 b3059339-0415-0410-9bf9-f77b7e298cf2
* update x264 feature summarylorenm2005-12-311-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17274 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mac OS updatediego2005-12-301-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17273 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplification: don't use residual_buffer, but prepend remainder of current ↵nicodvb2005-12-301-22/+14
| | | | | | frame to next one (needed for future work; init frame->pos to 0 in reorder_frame(); fix: don't go beyond last frame in flush_buffer() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17272 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1194gpoirier2005-12-301-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17271 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1192gpoirier2005-12-301-9/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17270 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r390 (bime)lorenm2005-12-303-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17269 b3059339-0415-0410-9bf9-f77b7e298cf2
* for roff: add missing linebreak in uspp descriptionwanderer2005-12-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17268 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor grammar/punctuation on lavc's keyint optionwanderer2005-12-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17267 b3059339-0415-0410-9bf9-f77b7e298cf2
* further wording fix for usppwanderer2005-12-291-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17266 b3059339-0415-0410-9bf9-f77b7e298cf2
* AIX PPC portdiego2005-12-293-4/+31
| | | | | | | patch by "Derek E. Lewis" < -- dlewis -- @ -- solnetworks -- . -- net -- > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17265 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bump DH_COMPAT version.diego2005-12-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17264 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a basic watch file.diego2005-12-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17263 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support vme=8 (iterative overlapped block).diego2005-12-292-1/+3
| | | | | | | patch by Corey Hickey < .. bugfood-ml .. @ .. fatooh .. . .. org .. > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17262 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include the snow wavelet comparison functions from DOCS/tech/snow.txtdiego2005-12-291-0/+4
| | | | | | | | in the man page. patch by Corey Hickey < .. bugfood-ml .. @ .. fatooh .. . .. org .. > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17261 b3059339-0415-0410-9bf9-f77b7e298cf2
* wordingdiego2005-12-291-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17260 b3059339-0415-0410-9bf9-f77b7e298cf2
* change erase to end of line, fall back to old behavior if no termcap foundods152005-12-293-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17259 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dvdread version macrorathann2005-12-281-4/+6
| | | | | | | patch by Emanuele Giaquinta (emanuele.giaquinta at gmail dot com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17258 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add bidir_refine to lavc's set of options, and document it.gpoirier2005-12-282-0/+17
| | | | | | | Patch by Corey Hickey < bugfood DASH ml AHHH fatooh POIS org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17257 b3059339-0415-0410-9bf9-f77b7e298cf2
* wma2 fixedrtognimp2005-12-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17256 b3059339-0415-0410-9bf9-f77b7e298cf2
* vpotmeter fix, scroll in the correct directionods152005-12-273-5/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17255 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes suggested by Diegogpoirier2005-12-271-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17254 b3059339-0415-0410-9bf9-f77b7e298cf2
* new input command prefixes, pausing_keep, pausing_toggleods152005-12-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17253 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix erase to end of line with windows, windows terminal does not supportods152005-12-272-2/+2
| | | | | | | control codes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove tables used by MPlayer native 14_4 and 28_8 codecsrtognimp2005-12-272-2591/+0
| | | | | | | I forgot to remove them when i switched to lavc codecs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17251 b3059339-0415-0410-9bf9-f77b7e298cf2
* New section: choosing the video codec for your encode: what to consider ↵gpoirier2005-12-271-0/+105
| | | | | | before picking it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17250 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix setting colorkey in vidix mga_vidods152005-12-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17249 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to beods152005-12-261-0/+1
| | | | | | | in both getch2 and getch2-win because only one of them is linked to. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17248 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merry Christmas and happy cola-chugging!gpoirier2005-12-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17247 b3059339-0415-0410-9bf9-f77b7e298cf2
* - move our setenv() fallback implementation to osdepal2005-12-265-33/+51
| | | | | | | | | | | - assert that the override param is nonzero (zero is not implemented) - correct return value type to int based on a patch by Diego fixes bugzilla bug #342 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17246 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds lavc's brd_scale and updates vb_strategygpoirier2005-12-251-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17245 b3059339-0415-0410-9bf9-f77b7e298cf2
*