summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...gpoirier2005-09-025-21/+42
* typodiego2005-09-022-2/+2
* description typo fixesdiego2005-09-021-2/+2
* updates, typosdiego2005-09-021-2/+4
* aRts, ESD consistent spellingdiego2005-09-012-7/+7
* Avoid short forms.diego2005-09-011-7/+7
* New section: Notes on Audio/Video synchronization, taken from Rich's encoding...gpoirier2005-09-011-0/+42
* Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFo...reimar2005-09-012-0/+46
* * really keep track on how many samples were decoded last round (fix 10l)attila2005-09-011-4/+7
* stop trying to decode faad audio, when last decoded length is <0attila2005-09-011-1/+1
* Synced with 1.12jheryan2005-09-011-9/+65
* Synced with 1.1077jheryan2005-09-011-13/+64
* Sync with 1.1077gpoirier2005-09-011-5/+9
* Sync with 1.1076gpoirier2005-09-011-2/+8
* Add -I../libavutil to the includes to fix building vo_zr[2].diego2005-09-011-0/+6
* fix longstanding typo - "patentend"wanderer2005-08-311-1/+1
* x264 fourccfaust32005-08-311-0/+1
* Missing parts of the force codecs/demuxers documentationreimar2005-08-311-4/+6
* support Pinnacle VideoXLalex2005-08-311-1/+2
* Fix move playlists (control must be returned to mplayer.c, with the demuxerreimar2005-08-312-1/+5
* 10lattila2005-08-311-1/+1
* Sync with 1.1075gpoirier2005-08-311-1/+30
* add key_down_eventto slave mode, used to inject key down event with mplayer_p...nplourde2005-08-313-1/+5
* Sparcs do not like wild pointer typecasting (unaligned access).reimar2005-08-301-1/+4
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-307-29/+65
* extra size checks for samples array to avoid crashes in some rare cases.reimar2005-08-301-0/+16
* multiplying fps by 10000 is no more necessary (when determining mp4v and h264...nicodvb2005-08-301-2/+2
* Fix nsv detection with new demuxer structurertognimp2005-08-301-47/+30
* How to build MPlayerOSXgpoirier2005-08-301-1/+74
* synced with 1.12gabrov2005-08-291-8/+20
* adds 'ID_DEMUXER=avi' to -identify...ods152005-08-271-0/+1
* Fix mpeg-pes playbackrtognimp2005-08-262-2/+5
* ENCA uses -lmhenry2005-08-261-1/+1
* X11 can use pthread (fixes --enable-static)henry2005-08-261-1/+1
* more thorough aalib test (needed for --enable-static)henry2005-08-261-1/+10
* support MPEG in GXF container with extension-based detection.reimar2005-08-265-1/+60
* reordered bps calculationhenry2005-08-251-34/+33
* set the nearest number of channels, return(0) upon errorshenry2005-08-251-2/+4
* avoid reading more than maxlen bytes.reimar2005-08-251-2/+2
* 10l, missing returnfaust32005-08-251-1/+1
* Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation shouldreimar2005-08-251-1/+1
* ffwmv3 does not work, use "status crashing" so it is not auto-selected.reimar2005-08-251-1/+1
* Fix texture format variable types. Internal format is GLint, others are GLenumreimar2005-08-254-6/+7
* Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference...mosu2005-08-241-2/+2
* Slightly reduce unnecessary verbosity.diego2005-08-242-2/+2
* typos, cosmeticsdiego2005-08-241-1/+4
* Documents x264 visualization during encodinggpoirier2005-08-231-0/+27
* Add D-Cinema Audio and Video conversion programsreimar2005-08-234-0/+189
* compile fix, vobsub.c needs identify variable.reimar2005-08-231-0/+1
* 1. -cache-prefil has not been renamed, it's been removed (-cache-seek-minrathann2005-08-231-2/+2
* More typos. One noticed by Nico. Added an empty line at the end to make syncm...gpoirier2005-08-231-7/+8
* Typo :)gpoirier2005-08-231-2/+2
* Correction pointed by Nicodanny2005-08-231-3/+3
* Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"gpoirier2005-08-231-0/+3
* Do not free demuxer before using demuxer->desc->type (happened when using -au...reimar2005-08-232-7/+2
* ensure that audio-only files are decoded till the end by not onlyreimar2005-08-231-3/+8
* mode fps int vs. float woeshenry2005-08-221-3/+3
* DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0reimar2005-08-221-1/+1
* Sync with 1.1074gpoirier2005-08-221-3/+3
* typo, grammardiego2005-08-221-2/+2
* The thread "Call for video encoding settings" has to be easily found until it...gpoirier2005-08-211-0/+1
* 100l, video_out.h is now needed for some vo_ variables.reimar2005-08-212-0/+2
* How to encode with soft 3:2 pullup, patch by Brendan McCarthygpoirier2005-08-211-8/+19
* -wid support for windows. Not well tested, might still behave a bit weird.reimar2005-08-213-4/+5
* synced with 1.88gabrov2005-08-211-1/+18
* remove extern for variables that are already in headers.reimar2005-08-2110-38/+4
* synced with 1.11gabrov2005-08-211-13/+74
* cache-prefill has been renamed to cache-seek-min, example config shouldrathann2005-08-201-1/+1
* Encoding setting examples for x264gpoirier2005-08-201-0/+44
* remove broken shared libpostproc stuffrfelker2005-08-192-17/+0
* Sync with 1.1073gpoirier2005-08-191-1/+2
* 1000000000000000lrfelker2005-08-191-1/+1
* 100lrfelker2005-08-191-1/+1
* less weird OSD alpha transformation.reimar2005-08-191-2/+4
* Do not set SwapInterval for values < 0.reimar2005-08-192-1/+2
* Fix crash in windowsreimar2005-08-192-2/+2
* Sync with 1.1072gpoirier2005-08-191-4/+19
* automatic vsync enabling for vo_gl.reimar2005-08-194-2/+35
* Aconvert allows mencoder to (easily) encode from an audio only file (hack).jonas2005-08-182-0/+32
* fix warnings and decoding on CYGWIN (produced only noise before this change)faust32005-08-182-2/+27
* gtk2 is supported, next step is pure gtk without X.reimar2005-08-181-1/+1
* gtf.{c,h} is used by vesa onlyalex2005-08-183-3/+2
* synced with 1.72jheryan2005-08-181-7/+12
* new, synced with 1.10jheryan2005-08-181-0/+3660
* synced with 1.25jheryan2005-08-181-1/+2
* sync 1.1071gpoirier2005-08-181-1/+3
* code reduction and less error prone, use the same tablealex2005-08-181-66/+47
* some entries are donealex2005-08-181-5/+1
* these wishes are donealex2005-08-181-5/+0
* use libvbe from vesautilsalex2005-08-188-2035/+9
* synced with 1.87jheryan2005-08-181-2606/+7
* Further clarify loadfile/loadlist description.diego2005-08-181-2/+4
* name suboption for jack to set client namereimar2005-08-182-1/+12
* Remove unnecessary subshell invocations.diego2005-08-171-28/+26
* Fix MEncoder build with shared libavcodec.diego2005-08-172-0/+5
* Clarify loadfile/loadlist description.diego2005-08-171-6/+4
* Update for latest changes.diego2005-08-171-3/+97
* Sync with 1.1070gpoirier2005-08-171-5/+5
* "recent" noteworthy featuresgpoirier2005-08-171-0/+4
* Support for GTK 2.x.reimar2005-08-174-2/+66
* wording/spellingdiego2005-08-171-2/+2
* Fixes suggested by Diegogpoirier2005-08-171-8/+8
* Set block_align in header, seems MatLab can not handle files without.reimar2005-08-171-0/+1
* Synced with 1.1068jheryan2005-08-171-93/+324
* Added entry for checktree.shivo2005-08-171-0/+12
* Script to check (CVS) source-tree for anomalies, like MSDOS line endings etc..ivo2005-08-171-0/+253
* Get events from -wid window.reimar2005-08-162-0/+6
* Sync with 1.1069gpoirier2005-08-161-1/+4
* Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.reimar2005-08-162-1/+4
* OSD textures can be deleted with one function call...reimar2005-08-161-3/+3
* Make glFinish optionalreimar2005-08-162-0/+9
* silly printf() is the onyl reason avi-fix was so slow, a printf forods152005-08-161-7/+14
* use GenBuffers to get a buffer number instead of hardcoding 1.reimar2005-08-163-3/+17
* Synced with 1.1063 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-08-161-20/+66
* added libavutil, removed linuxalex2005-08-161-2/+1
* prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>alex2005-08-161-1/+1
* grammar/phrasing fixes on the recent NTSC and telecine commitwanderer2005-08-151-8/+9
* -fafmttag can be needed while steam copying.gpoirier2005-08-151-0/+18
* loadfile/loadlist can now also add files to the playlistreimar2005-08-153-4/+16
* 10l, initializers don't work without a declaration :-(reimar2005-08-141-2/+3
* NTSC sources are hard to encode. How to identify telecine content reliably.gpoirier2005-08-141-3/+19
* use glUploadTex helper functionreimar2005-08-141-12/+4
* extra check for glUploadTex to avoid a possible hang.reimar2005-08-141-0/+1
* textures smaller 64x64 might not be supportedreimar2005-08-141-3/+3
* remove/move some unused headers/variables/codereimar2005-08-143-23/+8
* 10l, texture_width/height initialization was removed, so usereimar2005-08-141-2/+2
* minor punctuation fixwanderer2005-08-141-1/+1
* grammar/phrasing fix, still less than idealwanderer2005-08-141-7/+7
* fixes short form, better wordinggpoirier2005-08-141-1/+1
* fixes bf_threshold description.gpoirier2005-08-142-12/+10
* typogpoirier2005-08-141-1/+1
* Helper function for drawing texture and general cleanup of vo_gl2.creimar2005-08-144-168/+66
* Cleanup, move declarations to beginning of block.reimar2005-08-141-7/+7
* libaf/config.mak is generated, so mention itwight2005-08-141-0/+1
* 100l: fix avi demuxing for ni and nini cases, allow forcing ni and ninirtognimp2005-08-131-0/+39
* revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf supporthenry2005-08-131-16/+3
* synced with 1.7gabrov2005-08-121-28/+51
* Formatting fixgpoirier2005-08-122-2/+2
* Consitency fixgpoirier2005-08-122-5/+5
* Sync with 1.1062gpoirier2005-08-121-2/+4
* URL updategpoirier2005-08-121-6/+7
* lavc also supports H.261, and Snow is FFmpeg-only. Patch by Compngpoirier2005-08-121-1/+3
* Missing codecs that libavcodec supports.gpoirier2005-08-121-0/+12
* Why multipass is better in a nutshell. Taken from Rich's encoding guide.gpoirier2005-08-121-0/+13
* libavutil should be be in "PARTS" so that 'make distclean' cleans that direct...gpoirier2005-08-111-0/+1
* video fourcc fixmichael2005-08-111-0/+1
* demux_avi_control() missing in avi's demuxer struct.ods152005-08-111-2/+2
* fix brokeness caused by demuxer patch, this code is useless forods152005-08-111-1/+0
* typo, must be ld_dl instead of ld_ldreimar2005-08-111-1/+1
* 10l, patch found in geexboxalex2005-08-111-0/+3
* Removed in-filter int to float conversion. af_ladspa now demands floats asivo2005-08-101-13/+9
* Remove stray MSDOS linebreaksivo2005-08-102-6/+3
* Synced with 1.178jheryan2005-08-101-2/+7
* reconcile with earlier fps fix in mpeg header parserrfelker2005-08-101-11/+11
* sync liba52_amd64_changes.diff with latest fixaurel2005-08-091-1/+1
* Sync with 1.1061gpoirier2005-08-091-14/+62
* Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.gpoirier2005-08-091-1/+1
* Various fixes, addition and removal of entries related to functions that come...gpoirier2005-08-081-4/+8
* Add missing libavcodec supported codecs and adds (hopefully) all libavformat ...gpoirier2005-08-081-1/+38
* take into account that VIDIOC_S_FMT might return updated parametersfaust32005-08-061-0/+3
* do not crash when /dev/video0 is not presentfaust32005-08-061-2/+3
* 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ...rfelker2005-08-063-23/+23
* tremor uses integer typesrathann2005-08-061-0/+4
* missing includerathann2005-08-061-0/+1
* Forgot to actually enable vo_gl on Windows...reimar2005-08-062-5/+2
* Remove stray DOS linebreaks.diego2005-08-060-0/+0
* Remove stray DOS linebreaks.diego2005-08-061-1/+1
* Avoid short forms and libavcodec should not the that much singled outgpoirier2005-08-051-19/+24
* synced with 1.72gabrov2005-08-051-5/+7
* synced with 1.87gabrov2005-08-051-13/+8
* Demuxer modularizationrtognimp2005-08-0542-1328/+1424
* add the liba52 amd64 changes in a separate diff fileaurel2005-08-051-0/+2189
* liba52 asm optimizations ported to amd64aurel2005-08-055-608/+624
* Missed one uint32_t declaration.ivo2005-08-051-1/+1
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-0546-261/+261
* libavutidiego2005-08-011-10/+12
* libavutil is now part of MPlayer.diego2005-08-011-0/+1
* libavutil compile fix (working also with old libavcodec)reimar2005-08-012-3/+11
* 10l to beastd due to new libavutil introductiongpoirier2005-08-011-1/+1
* libavutil is now needed, too.reimar2005-08-011-2/+5
* Support new static libavcodec (depends on libavutil).al2005-08-016-8/+62
* Support more MythTV nuv files, based on Gentoo portage patchreimar2005-08-012-10/+170
* Support more MythTV nuv filesreimar2005-08-012-0/+2
* set i_bps in demux_audio for WAV and MP3 to