summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* revert the flip part of vd_theora fixhenry2005-02-231-1/+1
* replace bzero() with memset()nicodvb2005-02-231-1/+1
* vstrict vs mjpeg update, typodiego2005-02-231-3/+3
* Make vd message fit 80 character displays.diego2005-02-231-2/+2
* a helpful new message about vd.joey2005-02-231-0/+7
* Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessaryreimar2005-02-231-0/+4
* indentation fixdiego2005-02-221-0/+3
* List the 'context' option for the ffvhuff codec.lorenm2005-02-221-0/+9
* renamed init_adelay to vdelay with opposite rangenicodvb2005-02-222-4/+4
* The MPEG muxer now supports MPEG-2 as well.diego2005-02-221-1/+1
* typosdiego2005-02-221-3/+3
* rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s...nplourde2005-02-221-98/+76
* spelling, wording and consistency fixesdiego2005-02-221-21/+23
* Sync -channels and -srate options with the XML docs.diego2005-02-221-5/+12
* switch from DIVX -> FMP4 fourcc for libavcodecmichael2005-02-223-1/+4
* Finish incomplete -af-adv documentation.diego2005-02-221-2/+19
* Mention that vstrict is necessary for some codecs, add ffvhuff.diego2005-02-221-4/+5
* Theora fixes:henry2005-02-223-15/+21
* fix missing check against lame_init_params that was leading to video only fil...reynaldo2005-02-223-1/+10
* fix for MAP_ANON vs. MAP_ANONYMOUS fix...reimar2005-02-222-5/+4
* fixes for previous commitswight2005-02-221-30/+24
* Sync to x264 r134: weighted prediction for B-frames.lorenm2005-02-223-1/+14
* finally the dreaded white-noise-with-floats bug is fixed!!!!rfelker2005-02-221-16/+8
* initial, extremely experimental, libavformat muxer; don't expect anything to ...nicodvb2005-02-216-0/+328
* mention new mpeg muxernicodvb2005-02-211-0/+1
* added new mpeg muxer optionsnicodvb2005-02-211-0/+75
* typo, missing _noreimar2005-02-211-1/+1
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...nicodvb2005-02-216-358/+2370
* proper output formats for ffduckalex2005-02-211-1/+1
* swf and flv through libavformatalex2005-02-211-1/+3
* filter for adding a center channel, adding a high pass filter would be nicealex2005-02-211-1/+2
* filter for adding a center channel, adding a high pass filter would be nicealex2005-02-213-1/+124
* move the format related stuff to format.calex2005-02-213-202/+210
* Remove a lot of duplicate codereimar2005-02-213-66/+22
* Add OpenDoh and changuito skin authors.diego2005-02-211-0/+6
* small updatesdiego2005-02-211-1/+4
* -af surround delay default is 20ms, not 15ms.diego2005-02-201-1/+1
* We should not crash, only because we couldn't hide the cursor.al2005-02-201-1/+4
* Unified colorkey code for vo xv and vo xvmc.al2005-02-204-131/+417
* man page review part XVIdiego2005-02-201-29/+29
* fix sync tag after update by Reynaldogabrov2005-02-201-1/+1
* Description of -af format was outdated. This updates it. Feel free to changeivo2005-02-201-13/+15
* x264: expose option "level_idc".lorenm2005-02-203-1/+12
* synced with 1.876paszczi2005-02-191-2/+7
* Move generic tests to a common place.al2005-02-194-17/+22
* Corrected/improved usage example for -af panreimar2005-02-191-1/+5
* Update the MEncoder telecine documentation.diego2005-02-191-76/+82
* correct filenamewight2005-02-191-1/+1
* Mark locally modified files as such to comply more closely with GPL 2a.diego2005-02-1913-0/+52
* Point to local_changes.diff.diego2005-02-192-0/+2
* Update patch with missing changes.diego2005-02-191-14/+7
* Sync missing cosmetics from the 2004-07-12 CVS snapshot.diego2005-02-1913-41/+44
* Correct CVS snapshot date and provide a little more detail.diego2005-02-191-1/+3
* Remove modification notice from files that have not been locally modified.diego2005-02-1984-245/+83
* Remove modification notice from files that have not been locally modified.diego2005-02-1913-39/+13
* - sync 1.77wight2005-02-181-829/+839
* trailing whitespace cosmeticswight2005-02-181-2/+2
* sync 1.875wight2005-02-181-140/+301
* Move x264 version check into configure.lorenm2005-02-182-4/+3
* mention udp:// streamingnicodvb2005-02-171-1/+1
* added support for raw udp:// streamingnicodvb2005-02-171-3/+19
* sync to x264 r129: modified ratecontrol equation.lorenm2005-02-171-2/+2
* Make seek command parameter float.reimar2005-02-172-3/+4
* confusing mixture of typecasts and casted variable, removed typecastsreimar2005-02-171-10/+10
* Added NV12/NV21 support.syrjala2005-02-171-9/+53
* Improved NV12/NV21 support.syrjala2005-02-167-9/+108
* sync tag bump to 1.24wight2005-02-161-1/+1
* sync 1.59wight2005-02-161-3/+2
* MPlayer-specific changes to libfaaddiego2005-02-161-0/+107
* updatesdiego2005-02-161-1/+4
* typodiego2005-02-161-1/+1
* Update for my latest commitsrtognimp2005-02-151-1/+4
* Support for RealPlayer10 cook.so decoder in Linuxrtognimp2005-02-151-0/+8
* outdated EDL limit referencereynaldo2005-02-156-37/+0
* Mp3On4 demuxer supportrtognimp2005-02-152-0/+9
* Should be in sync with 1.874, except both man pages reviews which will be donegpoirier2005-02-151-17/+122
* synced with 1.158gabrov2005-02-151-1/+2
* synced with 1.59gabrov2005-02-151-3/+2
* synced with 1.62 & fixed mis-spellinggabrov2005-02-151-3/+3
* ./postproc contains libswscale.a not libpostproc.awight2005-02-151-1/+1
* Simplify FAAD instructions.diego2005-02-151-2/+1
* set device id to 0 if the device selected on startup do not existnplourde2005-02-141-0/+1
* FreeBSD fixnexus2005-02-141-0/+1
* Another files translatedjheryan2005-02-143-0/+910
* Fix -sstep description.diego2005-02-131-2/+2
* 10lfaust32005-02-131-2/+3
* avisynth demuxerfaust32005-02-132-0/+2
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-136-3/+632
* always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at...faust32005-02-131-0/+1
* Document missing slave mode commands.diego2005-02-131-6/+8
* better explanation of N-pass encodingdiego2005-02-121-7/+13
* vf_detc parameter names fixed.diego2005-02-121-1/+1
* Put general note at the top of the file.diego2005-02-121-5/+4
* 1.158: ESD configuration dialog and software volume control option for Guikraymer2005-02-121-1/+2
* ESD configuration dialog and software volume control option for Guireimar2005-02-126-0/+60
* small reordering to make future 'multiple files' changes more modular, puts s...reynaldo2005-02-121-22/+22
* command to log current subtitle to filehenry2005-02-124-2/+54
* Comment and info field spelling/grammar corrections.diego2005-02-121-78/+78
* man page review part XVdiego2005-02-111-59/+127
* fix "Unknown argument" with cmd containing spacesaurel2005-02-111-0/+1
* Fixed bug near line 761.jheryan2005-02-101-1/+1
* man page review page XIVdiego2005-02-101-62/+62
* Fix the behaviour of -geometry according to the documentation.al2005-02-091-5/+6
* translation maintainer updatesdiego2005-02-091-2/+3
* syncpaszczi2005-02-092-259/+24
* Sync with 1.57jheryan2005-02-081-6/+6
* Sync with 1.58jheryan2005-02-081-3/+3
* Sync with 1.869jheryan2005-02-081-14/+104
* sync 1.157wight2005-02-071-1/+2
* DGA works only with x11reimar2005-02-061-0/+3
* pp filter documentationdiego2005-02-061-10/+103
* Sync with 1.868 + small fixgpoirier2005-02-061-5/+3
* sync 1.58wight2005-02-061-3/+3
* sync 1.57wight2005-02-061-3/+3
* Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).reimar2005-02-062-11/+16
* synced with 1.77gabrov2005-02-061-2/+2
* synced with 1.60gabrov2005-02-061-1/+2
* X11 headers must be included also when X11_FULLSCREEN is not defined (althoughreimar2005-02-061-2/+2
* synced with 1.57gabrov2005-02-061-2/+3
* synced with 1.61gabrov2005-02-061-1/+13
* synced with 1.58gabrov2005-02-061-3/+3
* synced with 1.30gabrov2005-02-061-239/+10
* The included libfaad is at version 2.1 beta.diego2005-02-061-2/+2
* XvMC is not yet autodetected, don't claim otherwise in the help output,diego2005-02-051-1/+1
* removed forgotten old license clausehenry2005-02-051-6/+1
* Missing spacewight2005-02-051-1/+1
* Add Reimar's hint for building 32 bit MPlayer on Athlon64.diego2005-02-051-0/+12
* updatesdiego2005-02-051-0/+8
* small updates and typo fixesdiego2005-02-051-3/+3
* Remove inaccurate guess about keyframe intervals.diego2005-02-051-1/+0
* Sync with 1.867gpoirier2005-02-051-3/+3
* link fixdiego2005-02-051-1/+1
* Remove unnecessary options from the -dumpmicrodvdsub command line and adddiego2005-02-051-1/+1
* Some systems (e.g. FreeBSD 5.3) only define MAP_ANON, not MAP_ANONYMOUSreimar2005-02-051-0/+4
* Remove outdated and hard to maintain sound driver table.diego2005-02-041-218/+0
* 1.876: -alang suppots many languageskraymer2005-02-041-1/+1
* avoid null pointer dereference with .ssa subtitles when the video codec is mi...faust32005-02-041-1/+1
* bzero is deprecated patch by  Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-045-8/+8
* sync 1.867wight2005-02-041-16/+20
* -alang suppots many languages, guessing by the exampleswight2005-02-041-1/+1
* fix for streams that do not send a bitratereimar2005-02-031-1/+1
* makes --enable-*-faad really enable without any further check and drop suppor...aurel2005-02-033-43/+5
* sync with 1.57 by Savchenko Andrew <Bircoph at list dot ru>diego2005-02-031-18/+19
* Separate XF86 video mode extension check from XF86 keysym check asdiego2005-02-022-4/+32
* Query XV_COLORKEY only when listed in attribute list, fixes displaying with n...iive2005-02-021-17/+9
* sync with 1.55 by Savchenko Andrew <Bircoph at list dot ru>diego2005-02-021-138/+576
* pass wave extradata to the codec..alex2005-02-011-0/+9
* Updated the outdated audio section somewhat.diego2005-02-012-22/+13
* Print which of Tremor, internal Tremor or libvorbis has been enabled.diego2005-02-011-1/+3
* Compile fix on non-x86reimar2005-02-011-0/+2
* BGR32 is now supported also by lavc tscc decoderrtognimp2005-01-311-1/+1
* support for 32 bit Camtasia samplesdiego2005-01-311-1/+1
* Yet another memleak...reimar2005-01-311-3/+6
* - Don't advertise IMGFMT_RGBxxsyrjala2005-01-311-9/+1
* makes funnyCode pages executable (for CPU with NX bit)aurel2005-01-312-2/+24
* now supports float based operation aswellalex2005-01-311-5/+40
* using af_softclipalex2005-01-311-8/+2
* af_softclipalex2005-01-311-0/+2
* af_softclipalex2005-01-311-0/+12
* added ecx to clobber listalex2005-01-311-2/+2
* adding proper parenthesingalex2005-01-311-6/+6
* unused definitions removedalex2005-01-311-4/+0
* synced with 1.157gabrov2005-01-311-1/+2
* synced with 1.60gabrov2005-01-311-97/+13
* Remove overly outdated entries, update a few others.diego2005-01-301-95/+13
* Expose support for 444P and 422P raw video.diego2005-01-301-0/+18
* Allow monitoraspect > 3 (up to 9)reimar2005-01-301-1/+1
* Typo in hwac3 stringreimar2005-01-301-1/+1
* discard lavf packets with wrong idsnicodvb2005-01-301-2/+4
* Print CPUflags and extension support on x86_64, tooreimar2005-01-292-2/+2
* print "Unknown/not supported internal format" message only with -v as itreimar2005-01-291-1/+1
* Fix possible hang when playing broken MP3 from linear stream and removereimar2005-01-291-29/+26
* several sets of headers declare global variables in them, which causes multip...iive2005-01-296-11/+23
* Fixed the syntax of the spdif device string.reimar2005-01-281-1/+1
* Sync with 1.866jheryan2005-01-281-3/+3
* Sync with 1.157jheryan2005-01-281-1/+2
* Sync with 1.864jheryan2005-01-281-22/+29
* Sync with 1.866:gpoirier2005-01-271-2/+4
* matroska capitalizedkraymer2005-01-271-1/+1
* synckraymer2005-01-271-16/+19
* NUT doesn't contain subtitles so the example with the nutfile had to be changed.kraymer2005-01-271-2/+2
* sync with 1.157: Add half size entry to the GMPlayer menu.kraymer2005-01-271-4/+5
* "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work againreimar2005-01-261-0/+6
* Always select correct descramblig matrix for sipr audiortognimp2005-01-251-1/+1
* free MSTRZ args also if parser failsri